ArcAD: Anomaly-Rectified Calibration for Cold-Start Supervised Anomaly Detection

· Source: Computer Vision and Pattern Recognition · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Computer Vision · Depth: Expert, quick

Summary

ArcAD (Anomaly-Rectified Cold-start AD) is a new plug-and-play calibration framework designed to overcome the cold-start bottleneck in Industrial Anomaly Detection (IAD). This challenge arises in real-world manufacturing when only limited normal samples are available, failing to represent the full normal distribution, and very few anomalies exist. Existing methods struggle to form compact normal boundaries and effectively utilize scarce supervised signals. ArcAD addresses this by employing a push-pull learning paradigm. It projects limited normal samples onto a hypersphere, pulling them into compact clusters to maximize normal manifold coverage. Simultaneously, it synthesizes pseudo-anomalies on the hypersphere and uses real anomalies to push the boundary inward, enhancing anomaly discrimination. Extensive experiments on MVTec-AD, VisA, Real-IAD, and MANTA datasets demonstrate ArcAD's significant outperformance against supervised and unsupervised methods in both single-class and multi-class cold-start scenarios. The code is available on GitHub.

Key takeaway

For Machine Learning Engineers developing Industrial Anomaly Detection systems facing cold-start data scarcity, ArcAD offers a robust calibration framework. You should consider integrating this plug-and-play solution into your reconstruction-based IAD baselines to improve normal boundary formation and anomaly discrimination. Its demonstrated performance on datasets like MVTec-AD and VisA suggests it can significantly enhance your model's effectiveness in real-world, data-limited manufacturing environments.

Key insights

ArcAD calibrates reconstruction-based anomaly detection for cold-start scenarios using a push-pull learning paradigm on a hypersphere.

Principles

Method

ArcAD projects normal samples onto a hypersphere, clustering them for coverage, then synthesizes pseudo-anomalies and uses real ones to push the boundary inward.

In practice

Topics

Code references

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.