English

Few-Shot Anomaly Detection via Category-Agnostic Registration Learning

Computer Vision and Pattern Recognition 2024-10-10 v2

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 enables the model to generalize to novel test categories. It is, to our best knowledge, the first FSAD method that requires no model fine-tuning for novel categories: enabling a single model to be applied to all categories. Extensive experiments demonstrate the effectiveness of the proposed method. Particularly, it improves the current state-of-the-art (SOTA) for FSAD by 11.3% and 8.3% on the MVTec and MPDD benchmarks, respectively. The source code is available at https://github.com/Haoyan-Guan/CAReg.

Keywords

Cite

@article{arxiv.2406.08810,
  title  = {Few-Shot Anomaly Detection via Category-Agnostic Registration Learning},
  author = {Chaoqin Huang and Haoyan Guan and Aofan Jiang and Ya Zhang and Michael Spratling and Xinchao Wang and Yanfeng Wang},
  journal= {arXiv preprint arXiv:2406.08810},
  year   = {2024}
}

Comments

Accepted by TNNLS 2024

R2 v1 2026-06-28T17:04:05.079Z