arXiv Analytics

Sign in

arXiv:2207.07361 [cs.CV]AbstractReferencesReviewsResources

Registration based Few-Shot Anomaly Detection

Chaoqin Huang, Haoyan Guan, Aofan Jiang, Ya Zhang, Michael Spratling, Yan-Feng Wang

Published 2022-07-15Version 1

This paper considers few-shot anomaly detection (FSAD), a practical yet under-studied setting for anomaly detection (AD), where only a limited number of normal images are provided for each category at training. So far, existing FSAD studies follow the one-model-per-category learning paradigm used for standard AD, and the inter-category commonality has not been explored. Inspired by how humans detect anomalies, i.e., comparing an image in question to normal images, we here leverage registration, an image alignment task that is inherently generalizable across categories, as the proxy task, to train a category-agnostic anomaly detection model. During testing, the anomalies are identified by comparing the registered features of the test image and its corresponding support (normal) images. As far as we know, this is the first FSAD method that trains a single generalizable model and requires no re-training or parameter fine-tuning for new categories. Experimental results have shown that the proposed method outperforms the state-of-the-art FSAD methods by 3%-8% in AUC on the MVTec and MPDD benchmarks.

Comments: ECCV 2022 Oral; Code is available at https://github.com/MediaBrain-SJTU/RegAD
Categories: cs.CV
Related articles: Most relevant | Search more
arXiv:2006.14811 [cs.CV] (Published 2020-06-26)
Few-Shot Anomaly Detection for Polyp Frames from Colonoscopy
arXiv:2404.05231 [cs.CV] (Published 2024-04-08, updated 2024-07-16)
PromptAD: Learning Prompts with only Normal Samples for Few-Shot Anomaly Detection
arXiv:2408.13516 [cs.CV] (Published 2024-08-24)
AnoPLe: Few-Shot Anomaly Detection via Bi-directional Prompt Learning with Only Normal Samples