paper-with-me

Papers

Unsupervised Surface Anomaly Detection with Diffusion Probabilistic Model

2023-01-01 · ICCV 2023 1 · Xinyi Zhang, Naiqi Li, Jiawei Li, Tao Dai, Yong Jiang, Shu-Tao Xia

Unsupervised surface anomaly detection aims at discovering and localizing anomalous patterns using only anomaly-free training samples. Reconstruction-based models are among the most popular and successful methods, which rely on the assumption that anomaly regions are more difficult to reconstruct. However, there are three major challenges to the practical application of this approach: 1) the reconstruction quality needs to be further improved since it has a great impact on the final result, especially for images with structural changes; 2) it is observed that for many neural networks, the anomalies can also be well reconstructed, which severely violates the underlying assumption; 3) since reconstruction is an ill-conditioned problem, a test instance may correspond to multiple normal patterns, but most current reconstruction-based methods have ignored this critical fact. In this paper, we propose DiffAD, a method for unsupervised anomaly detection based on the latent diffusion model, inspired by its ability to generate high-quality and diverse images. We further propose noisy condition embedding and interpolated channels to address the aforementioned challenges in the general reconstruction-based pipeline. Extensive experiments show that our method achieves state-of-the-art performance on the challenging MVTec dataset, especially in localization accuracy.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Anomaly DetectionmodelUnsupervised Anomaly Detection

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

Adversarial Denoising Diffusion Model for Unsupervised Anomaly Detection

2023-12-07 · Jongmin Yu, Hyeontaek Oh, Jinhong Yang

In this paper, we propose the Adversarial Denoising Diffusion Model (ADDM). The ADDM is based on the Denoising Diffusion Probabilistic Model (DDPM) but complementarily trained by adversarial learning. The proposed advers…

Anomaly DetectionDenoisingmodelUnsupervised Anomaly Detection

AnoDDPM: Anomaly Detection With Denoising Diffusion Probabilistic Models Using Simplex Noise

2022-06-30 · CVPR 2022 6 · Julian Wyatt, Adam Leach, Sebastian M. Schmon, Chris G. Willcocks

Generative models have been shown to provide a powerful mechanism for anomaly detection by learning to model healthy or normal reference data which can subsequently be used as a baseline for scoring anomalies. In this wo…

Anomaly DetectionDenoisingUnsupervised Anomaly Detection

Pathology-Informed Latent Diffusion Model for Anomaly Detection in Lymph Node Metastasis

2025-08-21 · Jiamu Wang, Keunho Byeon, Jinsol Song, Anh Nguyen 외 arxiv

Anomaly detection is an emerging approach in digital pathology for its ability to efficiently and effectively utilize data for disease diagnosis. While supervised learning approaches deliver high accuracy, they rely on e…

Unsupervised Anomaly Detection

TabADM: Unsupervised Tabular Anomaly Detection with Diffusion Models

2023-07-23 · Guy Zamberg, Moshe Salhov, Ofir Lindenbaum, Amir Averbuch

Tables are an abundant form of data with use cases across all scientific fields. Real-world datasets often contain anomalous samples that can negatively affect downstream analysis. In this work, we only assume access to …

Anomaly DetectionDensity EstimationUnsupervised Anomaly Detection

On Diffusion Modeling for Anomaly Detection

2023-05-29 · Victor Livernoche, Vineet Jain, Yashar Hezaveh, Siamak Ravanbakhsh

Known for their impressive performance in generative modeling, diffusion models are attractive candidates for density-based anomaly detection. This paper investigates different variations of diffusion modeling for unsupe…

Anomaly DetectionDenoisingSemi-supervised Anomaly DetectionSupervised Anomaly Detection