期刊文献+
共找到175篇文章
< 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
Improved Small Target Detection Method for SAR Image Based on YOLOv7
6
作者 YANG Ke SI Zhan-jun +1 位作者 ZHANG Ying-xue SHI Jin-yu 《印刷与数字媒体技术研究》 CAS 北大核心 2024年第5期53-62,共10页
In order to solve the problems that the current synthetic aperture radar(SAR)image target detection method cannot adapt to targets of different sizes,and the complex image background leads to low detection accuracy,an... In order to solve the problems that the current synthetic aperture radar(SAR)image target detection method cannot adapt to targets of different sizes,and the complex image background leads to low detection accuracy,an improved SAR image small target detection method based on YOLOv7 was proposed in this study.The proposed method improved the feature extraction network by using Switchable Around Convolution(SAConv)in the backbone network to help the model capture target information at different scales,thus improving the feature extraction ability for small targets.Based on the attention mechanism,the DyHead module was embedded in the target detection head to reduce the impact of complex background,and better focus on the small targets.In addition,the NWD loss function was introduced and combined with CIoU loss.Compared to the CIoU loss function typically used in YOLOv7,the NWD loss function pays more attention to the processing of small targets,so as to further improve the detection ability of small targets.The experimental results on the HRSID dataset indicate that the proposed method achieved mAP@0.5 and mAP@0.95 scores of 93.5%and 71.5%,respectively.Compared to the baseline model,this represents an increase of 7.2%and 7.6%,respectively.The proposed method can effectively complete the task of SAR image small target detection. 展开更多
关键词 Small target detection Synthetic aperture radar YOLOv7 DyHead module Switchable Around Convolution
下载PDF
Real-time Rescue Target Detection Based on UAV Imagery for Flood Emergency Response 被引量:1
7
作者 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
Adaptive moving target detection algorithm based on Gaussian mixture model 被引量:1
8
作者 杨欣 刘加 +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
9
作者 孙泓波 顾红 +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 被引量:9
10
作者 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
11
作者 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
Target detection using CDMA based passive bistatic radar 被引量:10
12
作者 Haitao Wang Jun Wang Hongwei Li 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2012年第6期858-865,共8页
Recently, the code division multiple access (CDMA) waveform exists in the large area across the world. However, when using the CDMA system as the illuminator of opportunity for the passive bistatic radar (PBR), th... Recently, the code division multiple access (CDMA) waveform exists in the large area across the world. However, when using the CDMA system as the illuminator of opportunity for the passive bistatic radar (PBR), there exists interference not only from the base station used as the illuminator of opportunity but also from other base stations with the same frequency. And be cause in the CDMA system, the signal transmitted by each base station is different, using the direct signal of one base station can not cancel the interference from other base stations. A CDMA based PBR using an element linear array antenna as both the reference antenna and surveillance antenna is introduced. To deal with the interference in this PBR system, an adaptive temporal cancellation algorithm is used to remove the interference from the base station used as the illuminator of opportunity firstly. And then a robust adaptive beamformer is used to suppress the interference from other base stations. Finally, the preliminary experiment re sults demonstrate the feasibility of using CDMA signals as a radar waveform. 展开更多
关键词 passive bistatic radar (PBR) code division multipleaccess (CDMA) signal interference suppression target detection.
下载PDF
Infrared small target detection using sparse representation 被引量:11
13
作者 Jiajia Zhao ZhengyuanTang +1 位作者 Jie Yang Erqi Liu 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2011年第6期897-904,共8页
Sparse representation has recently been proved to be a powerful tool in image processing and object recognition.This paper proposes a novel small target detection algorithm based on this technique.By modelling a small... Sparse representation has recently been proved to be a powerful tool in image processing and object recognition.This paper proposes a novel small target detection algorithm based on this technique.By modelling a small target as a linear combination of certain target samples and then solving a sparse 0-minimization problem,the proposed apporach successfully improves and optimizes the small target representation with innovation.Furthermore,the sparsity concentration index(SCI) is creatively employed to evaluate the coefficients of each block representation and simpfy target identification.In the detection frame,target samples are firstly generated to constitute an over-complete dictionary matrix using Gaussian intensity model(GIM),and then sparse model solvers are applied to finding sparse representation for each sub-image block.Finally,SCI lexicographical evalution of the entire image incorparates with a simple threshold locate target position.The effectiveness and robustness of the proposed algorithm are demonstrated by the exprimental results. 展开更多
关键词 target detection sparse representation orthogonal matching pursuit(OMP).
下载PDF
Moving target detection based on improved ghost suppression and adaptive visual background extraction 被引量:8
14
作者 LIU Ling CHAI Guo-hua QU Zhong 《Journal of Central South University》 SCIE EI CAS CSCD 2021年第3期747-759,共13页
Visual background extraction algorithm(ViBe)uses the first frame image to initialize the background model,which can easily introduce the“ghost”.Because ViBe uses the fixed segmentation threshold to achieve the foreg... Visual background extraction algorithm(ViBe)uses the first frame image to initialize the background model,which can easily introduce the“ghost”.Because ViBe uses the fixed segmentation threshold to achieve the foreground and background segmentation,the detection results in many false detections for the highly dynamic background.To solve these problems,an improved ghost suppression and adaptive Visual Background Extraction algorithm is proposed in this paper.Firstly,with the pixel’s temporal and spatial information,the historical pixels of a certain combination are used to initialize the background model in the odd frames of the video sequence.Secondly,the background sample set combined with the neighborhood pixels are used to determine a complex degree of the background,to acquire the adaptive segmentation threshold.Thirdly,the update rate is adjusted based on the complexity of the background.Finally,the detected result goes through a post-processing to achieve better detection results.The experimental results show that the improved algorithm will not only quickly suppress the“ghost”,but also have a better detection in a complex dynamic background. 展开更多
关键词 moving target detection ghost suppression adaptive visual background extraction
下载PDF
Improved TQWT for marine moving target detection 被引量:10
15
作者 PAN Meiyan SUN Jun +4 位作者 YANG Yuhao LI Dasheng XIE Sudao WANG Shengli CHEN Jianjun 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2020年第3期470-481,共12页
Under the conditions of strong sea clutter and complex moving targets,it is extremely difficult to detect moving targets in the maritime surface.This paper proposes a new algorithm named improved tunable Q-factor wave... Under the conditions of strong sea clutter and complex moving targets,it is extremely difficult to detect moving targets in the maritime surface.This paper proposes a new algorithm named improved tunable Q-factor wavelet transform(TQWT)for moving target detection.Firstly,this paper establishes a moving target model and sparsely compensates the Doppler migration of the moving target in the fractional Fourier transform(FRFT)domain.Then,TQWT is adopted to decompose the signal based on the discrimination between the sea clutter and the target’s oscillation characteristics,using the basis pursuit denoising(BPDN)algorithm to get the wavelet coefficients.Furthermore,an energy selection method based on the optimal distribution of sub-bands energy is proposed to sparse the coefficients and reconstruct the target.Finally,experiments on the Council for Scientific and Industrial Research(CSIR)dataset indicate the performance of the proposed method and provide the basis for subsequent target detection. 展开更多
关键词 marine moving target detection improved tunable Q-factor wavelet transform(TQWT) fractional Fourier transform(FRFT) basis pursuit denoising(BPDN)
下载PDF
Optical polarization imaging for underwater target detection with non-scatter background 被引量:7
16
作者 GUAN Jin-ge ZHAO Yong +3 位作者 ZHENG Yong-qiu MA Miao SUN Peng XUE Chen-yang 《Journal of Measurement Science and Instrumentation》 CAS CSCD 2020年第4期335-342,共8页
For conventional optical polarization imaging of underwater target,the polarization degree of backscatter should be pre-measured by averaging the pixel intensities in the no target region of the polarization images,an... For conventional optical polarization imaging of underwater target,the polarization degree of backscatter should be pre-measured by averaging the pixel intensities in the no target region of the polarization images,and the polarization property of the target is assumed to be completely depolarized.When the scattering background is unseen in the field of view or the target is polarized,conventional method is helpless in detecting the target.An improvement is to use lots of co-polarization and cross polarization detection components.We propose a polarization subtraction method to estimate depolarization property of the scattering noise and target signal.And experiment in a quartz cuvette container is performed to demonstrate the effectiveness of the proposed method.The results show that the proposed method can work without scattering background reference,and further recover the target along with smooth surface for polarization preserving response.This study promotes the development of optical polarization imaging systems in underwater environments. 展开更多
关键词 polarization imaging underwater optical scattering optical information processing target detection
下载PDF
Fast-armored target detection based on multi-scale representation and guided anchor 被引量:5
17
作者 Fan-jie Meng Xin-qing Wang +2 位作者 Fa-ming Shao Dong Wang Xiao-dong Hu 《Defence Technology(防务技术)》 SCIE EI CAS CSCD 2020年第4期922-932,共11页
Focused on the task of fast and accurate armored target detection in ground battlefield,a detection method based on multi-scale representation network(MS-RN) and shape-fixed Guided Anchor(SF-GA)scheme is proposed.Firs... Focused on the task of fast and accurate armored target detection in ground battlefield,a detection method based on multi-scale representation network(MS-RN) and shape-fixed Guided Anchor(SF-GA)scheme is proposed.Firstly,considering the large-scale variation and camouflage of armored target,a new MS-RN integrating contextual information in battlefield environment is designed.The MS-RN extracts deep features from templates with different scales and strengthens the detection ability of small targets.Armored targets of different sizes are detected on different representation features.Secondly,aiming at the accuracy and real-time detection requirements,improved shape-fixed Guided Anchor is used on feature maps of different scales to recommend regions of interests(ROIs).Different from sliding or random anchor,the SF-GA can filter out 80% of the regions while still improving the recall.A special detection dataset for armored target,named Armored Target Dataset(ARTD),is constructed,based on which the comparable experiments with state-of-art detection methods are conducted.Experimental results show that the proposed method achieves outstanding performance in detection accuracy and efficiency,especially when small armored targets are involved. 展开更多
关键词 RED image RPN Fast-armored target detection based on multi-scale representation and guided anchor
下载PDF
Target detection method in passive bistatic radar 被引量:5
18
作者 CHEN Gang WANG Jun 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2020年第3期510-519,共10页
Owing to the advantages in detecting the low altitude and stealth target,passive bistatic radar(PBR)has received much attention in surveillance purposes.Due to the uncontrollable characteristic of the transmitted sign... Owing to the advantages in detecting the low altitude and stealth target,passive bistatic radar(PBR)has received much attention in surveillance purposes.Due to the uncontrollable characteristic of the transmitted signal,a high level range or Doppler sidelobes may exist in the ambiguity function which will degrade the target detection performance.Mismatched filtering is a common method to deal with the ambiguity sidelobe problem.However,when mismatched filtering is applied,sidelobes cannot be eliminated completely.The residual sidelobes will cause false-alarm when the constant false alarm ratio(CFAR)is applied.To deal with this problem,a new target detection method based on preprocessing is proposed.In this new method,the ambiguity range and Doppler sidelobes are recognized and eliminated by the preprocessing method according to the prior information.CFAR is also employed to obtain the information of the target echo.Simulation results and results on real data illustrate the effectiveness of the proposed method. 展开更多
关键词 passive bistatic radar(PBR) mismatched filtering ambiguity sidelobe target detection
下载PDF
Method of moving target detection based on sub-image cancellation for single-antenna airborne synthetic aperture radar 被引量:4
19
作者 Liu Shujun Yuan Yunneng Gao Fei Mao Shiyi 《Journal of Systems Engineering and Electronics》 SCIE EI CSCD 2007年第3期448-453,共6页
The method of moving target detection based on subimage cancellation for single-antenna airborne SAR is presented. First the subimage is obtained through frequency processing is pointed out. The imaging difference of ... The method of moving target detection based on subimage cancellation for single-antenna airborne SAR is presented. First the subimage is obtained through frequency processing is pointed out. The imaging difference of a stationary objects and moving object in the subimage based on the frequency division is analyzed from the fundamental principle. Then the developed method combines the shear averaging algorithm to focus on the moving target in the subimage, after the clutter suppression and the focusing position in each subimage is obtained. Next the observation model and the relative movement of the moving targets between the subimages estimate the moving targets. The theoretical analysis and simulation results demonstrate that the method is effective and can not only detect the moving targets, but also estimate their motion parameters precisely. 展开更多
关键词 synthetic aperture radar moving target detection sub-image cancellation parameter estimation.
下载PDF
A Moving IR Point Target Detection Algorithm Based on Reverse Phase Feature of Neighborhood in Difference Between Neighbor Frame Images 被引量:3
20
作者 朱风云 秦世引 《Chinese Journal of Aeronautics》 SCIE EI CAS CSCD 2006年第3期225-232,共8页
An algorithm for detecting moving IR point target in complex background is proposed, which is based on the Reverse Phase Feature of Neighborhood (RPFN) of target in difference between neighbor frame images that two ... An algorithm for detecting moving IR point target in complex background is proposed, which is based on the Reverse Phase Feature of Neighborhood (RPFN) of target in difference between neighbor frame images that two positions of the target in the difference image are near and the gray values of them are close to in absolute value but with inverse sign. Firstly, pairs of points with RPFN are detected in the difference image between neighbor frame images, with which a virtual vector graph is made, and then the moving point target can be detected by the vectors' sequence cumulated in vector graphs. In addition, a theorem for the convergence of detection of target contrail by this algorithm is given and proved so as to afford a solid guarantee for practical applications of the algorithm proposed in this paper. Finally, some simulation results with 1000 frames from 10 typical images in complex background show that moving point targets with SNR not lower than 1.5 can be detected effectively. 展开更多
关键词 pattern recognition target detection point target difference image RPFN
下载PDF
上一页 1 2 9 下一页 到第
使用帮助 返回顶部