Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

GeneralAD: Anomaly Detection Across Domains by Attending to Distorted Features

About

In the domain of anomaly detection, methods often excel in either high-level semantic or low-level industrial benchmarks, rarely achieving cross-domain proficiency. Semantic anomalies are novelties that differ in meaning from the training set, like unseen objects in self-driving cars. In contrast, industrial anomalies are subtle defects that preserve semantic meaning, such as cracks in airplane components. In this paper, we present GeneralAD, an anomaly detection framework designed to operate in semantic, near-distribution, and industrial settings with minimal per-task adjustments. In our approach, we capitalize on the inherent design of Vision Transformers, which are trained on image patches, thereby ensuring that the last hidden states retain a patch-based structure. We propose a novel self-supervised anomaly generation module that employs straightforward operations like noise addition and shuffling to patch features to construct pseudo-abnormal samples. These features are fed to an attention-based discriminator, which is trained to score every patch in the image. With this, our method can both accurately identify anomalies at the image level and also generate interpretable anomaly maps. We extensively evaluated our approach on ten datasets, achieving state-of-the-art results in six and on-par performance in the remaining for both localization and detection tasks.

Luc P.J. Str\"ater, Mohammadreza Salehi, Efstratios Gavves, Cees G. M. Snoek, Yuki M. Asano• 2024

Related benchmarks

TaskDatasetResultRank
Anomaly LocalizationMVTec AD
Pixel AUROC97.7
369
Anomaly DetectionMVTec-AD (test)
I-AUROC93.6
226
Anomaly DetectionVisA
AUROC96
199
Anomaly DetectionCIFAR-10
AUC99.3
120
Anomaly DetectionCIFAR-100
AUROC98.4
72
Anomaly DetectionMPDD
Clean AUROC0.981
62
Anomaly DetectionHead-CT--
58
Anomaly DetectionBraTS 2021
Clean AUROC96.8
50
Anomaly DetectionFashion MNIST
Avg AUC95.2
40
Anomaly DetectionMVTec AD--
35
Showing 10 of 19 rows

Other info

Code

Follow for update