paper-with-me

Papers

A Unified Model for Multi-class Anomaly Detection

2022-06-08 · Zhiyuan You, Lei Cui, Yujun Shen, Kai Yang, Xin Lu, Yu Zheng, Xinyi Le

Despite the rapid advance of unsupervised anomaly detection, existing methods require to train separate models for different objects. In this work, we present UniAD that accomplishes anomaly detection for multiple classes with a unified framework. Under such a challenging setting, popular reconstruction networks may fall into an "identical shortcut", where both normal and anomalous samples can be well recovered, and hence fail to spot outliers. To tackle this obstacle, we make three improvements. First, we revisit the formulations of fully-connected layer, convolutional layer, as well as attention layer, and confirm the important role of query embedding (i.e., within attention layer) in preventing the network from learning the shortcut. We therefore come up with a layer-wise query decoder to help model the multi-class distribution. Second, we employ a neighbor masked attention module to further avoid the information leak from the input feature to the reconstructed output feature. Third, we propose a feature jittering strategy that urges the model to recover the correct message even with noisy inputs. We evaluate our algorithm on MVTec-AD and CIFAR-10 datasets, where we surpass the state-of-the-art alternatives by a sufficiently large margin. For example, when learning a unified model for 15 categories in MVTec-AD, we surpass the second competitor on the tasks of both anomaly detection (from 88.1% to 96.5%) and anomaly localization (from 89.5% to 96.8%). Code is available at https://github.com/zhiyuanyou/UniAD.

📄 PDF Abstract BibTeX arXiv:2206.03687

Code (1)

zhiyuanyou/uniad 공식 구현 pytorch

Tasks

Anomaly DetectionAnomaly LocalizationmodelMulti-class Anomaly DetectionUnsupervised Anomaly Detection

Similar Papers 제목 키워드 기반

Absolute-Unified Multi-Class Anomaly Detection via Class-Agnostic Distribution Alignment

2024-03-31 · Jia Guo, Haonan Han, Shuai Lu, Weihang Zhang 외

Conventional unsupervised anomaly detection (UAD) methods build separate models for each object category. Recent studies have proposed to train a unified model for multiple classes, namely model-unified UAD. However, suc…

Anomaly DetectionMulti-class Anomaly DetectionUnsupervised Anomaly Detection

Toward Multi-class Anomaly Detection: Exploring Class-aware Unified Model against Inter-class Interference

2024-03-21 · Xi Jiang, Ying Chen, Qiang Nie, Jianlin Liu 외

In the context of high usability in single-class anomaly detection models, recent academic research has become concerned about the more complex multi-class anomaly detection. Although several papers have designed unified…

Anomaly DetectionDecoderMulti-class Anomaly Detection

Text-Guided Multimodal Unified Industrial Anomaly Detection

2026-04-24 · Zewen Li, Shuo Ye, Zitong Yu, Weicheng Xie 외 arxiv

Industrial anomaly detection based on RGB-3D multimodal data has emerged as a mainstream paradigm for intelligent quality inspection. However, existing unsupervised methods suffer from two critical limitations: ambiguous…

Anomaly Detection

Center-aware Residual Anomaly Synthesis for Multi-class Industrial Anomaly Detection

2025-05-23 · Qiyu Chen, Huiyuan Luo, Haiming Yao, Wei Luo 외

Anomaly detection plays a vital role in the inspection of industrial images. Most existing methods require separate models for each category, resulting in multiplied deployment costs. This highlights the challenge of dev…

Anomaly DetectionMulti-class Anomaly Detection

OmniAL: A Unified CNN Framework for Unsupervised Anomaly Localization

2023-01-01 · CVPR 2023 1 · Ying Zhao

Unsupervised anomaly localization and detection is crucial for industrial manufacturing processes due to the lack of anomalous samples. Recent unsupervised advances on industrial anomaly detection achieve high perfor…

Anomaly DetectionAnomaly LocalizationMulti-class Anomaly Detection