Conceptual

Improved YOLOv8 Vehicle Detection with FasterNet, CBAM, and WIoU Loss

An improved real-time vehicle detector for autonomous-driving obstacle avoidance, built on the YOLOv8n-seg model with three modifications: the backbone is replaced by FasterNet to cut computational cost and memory while raising detection speed and accuracy; a CBAM convolutional attention module is inserted in the neck to enhance features; and the bounding-box loss is changed from CIoU to WIoU to improve box localization and segmentation accuracy. The result reaches 98.3%, 89.1% and 88.4% accuracy for car, person and motorcycle, outperforming the baseline and YOLOv9 across several metrics.