IVCVAug 29, 2020

Improved anomaly detection by training an autoencoder with skip connections on images corrupted with Stain-shaped noise

arXiv:2008.12977v2101 citations
Originality Incremental advance
AI Analysis

This work addresses anomaly detection in industrial vision, offering an incremental improvement over existing reconstruction-based methods.

The paper tackles the problem of anomaly detection in industrial vision by proposing an autoencoder with skip connections and a novel Stain noise model to improve reconstruction sharpness, achieving competitive performance on the MVTec AD dataset for both pixel- and image-wise detection.

In industrial vision, the anomaly detection problem can be addressed with an autoencoder trained to map an arbitrary image, i.e. with or without any defect, to a clean image, i.e. without any defect. In this approach, anomaly detection relies conventionally on the reconstruction residual or, alternatively, on the reconstruction uncertainty. To improve the sharpness of the reconstruction, we consider an autoencoder architecture with skip connections. In the common scenario where only clean images are available for training, we propose to corrupt them with a synthetic noise model to prevent the convergence of the network towards the identity mapping, and introduce an original Stain noise model for that purpose. We show that this model favors the reconstruction of clean images from arbitrary real-world images, regardless of the actual defects appearance. In addition to demonstrating the relevance of our approach, our validation provides the first consistent assessment of reconstruction-based methods, by comparing their performance over the MVTec AD dataset, both for pixel- and image-wise anomaly detection.

Code Implementations1 repo
Foundations

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

Your Notes