Autonomous driving paper index

YOLOv8n-FEL: A Lightweight Visual Detector with a Progressive Compress-Then-Enhance Architecture for Autonomous Driving

2026-07-20 · Mathematics

autonomous drivingobject detectioncarlakittideploymentcontrol

One-line summary

Real-time visual object detection on resource-constrained in-vehicle platforms requires a practical balance among detection accuracy, model size, computational complexity, and inference speed.

Engineering notes

Key topics: autonomous driving, object detection, carla, kitti, deployment, control. See the paper for implementation details and experimental results.

Chinese explanation / 中文解读

中文解读待补充:本站会优先为端到端自动驾驶、BEV感知、3D目标检测、轨迹预测、路径规划、LiDAR感知等高价值论文补充中文说明。

Original abstract

Real-time visual object detection on resource-constrained in-vehicle platforms requires a practical balance among detection accuracy, model size, computational complexity, and inference speed. Existing lightweight detectors may sacrifice accuracy, particularly for small and occluded objects, when model scale is compressed aggressively. To address this trade-off, this study investigates YOLOv8n-FEL, a lightweight visual detector built on YOLOv8n with a progressive “compress-then-enhance” architecture. The design contains three architecture-level modifications. First, the standard Bottleneck blocks in the C2f module are replaced with FasterBlock from FasterNet, forming the C2F-Faster module to reduce parameter count and computational cost. Second, Efficient Multi-Scale Attention (EMA) is integrated through the C2F-Faster-EMA configuration to refine features for small and occluded objects. Third, Large Separable Kernel Attention (LSKA) is introduced at the SPPF stage to refine multi-scale pooled features without quadratic complexity growth. Experiments on KITTI show that YOLOv8n-FEL reduces the parameter count from 3.006 M to 2.582 M and GFLOPs from 8.1 to 6.7, corresponding to reductions of approximately 14.1% and 17.3%, respectively. Under this lightweight setting, precision increases from 88.8% to 90.6% and mAP@0.5 increases from 89.1% to 89.5%; however, recall, mAP@0.5:0.95, and measured inference latency do not surpass the YOLOv8n baseline. At the class level, the main gain is observed for Cyclist detection, with AP@0.5 increasing from 89.9% to 92.6%, whereas Pedestrian detection and high-IoU localization remain challenging. Direct evaluation on DAIR-V2X and Carla simulation is used as supporting evidence under domain shift and controlled scenario variations rather than as deployment-level robustness validation. Overall, YOLOv8n-FEL is best understood as a lightweight accuracy–complexity trade-off model.

5.5Engineering value
7.0Research novelty
6.0Business relevance

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

No comments yet. Be the first to share your thoughts on this paper.
Login or register to leave a comment