🤖 AI Summary
To address the degradation of anomaly detection model robustness caused by noisy data in industrial quality inspection, this paper proposes a meta-learning-based iterative refinement framework. Our method innovatively couples Model-Agnostic Meta-Learning (MAML) with an interquartile range (IQR)-based statistical rejection mechanism, enabling dynamic identification and removal of noisy training samples in an unsupervised setting—thereby achieving noise-aware, data-adaptive purification. The framework simultaneously enhances robustness against label noise and sensitivity to out-of-distribution (OOD) defects. Experiments on MVTec and KSDD2 demonstrate that our approach improves AUC by over 12% under noisy conditions; remarkably, it maintains stable OOD detection performance even on clean data. This work significantly advances the generalizability and robustness of unsupervised anomaly detection models in real-world industrial scenarios.
📝 Abstract
This study investigates the performance of robust anomaly detection models in industrial inspection, focusing particularly on their ability to handle noisy data. We propose to leverage the adaptation ability of meta learning approaches to identify and reject noisy training data to improve the learning process. In our model, we employ Model Agnostic Meta Learning (MAML) and an iterative refinement process through an Inter-Quartile Range rejection scheme to enhance their adaptability and robustness. This approach significantly improves the models capability to distinguish between normal and defective conditions. Our results of experiments conducted on well known MVTec and KSDD2 datasets demonstrate that the proposed method not only excels in environments with substantial noise but can also contribute in case of a clear training set, isolating those samples that are relatively out of distribution, thus offering significant improvements over traditional models.