Target Detection Algorithm Based on Improved YOLOv5 for Edge Computing Devices

Yanqiu Wang,Shangtai Jin,Chenkun Yin,Zejin Wu
DOI: https://doi.org/10.1109/ricai60863.2023.10488977
2023-01-01
Abstract:This paper selects YOLOv5 as the basic model of edge computing device target detection. Aiming at the performance imbalance of the current deep neural network target detection algorithms and the high latency of deploying YOLOv5 on edge computing devices, an improved target detection algorithm based on YOLOv5 is named AG-YOLOv5 (Attention Ghost YOLOv5). The improvement of the algorithm mainly focuses on the backbone network and necking,to improve the comprehensive performance of the model. Firstly, in the backbone network, the Deep Stem module was used to replace convolutions, the improved C3Ghost is named S-C3Ghost(Strong C3Ghost) that was used to replace the CSP module, and SimSPPF was used instead of SPPF to achieve lightweight network and to improve inference speed. Secondly, attention mechanisms were added to the end and neck of the backbone network to improve the accuracy of object detection. The final function section utilizes Wlou instead of Clou as the loss function, and uses HardSwish activation function instead of SiLU, which improves the comprehensive performance of the model.
What problem does this paper attempt to address?