ResAD: A Simple Framework for Class Generalizable Anomaly Detection
Xincheng Yao, Zixin Chen, Chao Gao, Guangtao Zhai and, Chongyang Zhang

TL;DR
ResAD introduces a residual feature-based framework for class-generalizable anomaly detection, effectively reducing feature variation and enabling direct application to new classes without retraining.
Contribution
The paper proposes ResAD, a novel framework that learns residual feature distributions to improve class generalization in anomaly detection tasks.
Findings
ResAD achieves state-of-the-art results on multiple datasets.
It effectively detects anomalies in new classes without retraining.
The residual feature approach reduces feature variation across classes.
Abstract
This paper explores the problem of class-generalizable anomaly detection, where the objective is to train one unified AD model that can generalize to detect anomalies in diverse classes from different domains without any retraining or fine-tuning on the target data. Because normal feature representations vary significantly across classes, this will cause the widely studied one-for-one AD models to be poorly classgeneralizable (i.e., performance drops dramatically when used for new classes). In this work, we propose a simple but effective framework (called ResAD) that can be directly applied to detect anomalies in new classes. Our main insight is to learn the residual feature distribution rather than the initial feature distribution. In this way, we can significantly reduce feature variations. Even in new classes, the distribution of normal residual features would not remarkably shift…
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
Taxonomy
TopicsAnomaly Detection Techniques and Applications · Imbalanced Data Classification Techniques · Network Security and Intrusion Detection
