Lightweight Road Vehicle Detection Algorithm Based on Improved YOLOv8

Xin Zhang
DOI: https://doi.org/10.1109/cisat62382.2024.10695254
2024-01-01
Abstract:This paper addresses the problems of large model size, many parameters, high equipment requirements, and low recall rate in traditional vehicle detection models, and proposes a lightweight road vehicle detection algorithm based on the improved YOLOv8 (You Only Look Once). The improved detection algorithm reduces the number of parameters and the size of the model, which can effectively improve the detection speed and shorten the training time. This paper proposes a lightweight Shared Parameter detection head (SPDH), which can greatly reduce the number of model parameters while ensuring the detection accuracy. in the meantime SimAM attention mechanism, a lightweight and parameterless attention mechanism of convolutional neural networks, is added to the network to enhance the detection performance. Finally, the Star Block in StarNet proposed by Microsoft in 2024 is used to replace the Bottleneck in C2f for further lightening and guarantee performance. Experiments on BIT-Vehicle dataset demonstrate that the superior performance of the algorithm compared to the original model. Under the premise that The parameter count has been decreased by approximately 35% and the model’s size has been reduced by around 34%, resulting in a 1.2% increase in precision and a 1.8% increase in recall, and other evaluation indicators are roughly consistent with the benchmark model. The excellence of the improved algorithm is proved.
What problem does this paper attempt to address?