Target detection method for edge computing based on the improved YOLOv5 algorithm

Ke Yang,Wei Luo
DOI: https://doi.org/10.1109/ECIE61885.2024.10627610
2024-05-24
Abstract:Edge computing performs real-time analysis and operation on the collected front-end data at the edge of the network, reduces the cloud load pressure effectively and improves the real-time response of the system. In order to enhance the real-time and accuracy of target detection algorithm to satisfy the requirements of edge computing, we propose an improved YOLOv5 target detection algorithm in this paper. Firstly, the Convolutional Block Attention Module (CBAM) is introduced in backbone of the YOLOv5 to focus on more important features and facilitate the detection of small targets. Secondly, in the Neck part of the network, the Bidirectional Feature Pyramid Network (BiFPN) is adopted to integrate diverse features and improve feature extraction across various scales and the C3Ghost is used to extract target features leading to greatly improvement of the calculation speed. Additionally,the depthwise over-parameterized convolutional layer (DO-Conv) is used to replace the some traditional convolutional layer to accelerate the training speed without increasing the computation complexity. Experimental results on the TT100K dataset shows the proposed YOLOv5 algorithm improves the target detection accuracy while ensuring the model efficiency to meet the realtime requirements for edge devices.
Computer Science
What problem does this paper attempt to address?