🤖 AI Summary
To address the scarcity of anomalous samples and the over-reliance of conventional few-shot anomaly detection methods on abundant normal data, this paper proposes a multi-score detection framework integrating zero-shot learning with memory augmentation. The method explicitly incorporates limited anomalous samples into training and introduces a data-augmentation-based validation mechanism to adaptively fuse three complementary scores: zero-shot anomaly score, memory bank matching score, and augmented classification score. This paradigm shift moves beyond normal-sample-dominated modeling, enabling robust representation learning for rare anomalies. Evaluated on mainstream industrial benchmarks including MVTec AD, the approach achieves significant improvements in detection accuracy and generalization under extreme few-shot settings (1–5 anomalous samples per class), with average AUC gains exceeding 12%.
📝 Abstract
Several anomaly detection and classification methods rely on large amounts of non-anomalous or "normal" samples under the assump- tion that anomalous data is typically harder to acquire. This hypothesis becomes questionable in Few-Shot settings, where as little as one anno- tated sample can make a significant difference. In this paper, we tackle the question of utilizing anomalous samples in training a model for bi- nary anomaly classification. We propose a methodology that incorporates anomalous samples in a multi-score anomaly detection score leveraging recent Zero-Shot and memory-based techniques. We compare the utility of anomalous samples to that of regular samples and study the benefits and limitations of each. In addition, we propose an augmentation-based validation technique to optimize the aggregation of the different anomaly scores and demonstrate its effectiveness on popular industrial anomaly detection datasets.