Industrial Inspection

Steel Defect Detection

Detecting defects in steel production: rolled-in scale, patches, pitting.

0 datasets0 resultsView full task mapping →

Steel defect detection classifies and localizes surface defects on steel strips — scratches, inclusions, patches, and crazing — in real-time during production. The Severstal Kaggle competition (2019) established the benchmark, with U-Net variants and attention-based segmentation achieving production-viable accuracy.

History

2017

Northeastern University (NEU) steel surface defect dataset released — 6 defect classes

2019

Severstal Kaggle competition — 12.5K labeled steel images for 4 defect types with pixel masks

2019

FPN-based segmentation models win the Severstal competition

2020

YOLO and EfficientDet adapted for real-time steel defect detection

2021

Attention-enhanced U-Net achieves strong segmentation on steel defect datasets

2022

GC-Net (Global Context) improves detection of large-area defects like patches

2023

Pretrained ViT backbones improve feature extraction for rare defect types

2024

Anomaly detection approaches (PatchCore) applied to steel inspection as complement to supervised methods

2025

Hybrid supervised + unsupervised pipelines handle both known and novel defect types

How Steel Defect Detection Works

1Image AcquisitionLine-scan cameras capture c…2PreprocessingImages are normalized for l…3Defect SegmentationA U-Net or FPN model produc…4ClassificationDetected regions are classi…5Production DecisionBased on defect typeSteel Defect Detection Pipeline
1

Image Acquisition

Line-scan cameras capture continuous images of the steel strip surface at production speed (up to 30 m/s).

2

Preprocessing

Images are normalized for lighting variations, and the strip edges are detected to mask irrelevant background.

3

Defect Segmentation

A U-Net or FPN model produces pixel-level masks for each defect type — scratches, inclusions, patches, crazing.

4

Classification

Detected regions are classified by defect type and severity grade (minor, major, critical).

5

Production Decision

Based on defect type, size, and severity, the system triggers marking, cutting, or rejection of the defective section.

Current Landscape

Steel defect detection in 2025 is a commercially deployed application with proven ROI in steel manufacturing. U-Net variants handle known defect types well, while anomaly detection methods complement supervised approaches for novel defects. The practical challenges are not model accuracy but deployment engineering: handling variable lighting, maintaining real-time throughput, and integrating with production control systems. Major steel manufacturers (ArcelorMittal, POSCO, Nippon Steel) operate AI inspection systems in production.

Key Challenges

Class imbalance — most steel surface is defect-free; rare defect types have very few training examples

Real-time processing — production lines run at 30 m/s, requiring <50ms inference per image

Variable lighting — industrial environments have inconsistent illumination across the strip surface

Novel defects — new defect types appear as production parameters change, requiring continual adaptation

Annotation cost — pixel-level defect labeling by metallurgy experts is expensive and subjective

Quick Recommendations

Steel defect segmentation

U-Net with EfficientNet encoder

Best balance of accuracy and speed for pixel-level defect segmentation

Real-time detection

YOLOv8 / EfficientDet

Object detection approach fast enough for production line speeds

Novel defect detection

PatchCore anomaly detection + supervised classifier

Catches unknown defect types that supervised models miss

Benchmark evaluation

NEU dataset + Severstal dataset

Standard evaluation for steel defect detection research

What's Next

The frontier is fully autonomous quality control — systems that not only detect defects but automatically adjust production parameters to prevent them. Expect digital twins of the steel production process, where defect detection feeds back into process optimization, and multi-sensor fusion (vision + thermal + ultrasonic) for comprehensive quality assessment.

Benchmarks & SOTA

No datasets indexed for this task yet.

Contribute on GitHub

Related Tasks

Something wrong or missing?

Help keep Steel Defect Detection benchmarks accurate. Report outdated results, missing benchmarks, or errors.

0/2000