paper-with-me

홈 › Papers

Single-Step Reconstruction-Free Anomaly Detection and Segmentation via Diffusion Models

2025-08-06 · Mehrdad Moradi, Marco Grasso, Bianca Maria Colosimo, Kamran Paynabar arxiv

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

📄 PDF Abstract BibTeX arXiv:2508.04818

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyAnomaly Detection

Similar Papers 제목 키워드 기반

Unsupervised Two-Stage Anomaly Detection

2021-03-22 · Yunfei Liu, Chaoqun Zhuang, Feng Lu

Anomaly detection from a single image is challenging since anomaly data is always rare and can be with highly unpredictable types. With only anomaly-free data available, most existing methods train an AutoEncoder to reco…

Anomaly DetectionImage ReconstructionVocal Bursts Valence Prediction

TransFusion -- A Transparency-Based Diffusion Model for Anomaly Detection

2023-11-16 · Matic Fučka, Vitjan Zavrtanik, Danijel Skočaj

Surface anomaly detection is a vital component in manufacturing inspection. Current discriminative methods follow a two-stage architecture composed of a reconstructive network followed by a discriminative network that re…

Anomaly DetectionDepth Anomaly Detection and SegmentationRGB+3D Anomaly Detection and Segmentation

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

2021-08-17 · Vitjan Zavrtanik, Matej Kristan, Danijel Skočaj

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 norm…

Anomaly ClassificationAnomaly DetectionAnomaly LocalizationAnomaly Segmentation+2

DRAEM - A Discriminatively Trained Reconstruction Embedding for Surface Anomaly Detection

2021-01-01 · ICCV 2021 10 · Vitjan Zavrtanik, Matej Kristan, Danijel Skocaj

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 …

Anomaly DetectionAnomaly LocalizationDefect Detection

Reconstruction-Free Anomaly Detection with Diffusion Models via Direct Latent Likelihood Evaluation

2025-04-08 · Shunsuke Sakai, Tatsuhito Hasegawa

Diffusion models, with their robust distribution approximation capabilities, have demonstrated excellent performance in anomaly detection. However, conventional reconstruction-based approaches rely on computing the recon…

Anomaly Detection