Autonomous driving paper index
YOLO-GCM: A Lightweight Detector-Side Feature Enhancement Framework for Foggy Traffic Object Detection
One-line summary
To address this problem, this paper proposes YOLO-GCM, a lightweight detector-side feature enhancement framework built upon YOLO11n.
Engineering notes
Key topics: autonomous driving, object detection, perception. See the paper for implementation details and experimental results.
Chinese explanation / 中文解读
中文解读待补充:本站会优先为端到端自动驾驶、BEV感知、3D目标检测、轨迹预测、路径规划、LiDAR感知等高价值论文补充中文说明。
Original abstract
Foggy traffic scenes pose significant challenges for object detection because reduced contrast, blurred object boundaries, and the loss of local details weaken discriminative feature representations. These degradations are particularly detrimental to lightweight detectors used in intelligent transportation and vehicle perception systems, where both accuracy and real-time efficiency are required. To address this problem, this paper proposes YOLO-GCM, a lightweight detector-side feature enhancement framework built upon YOLO11n. Instead of relying on an external image dehazing stage, YOLO-GCM improves the internal feature representation of the detector through three complementary modules: a gated additive feature block (GAFB) for adaptive channel-wise feature selection and noise suppression, a context-aware feature enhancement module (CAFEM) for strengthening high-level semantic context, and a multi-scale adaptive fusion (MSAF) module for enhancing cross-scale feature interaction. By integrating these modules into a unified one-stage detector, the proposed method improves detection robustness under low-visibility traffic conditions while maintaining a compact architecture. Experiments on the FoggyCar dataset show that YOLO-GCM achieved 89.81% mAP@0.5 and 67.99% mAP@0.5:0.95, outperforming standard YOLO baselines and dehazing-assisted detection pipelines under a consistent evaluation protocol. Additional evaluation on Foggy Cityscapes further verified the generalization capability of the proposed method under domain shift. The results demonstrate that detector-side feature enhancement provides an effective and efficient alternative to multi-stage dehazing-plus-detection pipelines for foggy traffic object detection. These findings can provide useful guidance for the development of robust and efficient perception modules in roadside monitoring, intelligent transportation systems, and vehicle-assisted driving applications under adverse weather conditions.
Links and sources
Need this topic turned into a technical roadmap?
Full Self Driving can prepare a custom autonomous driving literature review, code map, dataset map, and B2B technology assessment.
Request B2B research
Comments