CVAIDec 23, 2024

Progressive Boundary Guided Anomaly Synthesis for Industrial Anomaly Detection

arXiv:2412.17458v134 citationsh-index: 8Has CodeIEEE transactions on circuits and systems for video technology (Print)
Originality Highly original
AI Analysis

This work addresses the challenge of detecting surface defects in industrial images for manufacturing quality control, offering a novel method to enhance detection capability without external data.

The paper tackles the problem of overfitting in unsupervised industrial anomaly detection by proposing a Progressive Boundary-guided Anomaly Synthesis (PBAS) strategy that synthesizes feature-level anomalies without relying on auxiliary datasets, achieving state-of-the-art performance and the fastest detection speed on MVTec AD, VisA, and MPDD datasets.

Unsupervised anomaly detection methods can identify surface defects in industrial images by leveraging only normal samples for training. Due to the risk of overfitting when learning from a single class, anomaly synthesis strategies are introduced to enhance detection capability by generating artificial anomalies. However, existing strategies heavily rely on anomalous textures from auxiliary datasets. Moreover, their limitations in the coverage and directionality of anomaly synthesis may result in a failure to capture useful information and lead to significant redundancy. To address these issues, we propose a novel Progressive Boundary-guided Anomaly Synthesis (PBAS) strategy, which can directionally synthesize crucial feature-level anomalies without auxiliary textures. It consists of three core components: Approximate Boundary Learning (ABL), Anomaly Feature Synthesis (AFS), and Refined Boundary Optimization (RBO). To make the distribution of normal samples more compact, ABL first learns an approximate decision boundary by center constraint, which improves the center initialization through feature alignment. AFS then directionally synthesizes anomalies with more flexible scales guided by the hypersphere distribution of normal features. Since the boundary is so loose that it may contain real anomalies, RBO refines the decision boundary through the binary classification of artificial anomalies and normal features. Experimental results show that our method achieves state-of-the-art performance and the fastest detection speed on three widely used industrial datasets, including MVTec AD, VisA, and MPDD. The code will be available at: https://github.com/cqylunlun/PBAS.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes