paper-with-me

홈 › Papers

Few-Shot Anomaly Detection via Category-Agnostic Registration Learning

2024-06-13 · Chaoqin Huang, Haoyan Guan, Aofan Jiang, Ya zhang, Michael Spratling, Xinchao Wang, Yanfeng Wang

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.

📄 PDF Abstract BibTeX arXiv:2406.08810

Code (1)

haoyan-guan/careg 공식 구현 pytorch

Tasks

Anomaly DetectionRepresentation Learning

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Registration based Few-Shot Anomaly Detection

2022-07-15 · Chaoqin Huang, Haoyan Guan, Aofan Jiang, Ya zhang 외

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, e…

Anomaly Detection

Foundation Visual Encoders Are Secretly Few-Shot Anomaly Detectors

2025-10-02 · Guangyao Zhai, Yue Zhou, Xinyan Deng, Lars Heckler 외 arxiv

Few-shot anomaly detection streamlines and simplifies industrial safety inspection. However, limited samples make accurate differentiation between normal and abnormal features challenging, and even more so under category…

Anomaly Detection

DMP-3DAD: Cross-Category 3D Anomaly Detection via Realistic Depth Map Projection with Few Normal Samples

2026-02-11 · Zi Wang, Katsuya Hotta, Koichiro Kamide, Yawen Zou 외 arxiv

Cross-category anomaly detection for 3D point clouds aims to determine whether an unseen object belongs to a target category using only a few normal examples. Most existing methods rely on category-specific training, whi…

3D Anomaly DetectionPoint Clouds

Few-shot Human Action Anomaly Detection via a Unified Contrastive Learning Framework

2025-08-25 · Koichiro Kamide, Shunsuke Sakai, Shun Maeda, Chunzhi Gu 외 arxiv

Human Action Anomaly Detection (HAAD) aims to identify anomalous actions given only normal action data during training. Existing methods typically follow a one-model-per-category paradigm, requiring separate training for…

Contrastive LearningAnomaly Detection

Random Word Data Augmentation with CLIP for Zero-Shot Anomaly Detection

2023-08-22 · Masato Tamura

This paper presents a novel method that leverages a visual-language model, CLIP, as a data source for zero-shot anomaly detection. Tremendous efforts have been put towards developing anomaly detectors due to their potent…

Anomaly DetectionData AugmentationLanguage Modellingzero-shot anomaly detection