The advancement of autonomous driving heavily relies on the ability to accurate lane lines detection.As deep learning and computer vision technologies evolve,a variety of deep learning-based methods for lane line dete...The advancement of autonomous driving heavily relies on the ability to accurate lane lines detection.As deep learning and computer vision technologies evolve,a variety of deep learning-based methods for lane line detection have been proposed by researchers in the field.However,owing to the simple appearance of lane lines and the lack of distinctive features,it is easy for other objects with similar local appearances to interfere with the process of detecting lane lines.The precision of lane line detection is limited by the unpredictable quantity and diversity of lane lines.To address the aforementioned challenges,we propose a novel deep learning approach for lane line detection.This method leverages the Swin Transformer in conjunction with LaneNet(called ST-LaneNet).The experience results showed that the true positive detection rate can reach 97.53%for easy lanes and 96.83%for difficult lanes(such as scenes with severe occlusion and extreme lighting conditions),which can better accomplish the objective of detecting lane lines.In 1000 detection samples,the average detection accuracy can reach 97.83%,the average inference time per image can reach 17.8 ms,and the average number of frames per second can reach 64.8 Hz.The programming scripts and associated models for this project can be accessed openly at the following GitHub repository:https://github.com/Duane 711/Lane-line-detec tion-ST-LaneNet.展开更多
Diagnosing various diseases such as glaucoma,age-related macular degeneration,cardiovascular conditions,and diabetic retinopathy involves segmenting retinal blood vessels.The task is particularly challenging when deal...Diagnosing various diseases such as glaucoma,age-related macular degeneration,cardiovascular conditions,and diabetic retinopathy involves segmenting retinal blood vessels.The task is particularly challenging when dealing with color fundus images due to issues like non-uniformillumination,low contrast,and variations in vessel appearance,especially in the presence of different pathologies.Furthermore,the speed of the retinal vessel segmentation system is of utmost importance.With the surge of now available big data,the speed of the algorithm becomes increasingly important,carrying almost equivalent weightage to the accuracy of the algorithm.To address these challenges,we present a novel approach for retinal vessel segmentation,leveraging efficient and robust techniques based on multiscale line detection and mathematical morphology.Our algorithm’s performance is evaluated on two publicly available datasets,namely the Digital Retinal Images for Vessel Extraction dataset(DRIVE)and the Structure Analysis of Retina(STARE)dataset.The experimental results demonstrate the effectiveness of our method,withmean accuracy values of 0.9467 forDRIVE and 0.9535 for STARE datasets,aswell as sensitivity values of 0.6952 forDRIVE and 0.6809 for STARE datasets.Notably,our algorithmexhibits competitive performance with state-of-the-art methods.Importantly,it operates at an average speed of 3.73 s per image for DRIVE and 3.75 s for STARE datasets.It is worth noting that these results were achieved using Matlab scripts containing multiple loops.This suggests that the processing time can be further reduced by replacing loops with vectorization.Thus the proposed algorithm can be deployed in real time applications.In summary,our proposed system strikes a fine balance between swift computation and accuracy that is on par with the best available methods in the field.展开更多
Insulator defect detection plays a vital role in maintaining the secure operation of power systems.To address the issues of the difficulty of detecting small objects and missing objects due to the small scale,variable...Insulator defect detection plays a vital role in maintaining the secure operation of power systems.To address the issues of the difficulty of detecting small objects and missing objects due to the small scale,variable scale,and fuzzy edge morphology of insulator defects,we construct an insulator dataset with 1600 samples containing flashovers and breakages.Then a simple and effective surface defect detection method of power line insulators for difficult small objects is proposed.Firstly,a high-resolution featuremap is introduced and a small object prediction layer is added so that the model can detect tiny objects.Secondly,a simplified adaptive spatial feature fusion(SASFF)module is introduced to perform cross-scale spatial fusion to improve adaptability to variable multi-scale features.Finally,we propose an enhanced deformable attention mechanism(EDAM)module.By integrating a gating activation function,the model is further inspired to learn a small number of critical sampling points near reference points.And the module can improve the perception of object morphology.The experimental results indicate that concerning the dataset of flashover and breakage defects,this method improves the performance of YOLOv5,YOLOv7,and YOLOv8.In practical application,it can simply and effectively improve the precision of power line insulator defect detection and reduce missing detection for difficult small objects.展开更多
The transmission line tower will be affected by bad weather and artificial subsidence caused by the foundation and other factors in the power transmission.The tower’s tilt and severe deformation will cause the buildi...The transmission line tower will be affected by bad weather and artificial subsidence caused by the foundation and other factors in the power transmission.The tower’s tilt and severe deformation will cause the building to collapse.Many small changes caused the tower’s collapse,but the early staff often could not intuitively notice the changes in the tower’s state.In the current tower online monitoring system,terminal equipment often needs to replace batteries frequently due to premature exhaustion of power.According to the need for real-time measurement of power line tower,this research designed a real-time monitoring device monitoring the transmission tower attitude tilting and foundation state based on the inertial sensor,the acceleration of 3 axis inertial sensor and angular velocity raw data to pole average filtering pre-processing,and then through the complementary filtering algorithm for comprehensive calculation of tilt angle,the system meets the demand for inclined online monitoring of power line poles and towers regarding measurement accuracy,with low cost and power consumption.The optimization multi-sensor cooperative detection and correction measured tilt angle result relative accuracy can reach 1.03%,which has specific promotion and application value since the system has the advantages of unattended and efficient calculation.展开更多
The formation control of multiple unmanned aerial vehicles(multi-UAVs)has always been a research hotspot.Based on the straight line trajectory,a multi-UAVs target point assignment algorithm based on the assignment pro...The formation control of multiple unmanned aerial vehicles(multi-UAVs)has always been a research hotspot.Based on the straight line trajectory,a multi-UAVs target point assignment algorithm based on the assignment probability is proposed to achieve the shortest overall formation path of multi-UAVs with low complexity and reduce the energy consumption.In order to avoid the collision between UAVs in the formation process,the concept of safety ball is introduced,and the collision detection based on continuous motion of two time slots and the lane occupation detection after motion is proposed to avoid collision between UAVs.Based on the idea of game theory,a method of UAV motion form setting based on the maximization of interests is proposed,including the maximization of self-interest and the maximization of formation interest is proposed,so that multi-UAVs can complete the formation task quickly and reasonably with the linear trajectory assigned in advance.Finally,through simulation verification,the multi-UAVs target assignment algorithm based on the assignment probability proposed in this paper can effectively reduce the total path length,and the UAV motion selection method based on the maximization interests can effectively complete the task formation.展开更多
Transient Rayleigh wave detection is a high-precision nondestructive detection method.At present,it has been widely used in shallow exploration,but rarely used in tunnel lining quality detection.Through the tunnel lin...Transient Rayleigh wave detection is a high-precision nondestructive detection method.At present,it has been widely used in shallow exploration,but rarely used in tunnel lining quality detection.Through the tunnel lining physical model experiment,the layout defects of the double-layer reinforcement lining area were detected and the Rayleigh wave velocity profile and dispersion curve were analyzed after data process-ing,which finally verified the feasibility and accuracy of Rayleigh wave method in detecting the tunnel lining void area.The results show that the method is not affected by the reinforcement inside the lining,the shallow detection is less disturbed and the accuracy is higher,and the data will fluctuate slightly with the deepening of the detection depth.At the same time,this method responds quite accurately to the thickness of the concrete,allowing for the assessment of the tunnel lining’s lack of compactness.This method has high efficiency,good reliability,and simple data processing,and is suitable for nondestructive detection of internal defects of tun-nel lining structure.展开更多
The YOLOx-s network does not sufficiently meet the accuracy demand of equipment detection in the autonomous inspection of distribution lines by Unmanned Aerial Vehicle(UAV)due to the complex background of distribution...The YOLOx-s network does not sufficiently meet the accuracy demand of equipment detection in the autonomous inspection of distribution lines by Unmanned Aerial Vehicle(UAV)due to the complex background of distribution lines,variable morphology of equipment,and large differences in equipment sizes.Therefore,aiming at the difficult detection of power equipment in UAV inspection images,we propose a multi-equipment detection method for inspection of distribution lines based on the YOLOx-s.Based on the YOLOx-s network,we make the following improvements:1)The Receptive Field Block(RFB)module is added after the shallow feature layer of the backbone network to expand the receptive field of the network.2)The Coordinate Attention(CA)module is added to obtain the spatial direction information of the targets and improve the accuracy of target localization.3)After the first fusion of features in the Path Aggregation Network(PANet),the Adaptively Spatial Feature Fusion(ASFF)module is added to achieve efficient re-fusion of multi-scale deep and shallow feature maps by assigning adaptive weight parameters to features at different scales.4)The loss function Binary Cross Entropy(BCE)Loss in YOLOx-s is replaced by Focal Loss to alleviate the difficulty of network convergence caused by the imbalance between positive and negative samples of small-sized targets.The experiments take a private dataset consisting of four types of power equipment:Transformers,Isolators,Drop Fuses,and Lightning Arrestors.On average,the mean Average Precision(mAP)of the proposed method can reach 93.64%,an increase of 3.27%.The experimental results show that the proposed method can better identify multiple types of power equipment of different scales at the same time,which helps to improve the intelligence of UAV autonomous inspection in distribution lines.展开更多
Accurate perception of lane line information is one of the basic requirements of unmanned driving technology, which is related to the localization of the vehicle and the determination of the forward direction. In this...Accurate perception of lane line information is one of the basic requirements of unmanned driving technology, which is related to the localization of the vehicle and the determination of the forward direction. In this paper, multi-level constraints are added to the lane line detection model PINet, which is used to improve the perception of lane lines. Predicted lane lines in the network are predicted to have real and imaginary attributes, which are used to enhance the perception of features around the lane lines, with pixel-level constraints on the lane lines;images are converted to bird’s-eye views, where the parallelism between lane lines is reconstructed, with lane line-level constraints on the predicted lane lines;and vanishing points are used to focus on the image hierarchy, with image-level constraints on the lane lines. The model proposed in this paper meets both accuracy (96.44%) and real-time (30 + FPS) requirements, has been tested on the highway on the ground, and has performed stably.展开更多
A new efftcient straight line detection algorithm, GPI ( Gray Projecting Integral) method is proposed. The gray values of a sub-window are projected onto a line, and sum the gray values which are projected onto one ...A new efftcient straight line detection algorithm, GPI ( Gray Projecting Integral) method is proposed. The gray values of a sub-window are projected onto a line, and sum the gray values which are projected onto one same point to shape a special vector, then rotate the projecting direction, obtain many such vectors corresponding to different projecting directions. The vectors can form a matrix, a GPI matrix of the sub-image. The problem of lines detection is converted into maxima or minima searching problem in the GPI matrix. Bused on the GPI matrix, the lines can be calculated. Different from traditional methods, the algorithm can detect the positions of lines accurately, quickly without previous edge detection, which costs less time, and avoids the error resulted from the poor threshold with traditional methods. This algorithm is useful and efftcient for numerous image understanding applications and robot visual navigation, especially for welded joint position detection in heavy noise.展开更多
Transmission of oesophageal images may vary between different small-bowel capsule endoscopy models. A retrospective review of 100 examinations performed with 2 different Small-bowel capsule endoscopy (SBCE) sys- te...Transmission of oesophageal images may vary between different small-bowel capsule endoscopy models. A retrospective review of 100 examinations performed with 2 different Small-bowel capsule endoscopy (SBCE) sys- tems (PillCam and MiroCam) was performed. The oral cavity/aero-digestive tract (i.e., tongue, uvula and/or epiglottis) was captured/identified in almost all (99%) of PillCam videos but in none of MiroCam cases, P 〈 0.0001. Furthermore, oesophageal images (i.e., from the upper oesophageal sphincter to the Z-line were cap- tured in 99% of PillCam videos (mean =1= SD, 60.5 ± 334.1 frames, range: 0-3329 frames) and in 66% of Mi- roCam cases (mean ± SD, 11.1 ± 46.5 frames, range: 0-382 frames), P 〈 0.0001. The Z-line was identified in 42% of PilICam videos and 17% of MiroCam, P = 0.0002. This information might be useful when perform- ing SBCE in patients with high risks for aspiration.展开更多
In order to improve the performance of line spectrum detection,according to the feature that the underwater target radiated noise containing stable line spectrum,the differences of the phase difference between line sp...In order to improve the performance of line spectrum detection,according to the feature that the underwater target radiated noise containing stable line spectrum,the differences of the phase difference between line spectrum and background noise,a weighted line spectrum detection algorithm based on the phase variance is proposed in frequency domain.After phase difference alignment,the phase variance of line spectrum and the phase of background noise,respectively,are small and big in frequency domain,this method utilizes the weighted statistical algorithm to cumulate the frequency spectrum based on the phase variance,which can restrain the background noise disturbance,and enhance the signal to noise ratio(SNR).The theory analysis and experimental results both verify that the proposed method can well enhance the energy of line spectrum,restrain the energy of background noise,and have better detection performance under lower SNR.展开更多
In China, the purity of maize hybrid strain is discomforting to the development of seed industrialization. Finding a new method for reproduction of maize hybrid strain is necessary. In this study, using particle bomba...In China, the purity of maize hybrid strain is discomforting to the development of seed industrialization. Finding a new method for reproduction of maize hybrid strain is necessary. In this study, using particle bombardment, barstar gene was transferred into maize inbred line 18-599 (White), which is an antiviral and high quality maize inbred line. By molecular detection of the anther of transgenic maize, two plants transferred with barstar gene were gained in this study, which are two restorer lines. The two plants showed normal male spike, and lively microspores. But the capacity of the two restorer lines should be studied in the future. The aim of this study is to find a new method of reproduction of maize hybrid strain using engineering restorer lines and engineering sterility lines by gene engineering technology.展开更多
A line laser with high power as the background light source for the design of a new photoelectric detection target is proposed in this paper, aiming to improve the detection ability of the traditional photoelectric de...A line laser with high power as the background light source for the design of a new photoelectric detection target is proposed in this paper, aiming to improve the detection ability of the traditional photoelectric detection target under low background illumination. The laser emitted pulse waveform function and the laser echo pulse response function were used to establish the mathematical model of the reflected echo power of projectile in the detection area and derive the calculation function of minimum detectable echo power in the line laser detection screen, according to information of the line laser emitted power, incident angle of projectile, duration time and detection distance of projectile passing through the line laser detection screen. Calculations and experimental results showed that the design method of line laser detection screen and calculation model of laser echo power are reasonable, and the detection ability of line laser detection screen is obviously higher than that of traditional photoelectric detection screen, especially in low background illumination;at the same time, the designed line laser detection screen was used to combine a six line laser detection screen intersection test system, based on live ammunition for shooting. The test system is stable and able to obtain the dynamic parameters of the flying projectile, verifying that the design of the line laser detection screen in new photoelectric detection target can be suitable for shooting range test applications.展开更多
Corona discharge is a common phenomenon in power transmission lines external insulation, and it may cause serious defect if without effective detection. The ultraviolet (UV) imagery technology has been widely used to ...Corona discharge is a common phenomenon in power transmission lines external insulation, and it may cause serious defect if without effective detection. The ultraviolet (UV) imagery technology has been widely used to detect the corona discharge in industry in recent years, but some influence factors’ functions are not definite. In this paper, the fracture aluminum strands which is common in power transmission lines were used as the electrode model while a SuperB ultraviolet imager were utilized to detect, the photon count rate was detected with different detect distance, electric field, aluminum strands length and UV gain were applied. Then the multivariate regression analysis (MRA) was taken to calculate the function between the photon count and the factors.展开更多
With increasing need of high quality movie, more and more standard resolution films are upconverted to the high-resolution films. After this operation, the defects exist in the old movie are more obvious because they ...With increasing need of high quality movie, more and more standard resolution films are upconverted to the high-resolution films. After this operation, the defects exist in the old movie are more obvious because they are enlarged in size, therefore, an efficient artifacts detection method with more precise result and lower computational complexity is in need. This paper provided a line scratch mathematical model, which derives from the Kokaram model and Bruni model, and then gave a detection method to meet the requirements of the high-resolution video application.展开更多
The noise's statistical characteristics are very important for signal detection.In this paper,the ambient noise statistical characteristics are investigated by using the recorded noise data in sea trials first,and...The noise's statistical characteristics are very important for signal detection.In this paper,the ambient noise statistical characteristics are investigated by using the recorded noise data in sea trials first,and the results show that the generalized Gaussian distribution is a suitable model for the ambient noise modeling.Thereafter,the optimal detector based on maximum likelihood ratio can be deduced,and the asymptotic detector is also derived under weak signal assumption.The detector's performance is verified by using numerical simulation,and the results showthat the optimal and asymptotic detectors outperform the conventional correlation-integration system due to accuracy modeling of ambient noise.展开更多
For traditional loop closure detection algorithm,only using the vectorization of point features to build visual dictionary is likely to cause perceptual ambiguity.In addition,when scene lacks texture information,the n...For traditional loop closure detection algorithm,only using the vectorization of point features to build visual dictionary is likely to cause perceptual ambiguity.In addition,when scene lacks texture information,the number of point features extracted from it will be small and cannot describe the image effectively.Therefore,this paper proposes a loop closure detection algorithm which combines point and line features.To better recognize scenes with hybrid features,the building process of traditional dictionary tree is improved in the paper.The features with different flag bits were clustered separately to construct a mixed dictionary tree and word vectors that can represent the hybrid features,which can better describe structure and texture information of scene.To ensure that the similarity score between images is more reasonable,different similarity coefficients were set in different scenes,and the candidate frame with the highest similarity score was selected as the candidate closed loop.Experiments show that the point line comprehensive feature was superior to the single feature in the structured scene and the strong texture scene,the recall rate of the proposed algorithm was higher than the state of the art methods when the accuracy is 100%,and the algorithm can be applied to more diverse environments.展开更多
Lane detection is a fundamental necessary task for autonomous driving.The conventional methods mainly treat lane detection as a pixel-wise segmentation problem,which suffers from the challenge of uncontrollable drivin...Lane detection is a fundamental necessary task for autonomous driving.The conventional methods mainly treat lane detection as a pixel-wise segmentation problem,which suffers from the challenge of uncontrollable driving road environments and needs post-processing to abstract the lane parameters.In this work,a series of lines are used to represent traffic lanes and a novel line deformation network(LDNet) is proposed to directly predict the coordinates of lane line points.Inspired by the dynamic behavior of classic snake algorithms,LDNet uses a neural network to iteratively deform an initial lane line to match the lane markings.To capture the long and discontinuous structures of lane lines,1 D convolution in LDNet is used for structured feature learning along the lane lines.Based on LDNet,a two-stage pipeline is developed for lane marking detection:(1) initial lane line proposal to predict a list of lane line candidates,and(2) lane line deformation to obtain the coordinates of lane line points.Experiments show that the proposed approach achieves competitive performances on the TuSimple dataset while being efficient for real-time applications on a GTX 1650 GPU.In particular,the accuracy of LDNet with the annotated starting and ending points is up to99.45%,which indicates the improved initial lane line proposal method can further enhance the performance of LDNet.展开更多
A quite new type of chelating resin Carboxymethylated Polyethylenimine-Polymethylenepolyphenylene Isocyanate(CPPI)is used for the preconcentration of Zn from high salt water such as seawater. The preconcentration is c...A quite new type of chelating resin Carboxymethylated Polyethylenimine-Polymethylenepolyphenylene Isocyanate(CPPI)is used for the preconcentration of Zn from high salt water such as seawater. The preconcentration is controlled through the technique of Flow Injection Analysis(FIA).The concentrated sample solution is then directly transferred to an Inductively Coupled Plasma-Atomic Fluorescence Spectrometer(ICP-AFS)for determination.The detection limit of Zn by the technique is about 0.06 ppb.展开更多
The integration of optical images and elevation data is of great importance for 3D-assisted mapping applications. Very high resolution (VHR) satellite images provide ideal geo-data for mapping building information. Si...The integration of optical images and elevation data is of great importance for 3D-assisted mapping applications. Very high resolution (VHR) satellite images provide ideal geo-data for mapping building information. Since buildings are inherently elevated objects, these images need to be co-registered with their elevation data for reliable building detection results. However, accurate co-registration is extremely difficult for off-nadir VHR images acquired over dense urban areas. Therefore, this research proposes a Disparity-Based Elevation Co-Registration (DECR) method for generating a Line-of-Sight Digital Surface Model (LoS-DSM) to efficiently achieve image-elevation data co-registration with pixel-level accuracy. Relative to the traditional photogrammetric approach, the RMSE value of the derived elevations is found to be less than 2 pixels. The applicability of the DECR method is demonstrated through elevation-based building detection (EBD) in a challenging dense urban area. The quality of the detection result is found to be more than 90%. Additionally, the detected objects were geo-referenced successfully to their correct ground locations to allow direct integration with other maps. In comparison to the original LoS-DSM development algorithm, the DECR algorithm is more efficient by reducing the calculation steps, preserving the co-registration accuracy, and minimizing the need for elevation normalization in dense urban areas.展开更多
基金Supported by National Natural Science Foundation of China(Grant Nos.51605003,51575001)Natural Science Foundation of Anhui Higher Education Institutions of China(Grant No.KJ2020A0358)Young and Middle-Aged Top Talents Training Program of Anhui Polytechnic University of China.
文摘The advancement of autonomous driving heavily relies on the ability to accurate lane lines detection.As deep learning and computer vision technologies evolve,a variety of deep learning-based methods for lane line detection have been proposed by researchers in the field.However,owing to the simple appearance of lane lines and the lack of distinctive features,it is easy for other objects with similar local appearances to interfere with the process of detecting lane lines.The precision of lane line detection is limited by the unpredictable quantity and diversity of lane lines.To address the aforementioned challenges,we propose a novel deep learning approach for lane line detection.This method leverages the Swin Transformer in conjunction with LaneNet(called ST-LaneNet).The experience results showed that the true positive detection rate can reach 97.53%for easy lanes and 96.83%for difficult lanes(such as scenes with severe occlusion and extreme lighting conditions),which can better accomplish the objective of detecting lane lines.In 1000 detection samples,the average detection accuracy can reach 97.83%,the average inference time per image can reach 17.8 ms,and the average number of frames per second can reach 64.8 Hz.The programming scripts and associated models for this project can be accessed openly at the following GitHub repository:https://github.com/Duane 711/Lane-line-detec tion-ST-LaneNet.
文摘Diagnosing various diseases such as glaucoma,age-related macular degeneration,cardiovascular conditions,and diabetic retinopathy involves segmenting retinal blood vessels.The task is particularly challenging when dealing with color fundus images due to issues like non-uniformillumination,low contrast,and variations in vessel appearance,especially in the presence of different pathologies.Furthermore,the speed of the retinal vessel segmentation system is of utmost importance.With the surge of now available big data,the speed of the algorithm becomes increasingly important,carrying almost equivalent weightage to the accuracy of the algorithm.To address these challenges,we present a novel approach for retinal vessel segmentation,leveraging efficient and robust techniques based on multiscale line detection and mathematical morphology.Our algorithm’s performance is evaluated on two publicly available datasets,namely the Digital Retinal Images for Vessel Extraction dataset(DRIVE)and the Structure Analysis of Retina(STARE)dataset.The experimental results demonstrate the effectiveness of our method,withmean accuracy values of 0.9467 forDRIVE and 0.9535 for STARE datasets,aswell as sensitivity values of 0.6952 forDRIVE and 0.6809 for STARE datasets.Notably,our algorithmexhibits competitive performance with state-of-the-art methods.Importantly,it operates at an average speed of 3.73 s per image for DRIVE and 3.75 s for STARE datasets.It is worth noting that these results were achieved using Matlab scripts containing multiple loops.This suggests that the processing time can be further reduced by replacing loops with vectorization.Thus the proposed algorithm can be deployed in real time applications.In summary,our proposed system strikes a fine balance between swift computation and accuracy that is on par with the best available methods in the field.
基金State Grid Jiangsu Electric Power Co.,Ltd.of the Science and Technology Project(Grant No.J2022004).
文摘Insulator defect detection plays a vital role in maintaining the secure operation of power systems.To address the issues of the difficulty of detecting small objects and missing objects due to the small scale,variable scale,and fuzzy edge morphology of insulator defects,we construct an insulator dataset with 1600 samples containing flashovers and breakages.Then a simple and effective surface defect detection method of power line insulators for difficult small objects is proposed.Firstly,a high-resolution featuremap is introduced and a small object prediction layer is added so that the model can detect tiny objects.Secondly,a simplified adaptive spatial feature fusion(SASFF)module is introduced to perform cross-scale spatial fusion to improve adaptability to variable multi-scale features.Finally,we propose an enhanced deformable attention mechanism(EDAM)module.By integrating a gating activation function,the model is further inspired to learn a small number of critical sampling points near reference points.And the module can improve the perception of object morphology.The experimental results indicate that concerning the dataset of flashover and breakage defects,this method improves the performance of YOLOv5,YOLOv7,and YOLOv8.In practical application,it can simply and effectively improve the precision of power line insulator defect detection and reduce missing detection for difficult small objects.
基金This work was supported by the National Natural Science Foundation of China(Nos.62172242,51901152)Industry University Cooperation Education Program of the Ministry of Education(No.2020021680113)Shanxi Scholarship Council of China.
文摘The transmission line tower will be affected by bad weather and artificial subsidence caused by the foundation and other factors in the power transmission.The tower’s tilt and severe deformation will cause the building to collapse.Many small changes caused the tower’s collapse,but the early staff often could not intuitively notice the changes in the tower’s state.In the current tower online monitoring system,terminal equipment often needs to replace batteries frequently due to premature exhaustion of power.According to the need for real-time measurement of power line tower,this research designed a real-time monitoring device monitoring the transmission tower attitude tilting and foundation state based on the inertial sensor,the acceleration of 3 axis inertial sensor and angular velocity raw data to pole average filtering pre-processing,and then through the complementary filtering algorithm for comprehensive calculation of tilt angle,the system meets the demand for inclined online monitoring of power line poles and towers regarding measurement accuracy,with low cost and power consumption.The optimization multi-sensor cooperative detection and correction measured tilt angle result relative accuracy can reach 1.03%,which has specific promotion and application value since the system has the advantages of unattended and efficient calculation.
基金supported by the Basic Scientific Research Business Expenses of Central Universities(3072022QBZ0806)。
文摘The formation control of multiple unmanned aerial vehicles(multi-UAVs)has always been a research hotspot.Based on the straight line trajectory,a multi-UAVs target point assignment algorithm based on the assignment probability is proposed to achieve the shortest overall formation path of multi-UAVs with low complexity and reduce the energy consumption.In order to avoid the collision between UAVs in the formation process,the concept of safety ball is introduced,and the collision detection based on continuous motion of two time slots and the lane occupation detection after motion is proposed to avoid collision between UAVs.Based on the idea of game theory,a method of UAV motion form setting based on the maximization of interests is proposed,including the maximization of self-interest and the maximization of formation interest is proposed,so that multi-UAVs can complete the formation task quickly and reasonably with the linear trajectory assigned in advance.Finally,through simulation verification,the multi-UAVs target assignment algorithm based on the assignment probability proposed in this paper can effectively reduce the total path length,and the UAV motion selection method based on the maximization interests can effectively complete the task formation.
基金Supported by Project of Natural Science Foundation of Jilin Province(No.20220101172JC).
文摘Transient Rayleigh wave detection is a high-precision nondestructive detection method.At present,it has been widely used in shallow exploration,but rarely used in tunnel lining quality detection.Through the tunnel lining physical model experiment,the layout defects of the double-layer reinforcement lining area were detected and the Rayleigh wave velocity profile and dispersion curve were analyzed after data process-ing,which finally verified the feasibility and accuracy of Rayleigh wave method in detecting the tunnel lining void area.The results show that the method is not affected by the reinforcement inside the lining,the shallow detection is less disturbed and the accuracy is higher,and the data will fluctuate slightly with the deepening of the detection depth.At the same time,this method responds quite accurately to the thickness of the concrete,allowing for the assessment of the tunnel lining’s lack of compactness.This method has high efficiency,good reliability,and simple data processing,and is suitable for nondestructive detection of internal defects of tun-nel lining structure.
基金supported by the National Natural Science Foundation of China under Grants 62362040,61662033supported by the Science and Technology Project of the State Grid Jiangxi Electric Power Co.,Ltd.of China under Grant 521820210006.
文摘The YOLOx-s network does not sufficiently meet the accuracy demand of equipment detection in the autonomous inspection of distribution lines by Unmanned Aerial Vehicle(UAV)due to the complex background of distribution lines,variable morphology of equipment,and large differences in equipment sizes.Therefore,aiming at the difficult detection of power equipment in UAV inspection images,we propose a multi-equipment detection method for inspection of distribution lines based on the YOLOx-s.Based on the YOLOx-s network,we make the following improvements:1)The Receptive Field Block(RFB)module is added after the shallow feature layer of the backbone network to expand the receptive field of the network.2)The Coordinate Attention(CA)module is added to obtain the spatial direction information of the targets and improve the accuracy of target localization.3)After the first fusion of features in the Path Aggregation Network(PANet),the Adaptively Spatial Feature Fusion(ASFF)module is added to achieve efficient re-fusion of multi-scale deep and shallow feature maps by assigning adaptive weight parameters to features at different scales.4)The loss function Binary Cross Entropy(BCE)Loss in YOLOx-s is replaced by Focal Loss to alleviate the difficulty of network convergence caused by the imbalance between positive and negative samples of small-sized targets.The experiments take a private dataset consisting of four types of power equipment:Transformers,Isolators,Drop Fuses,and Lightning Arrestors.On average,the mean Average Precision(mAP)of the proposed method can reach 93.64%,an increase of 3.27%.The experimental results show that the proposed method can better identify multiple types of power equipment of different scales at the same time,which helps to improve the intelligence of UAV autonomous inspection in distribution lines.
文摘Accurate perception of lane line information is one of the basic requirements of unmanned driving technology, which is related to the localization of the vehicle and the determination of the forward direction. In this paper, multi-level constraints are added to the lane line detection model PINet, which is used to improve the perception of lane lines. Predicted lane lines in the network are predicted to have real and imaginary attributes, which are used to enhance the perception of features around the lane lines, with pixel-level constraints on the lane lines;images are converted to bird’s-eye views, where the parallelism between lane lines is reconstructed, with lane line-level constraints on the predicted lane lines;and vanishing points are used to focus on the image hierarchy, with image-level constraints on the lane lines. The model proposed in this paper meets both accuracy (96.44%) and real-time (30 + FPS) requirements, has been tested on the highway on the ground, and has performed stably.
基金This research was funded by Key Laboratory for Advanced Manufacturing by Materials Processing Technology, Ministry of Education, The Research Fund for the Doctoral Program of Higher Education (No. 20020003053)National Natural Science Foundation of China ( No. 50275083 ).
文摘A new efftcient straight line detection algorithm, GPI ( Gray Projecting Integral) method is proposed. The gray values of a sub-window are projected onto a line, and sum the gray values which are projected onto one same point to shape a special vector, then rotate the projecting direction, obtain many such vectors corresponding to different projecting directions. The vectors can form a matrix, a GPI matrix of the sub-image. The problem of lines detection is converted into maxima or minima searching problem in the GPI matrix. Bused on the GPI matrix, the lines can be calculated. Different from traditional methods, the algorithm can detect the positions of lines accurately, quickly without previous edge detection, which costs less time, and avoids the error resulted from the poor threshold with traditional methods. This algorithm is useful and efftcient for numerous image understanding applications and robot visual navigation, especially for welded joint position detection in heavy noise.
文摘Transmission of oesophageal images may vary between different small-bowel capsule endoscopy models. A retrospective review of 100 examinations performed with 2 different Small-bowel capsule endoscopy (SBCE) sys- tems (PillCam and MiroCam) was performed. The oral cavity/aero-digestive tract (i.e., tongue, uvula and/or epiglottis) was captured/identified in almost all (99%) of PillCam videos but in none of MiroCam cases, P 〈 0.0001. Furthermore, oesophageal images (i.e., from the upper oesophageal sphincter to the Z-line were cap- tured in 99% of PillCam videos (mean =1= SD, 60.5 ± 334.1 frames, range: 0-3329 frames) and in 66% of Mi- roCam cases (mean ± SD, 11.1 ± 46.5 frames, range: 0-382 frames), P 〈 0.0001. The Z-line was identified in 42% of PilICam videos and 17% of MiroCam, P = 0.0002. This information might be useful when perform- ing SBCE in patients with high risks for aspiration.
基金supported by the National Natural Science Foundation of China(61372180)the Young Talent Frontier Project of Institute of Acoustics of Chinese Academy of Sciences(Y454341261)
文摘In order to improve the performance of line spectrum detection,according to the feature that the underwater target radiated noise containing stable line spectrum,the differences of the phase difference between line spectrum and background noise,a weighted line spectrum detection algorithm based on the phase variance is proposed in frequency domain.After phase difference alignment,the phase variance of line spectrum and the phase of background noise,respectively,are small and big in frequency domain,this method utilizes the weighted statistical algorithm to cumulate the frequency spectrum based on the phase variance,which can restrain the background noise disturbance,and enhance the signal to noise ratio(SNR).The theory analysis and experimental results both verify that the proposed method can well enhance the energy of line spectrum,restrain the energy of background noise,and have better detection performance under lower SNR.
文摘In China, the purity of maize hybrid strain is discomforting to the development of seed industrialization. Finding a new method for reproduction of maize hybrid strain is necessary. In this study, using particle bombardment, barstar gene was transferred into maize inbred line 18-599 (White), which is an antiviral and high quality maize inbred line. By molecular detection of the anther of transgenic maize, two plants transferred with barstar gene were gained in this study, which are two restorer lines. The two plants showed normal male spike, and lively microspores. But the capacity of the two restorer lines should be studied in the future. The aim of this study is to find a new method of reproduction of maize hybrid strain using engineering restorer lines and engineering sterility lines by gene engineering technology.
基金This work has been supported by Project of the National Natural Science Foundation of China(No.62073256,61773305)in part by the Key Science and Technology Program of Shaanxi Province(No.2020GY-125)Xi’an Science and Technology Innovation Talent Service Enterprise Project(No.2020KJRC0041).
文摘A line laser with high power as the background light source for the design of a new photoelectric detection target is proposed in this paper, aiming to improve the detection ability of the traditional photoelectric detection target under low background illumination. The laser emitted pulse waveform function and the laser echo pulse response function were used to establish the mathematical model of the reflected echo power of projectile in the detection area and derive the calculation function of minimum detectable echo power in the line laser detection screen, according to information of the line laser emitted power, incident angle of projectile, duration time and detection distance of projectile passing through the line laser detection screen. Calculations and experimental results showed that the design method of line laser detection screen and calculation model of laser echo power are reasonable, and the detection ability of line laser detection screen is obviously higher than that of traditional photoelectric detection screen, especially in low background illumination;at the same time, the designed line laser detection screen was used to combine a six line laser detection screen intersection test system, based on live ammunition for shooting. The test system is stable and able to obtain the dynamic parameters of the flying projectile, verifying that the design of the line laser detection screen in new photoelectric detection target can be suitable for shooting range test applications.
文摘Corona discharge is a common phenomenon in power transmission lines external insulation, and it may cause serious defect if without effective detection. The ultraviolet (UV) imagery technology has been widely used to detect the corona discharge in industry in recent years, but some influence factors’ functions are not definite. In this paper, the fracture aluminum strands which is common in power transmission lines were used as the electrode model while a SuperB ultraviolet imager were utilized to detect, the photon count rate was detected with different detect distance, electric field, aluminum strands length and UV gain were applied. Then the multivariate regression analysis (MRA) was taken to calculate the function between the photon count and the factors.
文摘With increasing need of high quality movie, more and more standard resolution films are upconverted to the high-resolution films. After this operation, the defects exist in the old movie are more obvious because they are enlarged in size, therefore, an efficient artifacts detection method with more precise result and lower computational complexity is in need. This paper provided a line scratch mathematical model, which derives from the Kokaram model and Bruni model, and then gave a detection method to meet the requirements of the high-resolution video application.
基金Sponsored by the National Nature Science Foundation of China(11074308)China Postdoctoral Science Foundation(201003754)
文摘The noise's statistical characteristics are very important for signal detection.In this paper,the ambient noise statistical characteristics are investigated by using the recorded noise data in sea trials first,and the results show that the generalized Gaussian distribution is a suitable model for the ambient noise modeling.Thereafter,the optimal detector based on maximum likelihood ratio can be deduced,and the asymptotic detector is also derived under weak signal assumption.The detector's performance is verified by using numerical simulation,and the results showthat the optimal and asymptotic detectors outperform the conventional correlation-integration system due to accuracy modeling of ambient noise.
基金the National Natural Science Foundation of China(Grant No.61105083).
文摘For traditional loop closure detection algorithm,only using the vectorization of point features to build visual dictionary is likely to cause perceptual ambiguity.In addition,when scene lacks texture information,the number of point features extracted from it will be small and cannot describe the image effectively.Therefore,this paper proposes a loop closure detection algorithm which combines point and line features.To better recognize scenes with hybrid features,the building process of traditional dictionary tree is improved in the paper.The features with different flag bits were clustered separately to construct a mixed dictionary tree and word vectors that can represent the hybrid features,which can better describe structure and texture information of scene.To ensure that the similarity score between images is more reasonable,different similarity coefficients were set in different scenes,and the candidate frame with the highest similarity score was selected as the candidate closed loop.Experiments show that the point line comprehensive feature was superior to the single feature in the structured scene and the strong texture scene,the recall rate of the proposed algorithm was higher than the state of the art methods when the accuracy is 100%,and the algorithm can be applied to more diverse environments.
基金Supported by the Science and Technology Research Project of Hubei Provincial Department of Education (No.Q20202604)。
文摘Lane detection is a fundamental necessary task for autonomous driving.The conventional methods mainly treat lane detection as a pixel-wise segmentation problem,which suffers from the challenge of uncontrollable driving road environments and needs post-processing to abstract the lane parameters.In this work,a series of lines are used to represent traffic lanes and a novel line deformation network(LDNet) is proposed to directly predict the coordinates of lane line points.Inspired by the dynamic behavior of classic snake algorithms,LDNet uses a neural network to iteratively deform an initial lane line to match the lane markings.To capture the long and discontinuous structures of lane lines,1 D convolution in LDNet is used for structured feature learning along the lane lines.Based on LDNet,a two-stage pipeline is developed for lane marking detection:(1) initial lane line proposal to predict a list of lane line candidates,and(2) lane line deformation to obtain the coordinates of lane line points.Experiments show that the proposed approach achieves competitive performances on the TuSimple dataset while being efficient for real-time applications on a GTX 1650 GPU.In particular,the accuracy of LDNet with the annotated starting and ending points is up to99.45%,which indicates the improved initial lane line proposal method can further enhance the performance of LDNet.
文摘A quite new type of chelating resin Carboxymethylated Polyethylenimine-Polymethylenepolyphenylene Isocyanate(CPPI)is used for the preconcentration of Zn from high salt water such as seawater. The preconcentration is controlled through the technique of Flow Injection Analysis(FIA).The concentrated sample solution is then directly transferred to an Inductively Coupled Plasma-Atomic Fluorescence Spectrometer(ICP-AFS)for determination.The detection limit of Zn by the technique is about 0.06 ppb.
文摘The integration of optical images and elevation data is of great importance for 3D-assisted mapping applications. Very high resolution (VHR) satellite images provide ideal geo-data for mapping building information. Since buildings are inherently elevated objects, these images need to be co-registered with their elevation data for reliable building detection results. However, accurate co-registration is extremely difficult for off-nadir VHR images acquired over dense urban areas. Therefore, this research proposes a Disparity-Based Elevation Co-Registration (DECR) method for generating a Line-of-Sight Digital Surface Model (LoS-DSM) to efficiently achieve image-elevation data co-registration with pixel-level accuracy. Relative to the traditional photogrammetric approach, the RMSE value of the derived elevations is found to be less than 2 pixels. The applicability of the DECR method is demonstrated through elevation-based building detection (EBD) in a challenging dense urban area. The quality of the detection result is found to be more than 90%. Additionally, the detected objects were geo-referenced successfully to their correct ground locations to allow direct integration with other maps. In comparison to the original LoS-DSM development algorithm, the DECR algorithm is more efficient by reducing the calculation steps, preserving the co-registration accuracy, and minimizing the need for elevation normalization in dense urban areas.