Autonomous driving paper index
Real-time detection of rare roadside obstacles using YOLOv8-n in autonomous vehicles
One-line summary
This paper presents a lightweight real-time detection framework using YOLOv8-n to accurately identify such obstacles on resource-constrained hardware.
Engineering notes
Key topics: autonomous driving system, autonomous driving, autonomous vehicle. See the paper for implementation details and experimental results.
Chinese explanation / 中文解读
中文解读待补充:本站会优先为端到端自动驾驶、BEV感知、3D目标检测、轨迹预测、路径规划、LiDAR感知等高价值论文补充中文说明。
Original abstract
Rare road obstacles, including traffic cones, fallen trees, debris, barrels, and rocks, pose significant safety risks to autonomous vehicles. This paper presents a lightweight real-time detection framework using YOLOv8-n to accurately identify such obstacles on resource-constrained hardware. Multiple open source datasets containing annotated images of rare objects were combined and curated into a unified dataset. The model was refined using transfer learning, and its resilience to changing illumination and partial occlusion was enhanced by data augmentation techniques such brightness fluctuation, rotation, flipping, and geometric distortion. On a mid-range NVIDIA P100 GPU, the model maintained an inference speed of 68 frames per second while achieving a precision of 95.4%, recall of 93.9%, F1-score of 94.6%, and mean average precision (mAP@0.5) of 98.1%. These findings show that the framework is appropriate for edge-based autonomous driving systems where low latency and computational efficiency are crucial since it provides precise real-time detection without the need for expensive hardware.
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