CVAug 17, 2021

DRAEM -- A discriminatively trained reconstruction embedding for surface anomaly detection

arXiv:2108.07610v21081 citations
Originality Highly original
AI Analysis

This work addresses the problem of automating anomaly detection in industrial inspection for manufacturers, offering a more efficient and accurate method compared to existing unsupervised approaches.

The paper tackles visual surface anomaly detection by proposing a discriminatively trained reconstruction embedding model (DRAEM), which learns a joint representation of anomalous images and their anomaly-free reconstructions to directly localize anomalies without complex post-processing. On the MVTec dataset, it outperforms state-of-the-art unsupervised methods by a large margin, and on the DAGM dataset, it achieves detection performance close to fully-supervised methods while substantially improving localization accuracy.

Visual surface anomaly detection aims to detect local image regions that significantly deviate from normal appearance. Recent surface anomaly detection methods rely on generative models to accurately reconstruct the normal areas and to fail on anomalies. These methods are trained only on anomaly-free images, and often require hand-crafted post-processing steps to localize the anomalies, which prohibits optimizing the feature extraction for maximal detection capability. In addition to reconstructive approach, we cast surface anomaly detection primarily as a discriminative problem and propose a discriminatively trained reconstruction anomaly embedding model (DRAEM). The proposed method learns a joint representation of an anomalous image and its anomaly-free reconstruction, while simultaneously learning a decision boundary between normal and anomalous examples. The method enables direct anomaly localization without the need for additional complicated post-processing of the network output and can be trained using simple and general anomaly simulations. On the challenging MVTec anomaly detection dataset, DRAEM outperforms the current state-of-the-art unsupervised methods by a large margin and even delivers detection performance close to the fully-supervised methods on the widely used DAGM surface-defect detection dataset, while substantially outperforming them in localization accuracy.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes