Universal Transformation of One-Class Classifiers for Unsupervised Anomaly Detection
Summary
A new dataset folding method transforms existing one-class classifier-based anomaly detectors into fully unsupervised methods for image and video anomaly detection. This approach operates under the weak assumptions that anomalies are uncommon and heterogeneous within the training dataset, allowing multiple independently trained one-class classifiers to filter the training data. The transformation requires no modifications to the underlying anomaly detector, only algorithmic selection of data subsets for training. This method creates the first unsupervised logical anomaly detectors and achieves state-of-the-art performance on the MVTec AD, ViSA, and MVTec Loco AD datasets, effectively linking improvements in one-class classifiers to the unsupervised domain.
Key takeaway
For Computer Vision Engineers developing anomaly detection systems, this method offers a path to convert existing one-class classifiers into unsupervised detectors. You can achieve state-of-the-art performance on datasets like MVTec AD and ViSA without re-architecting your core models, simply by implementing the proposed data subset selection and filtering strategy. This allows you to leverage advancements in one-class classification directly for unsupervised tasks.
Key insights
A dataset folding method converts one-class classifiers into unsupervised anomaly detectors without modifying their core.
Principles
- Anomalies are uncommon in training data.
- Anomalies are generally heterogeneous.
Method
Multiple independently trained one-class classifiers filter training data subsets, enabling unsupervised anomaly detection without altering the base detector's architecture.
In practice
- Apply to existing one-class image detectors.
- Extend to video anomaly detection tasks.
Topics
- Unsupervised Anomaly Detection
- One-Class Classification
- Dataset Folding Method
- Computer Vision
- MVTec AD
Best for: Computer Vision Engineer, Research Scientist, AI Researcher, AI Scientist, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Computer Vision and Pattern Recognition.