SPDCN: Strip-based Deformable Convolutional Network for Steel Surface Defect Segmentation

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

Summary

SPDCN, a Strip-based Deformable Convolutional Network, is proposed to improve steel surface defect segmentation, specifically addressing challenges with elongated, anisotropic defects like cracks and scratches. Traditional methods fail due to isotropic receptive fields and rigid sampling grids. SPDCN introduces two key innovations: the Fuzzy-enhanced Multi-scale Context Module (FMCM), which uses group-wise multi-branch convolutions and intuitionistic fuzzy channel attention for adaptive multi-scale context capture, and the Adaptive Direction-Aware Deformable Convolution (ADADC), which employs decoupled horizontal and vertical strip convolutions to anisotropically align sampling grids with defect orientations. Experiments on public steel surface defect benchmarks show SPDCN achieves 89.60% mIoU on NEU-Seg with only 3.54M parameters, surpassing state-of-the-art methods. The source code is publicly available.

Key takeaway

For Machine Learning Engineers developing industrial quality inspection systems, if your current segmentation models struggle with anisotropic steel surface defects like cracks, you should evaluate SPDCN. Its novel Adaptive Direction-Aware Deformable Convolution and Fuzzy-enhanced Multi-scale Context Module offer superior performance, achieving 89.60% mIoU on NEU-Seg with only 3.54M parameters. Consider integrating this approach or its core components to significantly improve defect detection accuracy and efficiency in your applications.

Key insights

SPDCN uses strip-based deformable convolutions and fuzzy attention to segment anisotropic steel defects, outperforming existing methods.

Principles

Method

SPDCN integrates FMCM for multi-scale context via group-wise multi-branch convolutions and intuitionistic fuzzy channel attention, and ADADC for anisotropic grid alignment using decoupled horizontal/vertical strip convolutions.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.