Few-Shot Anomaly Detection via Category-Agnostic Registration Learning
Chaoqin Huang, Haoyan Guan, Aofan Jiang, Ya Zhang, Michael Spratling,, Xinchao Wang, Yanfeng Wang

TL;DR
This paper introduces a novel few-shot anomaly detection framework that leverages category-agnostic registration learning, enabling a single model to detect anomalies across various categories without fine-tuning.
Contribution
It proposes the first FSAD method that uses registration as a self-supervised proxy task, allowing generalization to new categories without model fine-tuning.
Findings
Improves SOTA for FSAD by 11.3% on MVTec
Achieves 8.3% improvement on MPDD
Demonstrates effectiveness across multiple benchmarks
Abstract
Most existing anomaly detection (AD) methods require a dedicated model for each category. Such a paradigm, despite its promising results, is computationally expensive and inefficient, thereby failing to meet the requirements for realworld applications. Inspired by how humans detect anomalies, by comparing a query image to known normal ones, this article proposes a novel few-shot AD (FSAD) framework. Using a training set of normal images from various categories, registration, aiming to align normal images of the same categories, is leveraged as the proxy task for self-supervised category-agnostic representation learning. At test time, an image and its corresponding support set, consisting of a few normal images from the same category, are supplied, and anomalies are identified by comparing the registered features of the test image to its corresponding support image features. Such a setup…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAnomaly Detection Techniques and Applications
MethodsSparse Evolutionary Training · ALIGN
