• 中国计算机学会会刊
  • 中国科技核心期刊
  • 中文核心期刊

Computer Engineering & Science ›› 2023, Vol. 45 ›› Issue (11): 1970-1981.

• Graphics and Images • Previous Articles     Next Articles

A fog target detection algorithm fusing high-resolution network

ZHANG Qian,CHEN Zi-qiang,SUN Zong-wei,LAI Jing-an   

  1. (School of Information and Communication,Guilin University of Electronic Science and Technology,Guilin 541004,China)
  • Received:2022-09-27 Revised:2023-03-21 Accepted:2023-11-25 Online:2023-11-25 Published:2023-11-16

Abstract: To address the issues of false detection and missed detection in foggy weather scenarios where images are blurred and targets are difficult to distinguish, a target detection algorithm that fuses a high-resolution network, named High Resolution Cascade RCNN (HR-Cascade RCNN), is proposed. This algorithm adopts HRNet as the feature extraction network for Cascade RCNN, connects parallel sub-networks with different resolutions to extract multi-scale feature information, thus reducing information loss during downsampling and enhancing the semantic representation of targets. Secondly, the CIoU loss function is used to replace the original Smooth L1 loss function, and a penalty term is introduced to measure the correlation between the aspect ratio of real bounding boxes and detected bounding boxes, thus optimizing the convergence performance of the network, and helping to improve the positioning accuracy of detected bounding boxes. Finally, SoftNMS is adopted to improve the candidate box selection mechanism, reducing the false negative rate in situations such as vehicle occlusion, and enhancing the detection ability of the network. Experimental results on real foggy weather datasets RTTS and synthetic foggy weather datasets Foggy Cityscapes show that compared with the original Cascade RCNN, HR-Cascade RCNN improves mAP by 5.9% and 3% respectively.

Key words: foggy scene, target detection, deep learning, cascade RCNN, high resolution