paper-with-me

Papers

ResAD: A Simple Framework for Class Generalizable Anomaly Detection

2024-10-26 · Xincheng Yao, Zixin Chen, Chao GAO, Guangtao Zhai, Chongyang Zhang

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 from the learned distribution. Therefore, the learned model can be directly adapted to new classes. ResAD consists of three components: (1) a Feature Converter that converts initial features into residual features; (2) a simple and shallow Feature Constraintor that constrains normal residual features into a spatial hypersphere for further reducing feature variations and maintaining consistency in feature scales among different classes; (3) a Feature Distribution Estimator that estimates the normal residual feature distribution, anomalies can be recognized as out-of-distribution. Despite the simplicity, ResAD can achieve remarkable anomaly detection results when directly used in new classes. The code is available at https://github.com/xcyao00/ResAD.

📄 PDF Abstract BibTeX arXiv:2410.20047

Code (1)

xcyao00/resad 공식 구현 pytorch

Tasks

Anomaly Detection

Similar Papers 제목 키워드 기반

ResAD++: Towards Class Agnostic Anomaly Detection via Residual Feature Learning

2025-09-28 · Xincheng Yao, Chao Shi, Muming Zhao, Guangtao Zhai 외 arxiv

This paper explores the problem of class-agnostic anomaly detection (AD), where the objective is to train one class-agnostic AD model that can generalize to detect anomalies in diverse new classes from different domains …

Representation LearningAnomaly Detection

Region and Spatial Aware Anomaly Detection for Fundus Images

2023-03-07 · Jingqi Niu, Shiwen Dong, Qinji Yu, Kang Dang 외

Recently anomaly detection has drawn much attention in diagnosing ocular diseases. Most existing anomaly detection research in fundus images has relatively large anomaly scores in the salient retinal structures, such as …

Anomaly Detection

ResAD: Normalized Residual Trajectory Modeling for End-to-End Autonomous Driving

2025-10-09 · Zhiyu Zheng, Shaoyu Chen, Haoran Yin, Xinbang Zhang 외 arxiv

End-to-end autonomous driving (E2EAD) systems, which learn to predict future trajectories directly from sensor data, are fundamentally challenged by the inherent spatio-temporal imbalance of trajectory data. This imbalan…

Trajectory ModelingAutonomous Driving

ResAdapt: Adaptive Resolution for Efficient Multimodal Reasoning

2026-03-30 · Huanxuan Liao, Zhongtao Jiang, Yupu Hao, Yuqiao Tan 외 arxiv

Multimodal Large Language Models (MLLMs) achieve stronger visual understanding by scaling input fidelity, yet the resulting visual token growth makes jointly sustaining high spatial resolution and long temporal context p…

Multimodal Reasoning

ResAdapter: Domain Consistent Resolution Adapter for Diffusion Models

2024-03-04 · Jiaxiang Cheng, Pan Xie, Xin Xia, Jiashi Li 외

Recent advancement in text-to-image models (e.g., Stable Diffusion) and corresponding personalized technologies (e.g., DreamBooth and LoRA) enables individuals to generate high-quality and imaginative images. However, th…

Image Generation