Data-Driven Semantic Segmentation Method for Detecting Metal Surface Defects
分割
计算机科学
人工智能
图像分割
计算机视觉
模式识别(心理学)
作者
Zhao Zhang,Weibo Wang,Xiaoyan Tian,Jiubin Tan
出处
期刊:IEEE Sensors Journal [Institute of Electrical and Electronics Engineers] 日期:2024-04-01卷期号:24 (9): 15676-15689被引量:1
标识
DOI:10.1109/jsen.2024.3381928
摘要
Accurate semantic segmentation is crucial for monitoring the quality of metal surfaces in industrial production. To solve the issues of the scarce quantities and uneven distributions of metal surface defects, challenging to achieve real-time detection and hardware integration, and hard to capture boundary information, this study proposes a dual-attention multi-scale residual aggregation network, category weight calculation method, defect migration topology method, and loss calculation method for dual boundary attention. The methods solved the technical issues by aggregating the multi-scale information of the original image and exerting attention, changing the weight coefficients of categories, expanding the datasets using the topology of the defects of defective samples to a defect-free image, and paying dual attention to the boundaries of ground truth and predicted image. Compared to the fifteen mainstream methods and our previous work, this study achieved a favourable performance on five public datasets with 5.1 M parameters and real-time inference speed of 37.5 fps. Additionally, this study demonstrates commendable robustness in the presence of noise. Our code locates at https://github.com/zz-ux/Metal-surface-defect-detection.