paper-with-me

Papers

Normal-Abnormal Guided Generalist Anomaly Detection

2025-10-01 · Yuexin Wang, Xiaolei Wang, Yizheng Gong, Jimin Xiao arxiv

Generalist Anomaly Detection (GAD) aims to train a unified model on an original domain that can detect anomalies in new target domains. Previous GAD methods primarily use only normal samples as references, overlooking the valuable information contained in anomalous samples that are often available in real-world scenarios. To address this limitation, we propose a more practical approach: normal-abnormal-guided generalist anomaly detection, which leverages both normal and anomalous samples as references to guide anomaly detection across diverse domains. We introduce the Normal-Abnormal Generalist Learning (NAGL) framework, consisting of two key components: Residual Mining (RM) and Anomaly Feature Learning (AFL). RM extracts abnormal patterns from normal-abnormal reference residuals to establish transferable anomaly representations, while AFL adaptively learns anomaly features in query images through residual mapping to identify instance-aware anomalies. Our approach effectively utilizes both normal and anomalous references for more accurate and efficient cross-domain anomaly detection. Extensive experiments across multiple benchmarks demonstrate that our method significantly outperforms existing GAD approaches. This work represents the first to adopt a mixture of normal and abnormal samples as references in generalist anomaly detection. The code and datasets are available at https://github.com/JasonKyng/NAGL.

📄 PDF Abstract BibTeX arXiv:2510.00495

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

InCTRLv2: Generalist Residual Models for Few-Shot Anomaly Detection and Segmentation

2026-04-06 · Jiawen Zhu, Mengjia Niu, Guansong Pang arxiv

While recent anomaly detection (AD) methods have made substantial progress in recognizing abnormal patterns within specific domains, most of them are specialist models that are trained on large training samples from a sp…

Anomaly Detection

ARC: A Generalist Graph Anomaly Detector with In-Context Learning

2024-05-27 · Yixin Liu, Shiyuan Li, Yu Zheng, Qingfeng Chen 외

Graph anomaly detection (GAD), which aims to identify abnormal nodes that differ from the majority within a graph, has garnered significant attention. However, current GAD methods necessitate training specific to each da…

Anomaly DetectionARCGraph Anomaly DetectionIn-Context Learning

Enhancing Unsupervised Anomaly Detection with Score-Guided Network

2021-09-10 · Zongyuan Huang, Baohua Zhang, Guoqiang Hu, Longyuan Li 외

Anomaly detection plays a crucial role in various real-world applications, including healthcare and finance systems. Owing to the limited number of anomaly labels in these complex systems, unsupervised anomaly detection …

Anomaly DetectionUnsupervised Anomaly Detection

Value-order Decomposition for Generalist Anomaly Detection

2026-06-12 · Miaoyun Zhao, Jing Chen, Miaoni Zhao, Qiang Zhang arxiv

Industrial anomaly detection suffers from limited data, making cross-domain generalization particularly challenging. Generalist Anomaly Detection (GAD) aims to train a unified model on a source domain that can effectivel…

Domain GeneralizationAnomaly Detection

AnomalyGFM: Graph Foundation Model for Zero/Few-shot Anomaly Detection

2025-02-13 · Hezhe Qiao, Chaoxi Niu, Ling Chen, Guansong Pang

Graph anomaly detection (GAD) aims to identify abnormal nodes that differ from the majority of the nodes in a graph, which has been attracting significant attention in recent years. Existing generalist graph models have …

Anomaly DetectionGraph Anomaly Detection