Image Segmentation for AM

Topic Survey
Area Computer Vision + AM
Papers (250+ cit) 620
Total Citations 380,000+
Architectures U-Net, Mask R-CNN, DeepLab
Modalities Optical, CT, SEM, Thermal
mIoU 85-95%

Image segmentation for additive manufacturing uses deep learning to partition images into semantically meaningful regions. In AM, this enables automated defect detection, microstructure quantification, melt pool boundary extraction, and real-time quality monitoring - tasks that previously required expert manual analysis.

Contents
  1. Overview
  2. Segmentation Architectures
  3. Defect Detection
  4. Microstructure Analysis
  5. Melt Pool Segmentation
  6. Key Papers

Overview

Semantic segmentation assigns class labels to every pixel in an image, enabling quantitative analysis of AM parts and processes. Instance segmentation further distinguishes individual objects (e.g., separate pores), critical for defect characterization.

620
Capstone Papers
95%
Defect Detection Acc.
0.92
Dice Score (Best)
Real-time
Processing Speed

Segmentation Architectures

Architecture Type AM Application Strength
U-Net Encoder-Decoder Melt pool, microstructure Works with small datasets
Mask R-CNN Instance Individual pore detection Per-defect statistics
DeepLabV3+ Semantic Layer boundary detection Multi-scale features
SegFormer Transformer High-res CT analysis Long-range dependencies
Attention U-Net Attention-gated Small defect focus Learns where to look

3D Segmentation

For volumetric data (CT scans), 3D architectures are used:

Defect Detection

Defect Types

Defect Imaging Segmentation Challenge Detection Rate
Porosity CT, optical Small size, irregular shape >95%
Lack of fusion CT Elongated, layer-aligned >92%
Cracks SEM, optical Thin, branching >90%
Surface defects Optical, profilometry Texture variation >88%
Inclusions CT, SEM Contrast dependent >85%

Data Augmentation

Critical for AM where labeled defect data is scarce:

Microstructure Analysis

Segmentation Targets

Quantitative Metrics

Segmentation enables automated measurement of:

Melt Pool Segmentation

In-Situ Monitoring

Real-time melt pool segmentation from thermal/optical cameras:

Challenges

Lightweight Models

For real-time deployment:

Key Papers

U-Net: Convolutional Networks for Biomedical Image Segmentation
Ronneberger et al., 2015 | Foundation architecture | 65,000+ citations
Deep learning for defect detection in additive manufacturing
Survey of DL methods for AM quality control | 800+ citations
Automated porosity segmentation in CT images of metal AM parts
U-Net for AM defect detection | 400+ citations
Real-time melt pool monitoring using semantic segmentation
In-situ process monitoring | 300+ citations

View all image segmentation papers →