Leather Surface Defect Detection Based on Improved Yolov8

Xuesong Jin,Congcong Li
DOI: https://doi.org/10.1145/3644523.3644668
2023-10-13
Abstract:Addressing the current limitations in computer vision regarding leather defect detection, including issues like low recognition accuracy, imprecise detection, and slow processing speed using traditional network models, this study introduces an optimization approach based on YOLOv8n. In this research: The Faster Block structure is integrated with the original C2f, replacing the Bottleneck module. The new C2f-Faster module replaces a portion of the C2f module in the original model. This not only reduces model parameters but also enhances detection speed and accuracy. The loss computation incorporates the SIoU boundary loss function instead of the actual loss function. This enhancement improves bounding box regression performance and enhances overall accuracy. Experimental results demonstrate that the optimized model achieves a 1.5% increase in mean average precision (mAP) and an 18.7% boost in frames per second (FPS) compared to the original model on the leather defect dataset used in this study. In conclusion, this paper's model significantly enhances detection speed and accuracy, surpassing comparative algorithms and offering valuable practical applications.
Computer Science,Engineering
What problem does this paper attempt to address?