EAAI Journal 2026 Journal Article
Multi-scale feature enhancement network for object detection in severe foggy weather
- Yingjun Wang
- Xiaopeng Yang
- Yingjian Wang
- Peixian Zhuang
- Wenyi Zhao
- Haoxiang Lu
- Weidong Zhang
Foggy conditions degrade image quality through light scattering and absorption, along with particle-induced noise, leading to low contrast, color distortion, and blurred structures that hinder reliable object detection. To address these challenges, we propose a Multi-Scale Feature Enhanced Object Detection Network (MFENet). Specifically, we design a Spatial-Frequency Feature Recovery Module (SFRM) that performs multi-scale enhancement and global context modeling in both spatial and frequency domains, strengthening representations of fog-degraded features. Furthermore, a Dual-Dimensional Interaction Module (DIM) is introduced to enhance feature interaction and improve fine-grained feature extraction. To mitigate false and missed detections under severe occlusion, an Occlusion-Aware Detection Head (OADH) is incorporated to further improve detection accuracy. Experimental results show that MFENet achieves a mean Average Precision (mAP) at 50% Intersection over Union (IoU) of 78. 85% on the synthetic Pattern Analysis, Statistical Modeling and Computational Learning Visual Object Classes (PASCAL VOC)-fog dataset and 75. 89% on the Real-world Task-driven Testing Set (RTTS). In addition, cross-domain generalization evaluations on the Foggy Driving Dataset (FDD) and a curated subset of the Berkeley DeepDrive dataset (BDD100K*) demonstrate consistent and strong generalization performance. With only 7. 8 million parameters and an inference speed of 117 Frames Per Second (FPS), MFENet achieves an effective trade-off between efficiency and performance for real-time applications. The code is publicly available at: https: //github. com/AmorFatio/MFENet.