Site Safety Target Detection With Improved YOLOv5

Zi Li
DOI: https://doi.org/10.1145/3584376.3584507
2022-12-16
Abstract:YOLO is an object detection to redefine object detection as a regression problem, which uses Mosaic, Random affine and MixUp to enhance the data. However, the performance of the model trained on small datasets is poor, the detection accuracy is low, and practical application is difficult. On the foundation of the initial YOLOv5 model, this article incorporates enhanced Mosaic, HSV image enhancement, and Cutout data augmentation techniques and upgrades the original CIoU loss function to SIoU loss function. For target recognition applications on construction sites, a neural network for detecting helmets, falls and fires is trained based on this improved YOLOv5 model. This paper uses a self-built small dataset to verify the improvement of the training effect by improving the data augmentation and loss function. According to the experimental findings, the enhanced YOLOv5 algorithm beats the basic method on a small dataset by 4.7%.
Engineering,Computer Science
What problem does this paper attempt to address?