A Lightweight Algorithm for Steel Surface Defect Detection Using Improved YOLOv8
Listed in
This article is not in any list yet, why not save it to one of your lists.Abstract
In response to the issues of low precision, a large number of parameters and high model complexity in steel surface defect detection, a lightweight algorithm using improved YOLOv8 is proposed. Firstly, GhostNet is utilized as the backbone network in order to reduce the number of model parameters and computational complexity. Secondly, the MPCA((MultiPath Coordinate Attention, MPCA) attention mechanism is integrated to enhance feature extraction capabilities. Finally, the SIoU (Simplified IoU, SIoU) is used to replace the traditional CIoU loss function, which can make the anchor frame more fast and accurate in the regression process, to improve the stability and the robustness of detection. The experimental results indicate that these enhancements have led to a reduction of 37% in calculation amount for the improved YOLOv8n algorithm, a decrease of 32% in parameter count, and an increase in average detection accuracy (mAP) by 1.2%. This model achieves a balance between lightweighting and detection accuracy while providing a viable solution for deployment in computationally resource-constrained edge computing environments such as embedded systems and mobile devices.