Single-Step Reconstruction-Free Anomaly Detection and Segmentation via Diffusion Models
Mehrdad Moradi, Marco Grasso, Bianca Maria Colosimo, Kamran Paynabar
TL;DR
This work tackles the challenge of real-time unsupervised anomaly detection and segmentation in industrial pattered data by removing the reconstruction step inherent to diffusion-based methods. RADAR trains a diffusion U-Net on normal data and, at inference, generates a pixel-level anomaly map from a single forward diffusion step, using patch-based learning to enable low-data and low-memory operation. A compact two-dimensional feature representation from Sobel-filtered noise maps feeds an Isolation Forest to detect anomalies, while Sobel-based edge maps provide precise pixel-level localization. Experiments on 3D-printed materials and MVTec-AD Tile show that RADAR outperforms both reconstruction-based diffusion models and statistical methods in accuracy and F1 score, with substantially improved runtime suitability for real-time manufacturing settings.
Abstract
Generative models have demonstrated significant success in anomaly detection and segmentation over the past decade. Recently, diffusion models have emerged as a powerful alternative, outperforming previous approaches such as GANs and VAEs. In typical diffusion-based anomaly detection, a model is trained on normal data, and during inference, anomalous images are perturbed to a predefined intermediate step in the forward diffusion process. The corresponding normal image is then reconstructed through iterative reverse sampling. However, reconstruction-based approaches present three major challenges: (1) the reconstruction process is computationally expensive due to multiple sampling steps, making real-time applications impractical; (2) for complex or subtle patterns, the reconstructed image may correspond to a different normal pattern rather than the original input; and (3) Choosing an appropriate intermediate noise level is challenging because it is application-dependent and often assumes prior knowledge of anomalies, an assumption that does not hold in unsupervised settings. We introduce Reconstruction-free Anomaly Detection with Attention-based diffusion models in Real-time (RADAR), which overcomes the limitations of reconstruction-based anomaly detection. Unlike current SOTA methods that reconstruct the input image, RADAR directly produces anomaly maps from the diffusion model, improving both detection accuracy and computational efficiency. We evaluate RADAR on real-world 3D-printed material and the MVTec-AD dataset. Our approach surpasses state-of-the-art diffusion-based and statistical machine learning models across all key metrics, including accuracy, precision, recall, and F1 score. Specifically, RADAR improves F1 score by 7% on MVTec-AD and 13% on the 3D-printed material dataset compared to the next best model. Code available at: https://github.com/mehrdadmoradi124/RADAR
