Lightweight target detection algorithm based on YOLOv4

Chuan Liu,Xianchao Wang,Qilin Wu,Jiabao Jiang
DOI: https://doi.org/10.1007/s11554-022-01251-x
2022-09-11
Abstract:Aiming at the problem that the model parameters of YOLOv4 algorithm are large and difficult to deploy in edge computing devices, a lightweight target detection algorithm (Light-YOLOv4) is proposed based on YOLOv4 algorithm. The algorithm uses the GhostNet structure to replace the backbone feature extraction network in YOLOv4 algorithm, and introduces the depthwise separable convolution to replace the vanilla convolution, which greatly reduces the parameters of the original network model. Light-YOLOv4 also replaces the ReLU activation function in the deep structure of GhostNet with the improved lightweight activation function H-MetaACON, which improves the detection accuracy when the amount of model parameters and calculation are basically unchanged. Finally, the coordinate attention module is added to the effective feature layer and the PANet upsampling module, so that the model captures the cross-channel information while capturing the direction and position awareness information to further improve the detection accuracy. The experimental results show that the detection accuracy of the optimized model is improved by 0.89% and the size of the model is reduced to 17.48% compared to the original YOLOv4 model. The Light-YOLOv4 model can effectively reduce the inference calculation of the original model while maintaining high detection accuracy, and significantly improve the detection speed of the model on devices with insufficient computing power.
computer science, artificial intelligence,engineering, electrical & electronic,imaging science & photographic technology
What problem does this paper attempt to address?