cluster analysis of defects
**Cluster analysis of defects** is the **data-mining workflow that groups defect locations into meaningful spatial patterns to reveal likely process failure mechanisms** - by transforming raw defect coordinates into pattern classes, engineers can move faster from symptom to root cause.
**What Is Cluster Analysis of Defects?**
- **Definition**: Statistical grouping of fail-die or defect coordinates on wafer and lot maps.
- **Input Data**: X-Y die locations, bin codes, parametric excursions, and tool history.
- **Common Algorithms**: DBSCAN for arbitrary shapes, K-means for compact groups, and hierarchical clustering for layered patterns.
- **Output Types**: Blob, ring, scratch, edge-band, checkerboard, and random scatter signatures.
**Why Cluster Analysis Matters**
- **Faster Debug Cycles**: Pattern class quickly narrows probable tool or module suspects.
- **Automated Triage**: Large fab data streams can be prioritized by cluster severity.
- **Yield Recovery**: Early cluster detection supports rapid containment actions.
- **Cross-Lot Learning**: Repeating cluster types expose chronic process weak points.
- **Engineering Consistency**: Objective pattern metrics reduce subjective map interpretation.
**How It Is Used in Practice**
- **Preprocessing**: Normalize map coordinates and remove obvious measurement artifacts.
- **Pattern Extraction**: Run clustering with tuned distance and density parameters.
- **Signature Matching**: Compare resulting clusters to historical defect library and tool logs.
Cluster analysis of defects is **the bridge between wafer-map noise and process intelligence** - it converts spatial defect clouds into clear engineering hypotheses that can be acted on quickly.