Progressive Boundary Guided Anomaly Synthesis for Industrial Anomaly Detection
Qiyu Chen, Huiyuan Luo, Han Gao, Chengkan Lv, Zhengtao Zhang
TL;DR
This work tackles unsupervised industrial anomaly detection by proposing PBAS, a boundary-guided anomaly synthesis framework that does not rely on auxiliary textures. PBAS comprises Approximate Boundary Learning (ABL) to compact normal features on a hypersphere, Anomaly Feature Synthesis (AFS) to generate directional anomalies along rays from the center, and Refined Boundary Optimization (RBO) to sharpen the boundary via a discriminative network. The method achieves state-of-the-art results on MVTec AD, VisA, and MPDD with rapid inference, demonstrating strong generalization to diverse industrial defects and high localization accuracy. By removing predefined anomaly properties and enabling self-adaptive, directional synthesis, PBAS offers a practical and efficient approach for real-world quality inspection.
Abstract
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.
