CVLGDec 31, 2024

Research on vehicle detection based on improved YOLOv8 network

arXiv:2501.00300v123 citationsh-index: 6Appl Comput Eng
Originality Synthesis-oriented
AI Analysis

This work addresses vehicle detection for autonomous driving systems, but it is incremental as it builds on existing YOLOv8 with modifications.

The paper tackled vehicle detection for autonomous driving by proposing an improved YOLOv8 network, achieving detection accuracies of 98.3% for cars, 89.1% for persons, and 88.4% for motorcycles.

The key to ensuring the safe obstacle avoidance function of autonomous driving systems lies in the use of extremely accurate vehicle recognition techniques. However, the variability of the actual road environment and the diverse characteristics of vehicles and pedestrians together constitute a huge obstacle to improving detection accuracy, posing a serious challenge to the realization of this goal. To address the above issues, this paper proposes an improved YOLOv8 vehicle detection method. Specifically, taking the YOLOv8n-seg model as the base model, firstly, the FasterNet network is used to replace the backbone network to achieve the purpose of reducing the computational complexity and memory while improving the detection accuracy and speed; secondly, the feature enhancement is achieved by adding the attention mechanism CBAM to the Neck; and lastly, the loss function CIoU is modified to WIoU, which optimizes the detection box localization while improving the segmentation accuracy. The results show that the improved model achieves 98.3%, 89.1% and 88.4% detection accuracy for car, Person and Motorcycle. Compared with the pre-improvement and YOLOv9 models in six metrics such as Precision.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes