期刊文献+
共找到171篇文章
< 1 2 9 >
每页显示 20 50 100
Ghost-YOLO v8:An Attention-Guided Enhanced Small Target Detection Algorithm for Floating Litter on Water Surfaces
1
作者 Zhongmin Huangfu Shuqing Li Luoheng Yan 《Computers, Materials & Continua》 SCIE EI 2024年第9期3713-3731,共19页
Addressing the challenges in detecting surface floating litter in artificial lakes,including complex environments,uneven illumination,and susceptibility to noise andweather,this paper proposes an efficient and lightwe... Addressing the challenges in detecting surface floating litter in artificial lakes,including complex environments,uneven illumination,and susceptibility to noise andweather,this paper proposes an efficient and lightweight Ghost-YOLO(You Only Look Once)v8 algorithm.The algorithmintegrates advanced attention mechanisms and a smalltarget detection head to significantly enhance detection performance and efficiency.Firstly,an SE(Squeeze-and-Excitation)mechanism is incorporated into the backbone network to fortify the extraction of resilient features and precise target localization.This mechanism models feature channel dependencies,enabling adaptive adjustment of channel importance,thereby improving recognition of floating litter targets.Secondly,a 160×160 small-target detection layer is designed in the feature fusion neck to mitigate semantic information loss due to varying target scales.This design enhances the fusion of deep and shallow semantic information,improving small target feature representation and enabling better capture and identification of tiny floating litter.Thirdly,to balance performance and efficiency,the GhostConv module replaces part of the conventional convolutions in the feature fusion neck.Additionally,a novel C2fGhost(CSPDarknet53 to 2-Stage Feature Pyramid Networks Ghost)module is introduced to further reduce network parameters.Lastly,to address the challenge of occlusion,a newloss function,WIoU(Wise Intersection over Union)v3 incorporating a flexible and non-monotonic concentration approach,is adopted to improve detection rates for surface floating litter.The outcomes of the experiments demonstrate that the Ghost-YOLO v8 model proposed in this paper performs well in the dataset Marine,significantly enhances precision and recall by 3.3 and 7.6 percentage points,respectively,in contrast with the base model,mAP@0.5 and mAP 0.5:0.95 improve by 5.3 and 4.4 percentage points and reduces the computational volume by 1.88MB,the FPS value hardly decreases,and the efficient real-time identification of floating debris on the water’s surface can be achieved costeffectively. 展开更多
关键词 YOLO v8 surface floating litter target detection attention mechanism small target detection head ghostnet loss function
下载PDF
Target Detection Algorithm in Foggy Scenes Based on Dual Subnets
2
作者 Yuecheng Yu Liming Cai +3 位作者 Anqi Ning Jinlong Shi Xudong Chen Shixin Huang 《Computers, Materials & Continua》 SCIE EI 2024年第2期1915-1931,共17页
Under the influence of air humidity,dust,aerosols,etc.,in real scenes,haze presents an uneven state.In this way,the image quality and contrast will decrease.In this case,It is difficult to detect the target in the ima... Under the influence of air humidity,dust,aerosols,etc.,in real scenes,haze presents an uneven state.In this way,the image quality and contrast will decrease.In this case,It is difficult to detect the target in the image by the universal detection network.Thus,a dual subnet based on multi-task collaborative training(DSMCT)is proposed in this paper.Firstly,in the training phase,the Gated Context Aggregation Network(GCANet)is used as the supervisory network of YOLOX to promote the extraction of clean information in foggy scenes.In the test phase,only the YOLOX branch needs to be activated to ensure the detection speed of the model.Secondly,the deformable convolution module is used to improve GCANet to enhance the model’s ability to capture details of non-homogeneous fog.Finally,the Coordinate Attention mechanism is introduced into the Vision Transformer and the backbone network of YOLOX is redesigned.In this way,the feature extraction ability of the network for deep-level information can be enhanced.The experimental results on artificial fog data set FOG_VOC and real fog data set RTTS show that the map value of DSMCT reached 86.56%and 62.39%,respectively,which was 2.27%and 4.41%higher than the current most advanced detection model.The DSMCT network has high practicality and effectiveness for target detection in real foggy scenes. 展开更多
关键词 target detection fog target detection YOLOX twin network multi-task learning
下载PDF
Highly Differentiated Target Detection under Extremely Low-Light Conditions Based on Improved YOLOX Model
3
作者 Haijian Shao Suqin Lei +2 位作者 Chenxu Yan Xing Deng Yunsong Qi 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第8期1507-1537,共31页
This paper expounds upon a novel target detection methodology distinguished by its elevated discriminatory efficacy,specifically tailored for environments characterized by markedly low luminance levels.Conventional me... This paper expounds upon a novel target detection methodology distinguished by its elevated discriminatory efficacy,specifically tailored for environments characterized by markedly low luminance levels.Conventional methodologies struggle with the challenges posed by luminosity fluctuations,especially in settings characterized by diminished radiance,further exacerbated by the utilization of suboptimal imaging instrumentation.The envisioned approach mandates a departure from the conventional YOLOX model,which exhibits inadequacies in mitigating these challenges.To enhance the efficacy of this approach in low-light conditions,the dehazing algorithm undergoes refinement,effecting a discerning regulation of the transmission rate at the pixel level,reducing it to values below 0.5,thereby resulting in an augmentation of image contrast.Subsequently,the coiflet wavelet transform is employed to discern and isolate high-discriminatory attributes by dismantling low-frequency image attributes and extracting high-frequency attributes across divergent axes.The utilization of CycleGAN serves to elevate the features of low-light imagery across an array of stylistic variances.Advanced computational methodologies are then employed to amalgamate and conflate intricate attributes originating from images characterized by distinct stylistic orientations,thereby augmenting the model’s erudition potential.Empirical validation conducted on the PASCAL VOC and MS COCO 2017 datasets substantiates pronounced advancements.The refined low-light enhancement algorithm yields a discernible 5.9%augmentation in the target detection evaluation index when compared to the original imagery.Mean Average Precision(mAP)undergoes enhancements of 9.45%and 0.052%in low-light visual renditions relative to conventional YOLOX outcomes.The envisaged approach presents a myriad of advantages over prevailing benchmark methodologies in the realm of target detection within environments marked by an acute scarcity of luminosity. 展开更多
关键词 target detection extremely low-light wavelet transformation highly differentiated features YOLOX
下载PDF
Target Detection on Water Surfaces Using Fusion of Camera and LiDAR Based Information
4
作者 Yongguo Li Yuanrong Wang +2 位作者 Jia Xie Caiyin Xu Kun Zhang 《Computers, Materials & Continua》 SCIE EI 2024年第7期467-486,共20页
To address the challenges of missed detections in water surface target detection using solely visual algorithms in unmanned surface vehicle(USV)perception,this paper proposes a method based on the fusion of visual and... To address the challenges of missed detections in water surface target detection using solely visual algorithms in unmanned surface vehicle(USV)perception,this paper proposes a method based on the fusion of visual and LiDAR point-cloud projection for water surface target detection.Firstly,the visual recognition component employs an improved YOLOv7 algorithmbased on a self-built dataset for the detection of water surface targets.This algorithm modifies the original YOLOv7 architecture to a Slim-Neck structure,addressing the problemof excessive redundant information during feature extraction in the original YOLOv7 network model.Simultaneously,this modification simplifies the computational burden of the detector,reduces inference time,and maintains accuracy.Secondly,to tackle the issue of sample imbalance in the self-built dataset,slide loss function is introduced.Finally,this paper replaces the original Complete Intersection over Union(CIoU)loss function with the Minimum Point Distance Intersection over Union(MPDIoU)loss function in the YOLOv7 algorithm,which accelerates model learning and enhances robustness.To mitigate the problem of missed recognitions caused by complex water surface conditions in purely visual algorithms,this paper further adopts the fusion of LiDAR and camera data,projecting the threedimensional point-cloud data from LiDAR onto a two-dimensional pixel plane.This significantly reduces the rate of missed detections for water surface targets. 展开更多
关键词 Water surface target detection YOLOv7 joint calibration sensor fusion point-cloud projection
下载PDF
Improved Weighted Local Contrast Method for Infrared Small Target Detection
5
作者 Pengge Ma Jiangnan Wang +3 位作者 Dongdong Pang Tao Shan Junling Sun Qiuchun Jin 《Journal of Beijing Institute of Technology》 EI CAS 2024年第1期19-27,共9页
In order to address the problem of high false alarm rate and low probabilities of infrared small target detection in complex low-altitude background,an infrared small target detection method based on improved weighted... In order to address the problem of high false alarm rate and low probabilities of infrared small target detection in complex low-altitude background,an infrared small target detection method based on improved weighted local contrast is proposed in this paper.First,the ratio information between the target and local background is utilized as an enhancement factor.The local contrast is calculated by incorporating the heterogeneity between the target and local background.Then,a local product weighted method is designed based on the spatial dissimilarity between target and background to further enhance target while suppressing background.Finally,the location of target is obtained by adaptive threshold segmentation.As experimental results demonstrate,the method shows superior performance in several evaluation metrics compared with six existing algorithms on different datasets containing targets such as unmanned aerial vehicles(UAV). 展开更多
关键词 infrared small target unmanned aerial vehicles(UAV) local contrast target detection
下载PDF
Real-time Rescue Target Detection Based on UAV Imagery for Flood Emergency Response 被引量:1
6
作者 ZHAO Bofei SUI Haigang +2 位作者 ZHU Yihao LIU Chang WANG Wentao 《Journal of Geodesy and Geoinformation Science》 CSCD 2024年第1期74-89,共16页
Timely acquisition of rescue target information is critical for emergency response after a flood disaster.Unmanned Aerial Vehicles(UAVs)equipped with remote sensing capabilities offer distinct advantages,including hig... Timely acquisition of rescue target information is critical for emergency response after a flood disaster.Unmanned Aerial Vehicles(UAVs)equipped with remote sensing capabilities offer distinct advantages,including high-resolution imagery and exceptional mobility,making them well suited for monitoring flood extent and identifying rescue targets during floods.However,there are some challenges in interpreting rescue information in real time from flood images captured by UAVs,such as the complexity of the scenarios of UAV images,the lack of flood rescue target detection datasets and the limited real-time processing capabilities of the airborne on-board platform.Thus,we propose a real-time rescue target detection method for UAVs that is capable of efficiently delineating flood extent and identifying rescue targets(i.e.,pedestrians and vehicles trapped by floods).The proposed method achieves real-time rescue information extraction for UAV platforms by lightweight processing and fusion of flood extent extraction model and target detection model.The flood inundation range is extracted by the proposed method in real time and detects targets such as people and vehicles to be rescued based on this layer.Our experimental results demonstrate that the Intersection over Union(IoU)for flood water extraction reaches an impressive 80%,and the IoU for real-time flood water extraction stands at a commendable 76.4%.The information on flood stricken targets extracted by this method in real time can be used for flood emergency rescue. 展开更多
关键词 UAV flood extraction target rescue detection real time
下载PDF
Deep convolutional neural network for meteorology target detection in airborne weather radar images 被引量:2
7
作者 YU Chaopeng XIONG Wei +1 位作者 LI Xiaoqing DONG Lei 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2023年第5期1147-1157,共11页
Considering the problem that the scattering echo images of airborne Doppler weather radar are often reduced by ground clutters,the accuracy and confidence of meteorology target detection are reduced.In this paper,a de... Considering the problem that the scattering echo images of airborne Doppler weather radar are often reduced by ground clutters,the accuracy and confidence of meteorology target detection are reduced.In this paper,a deep convolutional neural network(DCNN)is proposed for meteorology target detection and ground clutter suppression with a large collection of airborne weather radar images as network input.For each weather radar image,the corresponding digital elevation model(DEM)image is extracted on basis of the radar antenna scan-ning parameters and plane position,and is further fed to the net-work as a supplement for ground clutter suppression.The fea-tures of actual meteorology targets are learned in each bottle-neck module of the proposed network and convolved into deeper iterations in the forward propagation process.Then the network parameters are updated by the back propagation itera-tion of the training error.Experimental results on the real mea-sured images show that our proposed DCNN outperforms the counterparts in terms of six evaluation factors.Meanwhile,the network outputs are in good agreement with the expected mete-orology detection results(labels).It is demonstrated that the pro-posed network would have a promising meteorology observa-tion application with minimal effort on network variables or parameter changes. 展开更多
关键词 meteorology target detection ground clutter sup-pression weather radar images convolutional neural network(CNN)
下载PDF
Faster RCNN Target Detection Algorithm Integrating CBAM and FPN 被引量:2
8
作者 Wenshun Sheng Xiongfeng Yu +1 位作者 Jiayan Lin Xin Chen 《Computer Systems Science & Engineering》 SCIE EI 2023年第11期1549-1569,共21页
Small targets and occluded targets will inevitably appear in the image during the shooting process due to the influence of angle,distance,complex scene,illumination intensity,and other factors.These targets have few e... Small targets and occluded targets will inevitably appear in the image during the shooting process due to the influence of angle,distance,complex scene,illumination intensity,and other factors.These targets have few effective pixels,few features,and no apparent features,which makes extracting their efficient features difficult and easily leads to false detection,missed detection,and repeated detection,affecting the performance of target detection models.An improved faster region convolutional neural network(RCNN)algorithm(CF-RCNN)integrating convolutional block attention module(CBAM)and feature pyramid networks(FPN)is proposed to improve the detection and recognition accuracy of small-size objects,occluded or truncated objects in complex scenes.Firstly,the CBAM mechanism is integrated into the feature extraction network to improve the detection ability of occluded or truncated objects.Secondly,the FPN-featured pyramid structure is introduced to obtain high-resolution and vital semantic data to enhance the detection effect of small-size objects.The experimental results show that the mean average precision of target detection of the improved algorithm on PASCAL VOC2012 is improved to 76.1%,which is 13.8 percentage points higher than that of the commonly used Faster RCNN and other algorithms.Furthermore,it is better than the commonly used small sample target detection algorithm. 展开更多
关键词 target detection attention mechanism CBAM FPN CF-RCNN
下载PDF
A camouflage target detection method based on local minimum difference constraints 被引量:1
9
作者 GAN Yuanying LIU Chuntong +1 位作者 LI Hongcai LIU Zhongye 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2023年第3期696-705,共10页
To address the problems of missing inside and incomplete edge contours in camouflaged target detection results,we propose a camouflaged moving target detection algorithm based on local minimum difference constraints(L... To address the problems of missing inside and incomplete edge contours in camouflaged target detection results,we propose a camouflaged moving target detection algorithm based on local minimum difference constraints(LMDC).The algorithm first uses the mean to optimize the initial background model,removes the stable background region by global comparison,and extracts the edge point set in the potential target region so that each boundary point(seed)grows along the center of the target.Finally,we define the minor difference constraints term,combine the seed path and the target space consistency,and calculate the attributes of each pixel in the potential target area to realize camouflaged moving target detection.The algorithm of this paper is verified based on a public data sofa video and test videos and compared with the five classic algorithms.The experimental results show that the proposed algorithm yields good results based on integrity,accuracy,and a number of objective evaluation indexes,and its overall performance is better than that of the compared algorithms. 展开更多
关键词 camouflage target detection moving target local contrast
下载PDF
Robust dual-channel correlation algorithm for complex weak target detection with wideband radar
10
作者 DAI Yan LIU Dan +2 位作者 LI Chuanming WEI Shaopeng HU Qingrong 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2023年第5期1130-1146,共17页
In the scene of wideband radar,due to the spread of target scattering points,the attitude and angle of view of the target constantly change in the process of moving.It is difficult to predict,and the actual echo of mu... In the scene of wideband radar,due to the spread of target scattering points,the attitude and angle of view of the target constantly change in the process of moving.It is difficult to predict,and the actual echo of multiple scattered points is not fully matched with the transmitted signal.Therefore,it is challenging for the traditional matching filter method to achieve a complete matching effect in wideband echo detection.In addition,the energy dispersion of complex target echoes is still a problem in radar target detection under broadband conditions.Therefore,this paper proposes a wideband target detection method based on dualchannel correlation processing of range-extended targets.This method fully uses the spatial distribution characteristics of target scattering points of echo signal and the matching characteristics of the dual-channel point extension function itself.The radial accumulation of wideband target echo signal in the complex domain is realized through the adaptive correlation processing of a dual-channel echo signal.The accu-mulation effect of high matching degree is achieved to improve the detection probability and the performance of wideband detection.Finally,electromagnetic simulation experiments and measured data verify that the proposed method has the advan-tages of high signal to noise ratio(SNR)gain and high detection probability under low SNR conditions. 展开更多
关键词 wideband radar target detection DUAL-CHANNEL cor-relation
下载PDF
Sonar Image Target Detection for Underwater Communication System Based on Deep Neural Network
11
作者 Lilan Zou Bo Liang +2 位作者 Xu Cheng Shufa Li Cong Lin 《Computer Modeling in Engineering & Sciences》 SCIE EI 2023年第12期2641-2659,共19页
Target signal acquisition and detection based on sonar images is a challenging task due to the complex underwater environment.In order to solve the problem that some semantic information in sonar images is lost and mo... Target signal acquisition and detection based on sonar images is a challenging task due to the complex underwater environment.In order to solve the problem that some semantic information in sonar images is lost and model detection performance is degraded due to the complex imaging environment,we proposed a more effective and robust target detection framework based on deep learning,which can make full use of the acoustic shadow information in the forward-looking sonar images to assist underwater target detection.Firstly,the weighted box fusion method is adopted to generate a fusion box by weighted fusion of prediction boxes with high confidence,so as to obtain accurate acoustic shadow boxes.Further,the acoustic shadow box is cut down to get the feature map containing the acoustic shadow information,and then the acoustic shadow feature map and the target information feature map are adaptively fused to make full use of the acoustic shadow feature information.In addition,we introduce a threshold processing module to improve the attention of the model to important feature information.Through the underwater sonar dataset provided by Pengcheng Laboratory,the proposed method improved the average accuracy by 3.14%at the IoU threshold of 0.7,which is better than the current traditional target detection model. 展开更多
关键词 Underwater communication intelligent sensor network target detection weighted frame fusion shadow information
下载PDF
Infrared Small Target Detection Algorithm Based on ISTD-CenterNet
12
作者 Ning Li Shucai Huang Daozhi Wei 《Computers, Materials & Continua》 SCIE EI 2023年第12期3511-3531,共21页
This paper proposes a real-time detection method to improve the Infrared small target detection CenterNet(ISTD-CenterNet)network for detecting small infrared targets in complex environments.The method eliminates the n... This paper proposes a real-time detection method to improve the Infrared small target detection CenterNet(ISTD-CenterNet)network for detecting small infrared targets in complex environments.The method eliminates the need for an anchor frame,addressing the issues of low accuracy and slow speed.HRNet is used as the framework for feature extraction,and an ECBAM attention module is added to each stage branch for intelligent identification of the positions of small targets and significant objects.A scale enhancement module is also added to obtain a high-level semantic representation and fine-resolution prediction map for the entire infrared image.Besides,an improved sensory field enhancement module is designed to leverage semantic information in low-resolution feature maps,and a convolutional attention mechanism module is used to increase network stability and convergence speed.Comparison experiments conducted on the infrared small target data set ESIRST.The experiments show that compared to the benchmark network CenterNet-HRNet,the proposed ISTD-CenterNet improves the recall by 22.85%and the detection accuracy by 13.36%.Compared to the state-of-the-art YOLOv5small,the ISTD-CenterNet recall is improved by 5.88%,the detection precision is improved by 2.33%,and the detection frame rate is 48.94 frames/sec,which realizes the accurate real-time detection of small infrared targets. 展开更多
关键词 Infrared small target detection CenterNet data enhancement feature enhancement attention mechanism
下载PDF
RT-YOLO:A Residual Feature Fusion Triple Attention Network for Aerial Image Target Detection
13
作者 Pan Zhang Hongwei Deng Zhong Chen 《Computers, Materials & Continua》 SCIE EI 2023年第4期1411-1430,共20页
In recent years,target detection of aerial images of unmannedaerial vehicle(UAV)has become one of the hottest topics.However,targetdetection of UAV aerial images often presents false detection and misseddetection.We p... In recent years,target detection of aerial images of unmannedaerial vehicle(UAV)has become one of the hottest topics.However,targetdetection of UAV aerial images often presents false detection and misseddetection.We proposed a modified you only look once(YOLO)model toimprove the problems arising in object detection in UAV aerial images:(1)A new residual structure is designed to improve the ability to extract featuresby enhancing the fusion of the inner features of the single layer.At the sametime,triplet attention module is added to strengthen the connection betweenspace and channel and better retain important feature information.(2)Thefeature information is enriched by improving the multi-scale feature pyramidstructure and strengthening the feature fusion at different scales.(3)A newloss function is created and the diagonal penalty term of the anchor frame isintroduced to improve the speed of training and the accuracy of reasoning.The proposed model is called residual feature fusion triple attention YOLO(RT-YOLO).Experiments showed that the mean average precision(mAP)ofRT-YOLO is increased from 57.2%to 60.8%on the vehicle detection in aerialimage(VEDAI)dataset,and the mAP is also increased by 1.7%on the remotesensing object detection(RSOD)dataset.The results show that theRT-YOLOoutperforms other mainstream models in UAV aerial image object detection. 展开更多
关键词 Attention mechanism small target detection YOLOv5s RT-YOLO
下载PDF
PF-YOLOv4-Tiny: Towards Infrared Target Detection on Embedded Platform
14
作者 Wenbo Li Qi Wang Shang Gao 《Intelligent Automation & Soft Computing》 SCIE 2023年第7期921-938,共18页
Infrared target detection models are more required than ever before to be deployed on embedded platforms,which requires models with less memory consumption and better real-time performance while considering accuracy.T... Infrared target detection models are more required than ever before to be deployed on embedded platforms,which requires models with less memory consumption and better real-time performance while considering accuracy.To address the above challenges,we propose a modified You Only Look Once(YOLO)algorithm PF-YOLOv4-Tiny.The algorithm incorpo-rates spatial pyramidal pooling(SPP)and squeeze-and-excitation(SE)visual attention modules to enhance the target localization capability.The PANet-based-feature pyramid networks(P-FPN)are proposed to transfer semantic information and location information simultaneously to ameliorate detection accuracy.To lighten the network,the standard convolutions other than the backbone network are replaced with depthwise separable convolutions.In post-processing the images,the soft-non-maximum suppression(soft-NMS)algorithm is employed to subside the missed and false detection problems caused by the occlusion between targets.The accuracy of our model can finally reach 61.75%,while the total Params is only 9.3 M and GFLOPs is 11.At the same time,the inference speed reaches 87 FPS on NVIDIA GeForce GTX 1650 Ti,which can meet the requirements of the infrared target detection algorithm for the embedded deployments. 展开更多
关键词 Infrared target detection visual attention module spatial pyramid pooling dual-path feature fusion depthwise separable convolution soft-NMS
下载PDF
SAR target detection based on the optimal fractional Gabor spectrum feature
15
作者 Ling-Bing Peng Yu-Qing Wang +1 位作者 Ying-Pin Chen Zhen-Ming Peng 《Journal of Electronic Science and Technology》 EI CAS CSCD 2023年第2期55-64,共10页
In this paper,an algorithm based on a fractional time-frequency spectrum feature is proposed to improve the accuracy of synthetic aperture radar(SAR)target detection.By extending the fractional Gabor transform(FrGT)in... In this paper,an algorithm based on a fractional time-frequency spectrum feature is proposed to improve the accuracy of synthetic aperture radar(SAR)target detection.By extending the fractional Gabor transform(FrGT)into two dimensions,the fractional time-frequency spectrum feature of an image can be obtained.In the achievement process,we search for the optimal order and design the optimal window function to accomplish the two-dimensional optimal FrGT.Finally,the energy attenuation gradient(EAG)feature of the optimal time-frequency spectrum is extracted for high-frequency detection.The simulation results show the proposed algorithm has a good performance in SAR target detection and lays the foundation for recognition. 展开更多
关键词 Optimal fractional Gabor transform(FrGT) Optimal order Synthetic aperture radar(SAR)target detection Time-frequency spectrum analysis
下载PDF
CAFUNeT:A small infrared target detection method in complex backgrounds
16
作者 孙海蓉 康莉 HUANG Jianjun 《中国体视学与图像分析》 2023年第4期332-348,共17页
Small infrared target detection has widespread applications in various fields including military,aviation,and medicine.However,detecting small infrared targets in complex backgrounds remains challenging.To detect smal... Small infrared target detection has widespread applications in various fields including military,aviation,and medicine.However,detecting small infrared targets in complex backgrounds remains challenging.To detect small infrared targets,we propose a variable-structure U-shaped network referred as CAFUNet.A central differential convolution-based encoder,ASPP,an Attention Fusion module,and a decoder module are the critical components of the CAFUNet.The encoder module based on central difference convolution effectively extracts shallow detail information from infrared images,complemented by rich contextual information obtained from the deep features in the decoder module.However,the direct fusion of the shallow detail features with semantic features may lead to feature mismatch.To address this,we incorporate an Attention Fusion(AF)module to enhance the network performance further.We performed ablation studies on each module to evaluate its effectiveness.The results show that our proposed algorithm outperforms the state-of-the-art methods on publicly available datasets. 展开更多
关键词 small infrared target detection central difference convolution ASPP AF
下载PDF
Adaptive moving target detection algorithm based on Gaussian mixture model 被引量:1
17
作者 杨欣 刘加 +1 位作者 费树岷 周大可 《Journal of Southeast University(English Edition)》 EI CAS 2013年第4期379-383,共5页
In order to enhance the reliability of the moving target detection, an adaptive moving target detection algorithm based on the Gaussian mixture model is proposed. This algorithm employs Gaussian mixture distributions ... In order to enhance the reliability of the moving target detection, an adaptive moving target detection algorithm based on the Gaussian mixture model is proposed. This algorithm employs Gaussian mixture distributions in modeling the background of each pixel. As a result, the number of Gaussian distributions is not fixed but adaptively changes with the change of the pixel value frequency. The pixels of the difference image are divided into two parts according to their values. Then the two parts are separately segmented by the adaptive threshold, and finally the foreground image is obtained. The shadow elimination method based on morphological reconstruction is introduced to improve the performance of foreground image's segmentation. Experimental results show that the proposed algorithm can quickly and accurately build the background model and it is more robust in different real scenes. 展开更多
关键词 moving target detection Gaussian mixture model background subtraction adaptive method
下载PDF
DEVELOPMENT OF MOVING TARGET DETECTION AND IMAGING BY AIRBORNE SAR
18
作者 孙泓波 顾红 +1 位作者 苏卫民 刘国岁 《Transactions of Nanjing University of Aeronautics and Astronautics》 EI 2001年第1期59-67,共9页
The detection and ima ging of moving targets based on airborne synthetic aperture radar (SAR) is a cru cial technique for the modern radar. Firstly, the mathematical model of SAR ech o signal which comes from moving t... The detection and ima ging of moving targets based on airborne synthetic aperture radar (SAR) is a cru cial technique for the modern radar. Firstly, the mathematical model of SAR ech o signal which comes from moving targets is constructed. Based on this model, th e features of moving target imaging are introduced and the effects of target mov ement to SAR imaging are analyzed. Then the development and the status of this t echnique are reviewed in detail. Finally, some frontiers of this field are point ed out. 展开更多
关键词 synthetic aperture rada r moving target detection radar imaging clutter cancellation
下载PDF
Point association analysis of vessel target detection with SAR, HFSWR and AIS 被引量:8
19
作者 JI Yonggang ZHANG Jie +1 位作者 MENG Junmin WANG Yiming 《Acta Oceanologica Sinica》 SCIE CAS CSCD 2014年第9期73-81,共9页
A space-borne synthetic aperture radar (SAR), a high frequency surface wave radar (HFSWR), and a ship automatic identification system (AIS) are the main remote sensors for vessel monitoring in a wide range. Thes... A space-borne synthetic aperture radar (SAR), a high frequency surface wave radar (HFSWR), and a ship automatic identification system (AIS) are the main remote sensors for vessel monitoring in a wide range. These three sensors have their own advantages and weaknesses, and they can complement each other in some situations. So it would improve the capability of vessel target detection to use multiple sensors including SAR, HFSWR, and A/S to identify non-cooperative vessel targets from the fusion results. During the fusion process of multiple sensors' detection results, point association is one of the key steps, and it can affect the accuracy of the data fusion and the efficiency of a non-cooperative target's recognition. This study investigated the point association analyses of vessel target detection under different conditions: space- borne SAR paired with AIS, as well as HFSWR, paired with AIS, and the characteristics of the SAR and the HFSWR and their capability of vessel target detection. Then a point association method of multiple sensors was proposed. Finally, the thresholds selection of key parameters in the points association (including range threshold, radial velocity threshold, and azimuth threshold) were investigated, and their influences on final association results were analyzed. 展开更多
关键词 vessel target detection SAR HFSWR AIS point association data fusion
下载PDF
he adaptive chirplet transform and its application in GPR target detection 被引量:8
20
作者 Zeng Zhaofa Wu Fengshou +2 位作者 Huang Ling Liu Fengshan Sun Jiguang 《Applied Geophysics》 SCIE CSCD 2009年第2期192-200,共9页
GPR has become an important geophysical method in UXO and landmine detection, for it can detect both metal and non-metallic targets. However, it is difficult to remove the strong clutters from surface-layer reflection... GPR has become an important geophysical method in UXO and landmine detection, for it can detect both metal and non-metallic targets. However, it is difficult to remove the strong clutters from surface-layer reflection and soil due to the low signal to noise ratio of GPR data. In this paper, we use the adaptive chirplet transform to reject these clutters based on their character and then pick up the signal from the UXO by the transform based on the Radon-Wigner distribution. The results from the processing show that the clutter can be rejected effectively and the target response can be measured with high SNR. 展开更多
关键词 GPR target detection clutter rejection chirplet transform
下载PDF
上一页 1 2 9 下一页 到第
使用帮助 返回顶部