Improved YOLOv4 Safety Helmet Detection Algorithm

Yifa Liu,Dalong Zhang,Lin Zhao,Tao Ma
DOI: https://doi.org/10.1109/ctisc54888.2022.9849797
2022-01-01
Abstract:Directing at the difficulty of low precision of helmet detection under complex construction site background, an improved algorithm for helmet detection based on YOLOv4 is proposed based on the advantages of convolutional networks. The SE attention mechanism is embedded in CSPDarknet53 backbone to improve the weight of useful information and improves the model representation ability . The five times convolution and three times convolution in feature fusion network (PANet) are replaced by CSPLayer module, and the model parameters are reduced by 33%. The data enhancement method is used to enrich the sample data set and improve the robustness of the model. The k-means algorithm is used to re-cluster the data set with prior boxes to improve the accuracy of the algorithm. The experimence show that the improved YOLOV4-SL algorithm improves the average accuracy mAP by 3.7%, and the detection speed reaches 48.4fps, which fully meets the standard of real-time detection and has strong generalization ability in complex scenes.
What problem does this paper attempt to address?