paper-with-me

Papers

One-for-More: Continual Diffusion Model for Anomaly Detection

2025-02-27 · CVPR 2025 1 · Xiaofan Li, Xin Tan, Zhuo Chen, Zhizhong Zhang, Ruixin Zhang, rizen guo, Guanna Jiang, Yulong Chen, Yanyun Qu, Lizhuang Ma, Yuan Xie

With the rise of generative models, there is a growing interest in unifying all tasks within a generative framework. Anomaly detection methods also fall into this scope and utilize diffusion models to generate or reconstruct normal samples when given arbitrary anomaly images. However, our study found that the diffusion model suffers from severe `faithfulness hallucination'' and catastrophic forgetting'', which can't meet the unpredictable pattern increments. To mitigate the above problems, we propose a continual diffusion model that uses gradient projection to achieve stable continual learning. Gradient projection deploys a regularization on the model updating by modifying the gradient towards the direction protecting the learned knowledge. But as a double-edged sword, it also requires huge memory costs brought by the Markov process. Hence, we propose an iterative singular value decomposition method based on the transitive property of linear representation, which consumes tiny memory and incurs almost no performance loss. Finally, considering the risk of `over-fitting'' to normal images of the diffusion model, we propose an anomaly-masked network to enhance the condition mechanism of the diffusion model. For continual anomaly detection, ours achieves first place in 17/18 settings on MVTec and VisA. Code is available at https://github.com/FuNz-0/One-for-More

📄 PDF Abstract BibTeX arXiv:2502.19848

Code (1)

funz-0/one-for-more 공식 구현 pytorch

Tasks

Anomaly Detectioncontinual anomaly detectionContinual LearningHallucination

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 제목 키워드 기반

ReplayCAD: Generative Diffusion Replay for Continual Anomaly Detection

2025-05-10 · Lei Hu, Zhiyong Gan, Ling Deng, Jinglin Liang 외

Continual Anomaly Detection (CAD) enables anomaly detection models in learning new classes while preserving knowledge of historical classes. CAD faces two key challenges: catastrophic forgetting and segmentation of small…

Anomaly Detectioncontinual anomaly detectionData CompressionSegmentation

Normality-Preserving Continual Industrial Anomaly Detection via Orthogonal LoRA Banks

2026-06-01 · Weibai Fang, Haijun Che, Feiyang Ren, Qiancheng Lao arxiv

Continual industrial anomaly detection with diffusion models suffers from historical normality prior drift and catastrophic forgetting. Existing continual diffusion methods preserve previous knowledge through replay or c…

Anomaly Detection

ARCADe: A Rapid Continual Anomaly Detector

2020-08-10 · Ahmed Frikha, Denis Krompaß, Volker Tresp

Although continual learning and anomaly detection have separately been well-studied in previous works, their intersection remains rather unexplored. The present work addresses a learning scenario where a model has to inc…

Anomaly Detectioncontinual anomaly detectionContinual LearningMeta-Learning+1

Unsupervised Continual Anomaly Detection with Contrastively-learned Prompt

2024-01-02 · Jiaqi Liu, Kai Wu, Qiang Nie, Ying Chen 외

Unsupervised Anomaly Detection (UAD) with incremental training is crucial in industrial manufacturing, as unpredictable defects make obtaining sufficient labeled data infeasible. However, continual learning methods prima…

Anomaly DetectionAnomaly Segmentationcontinual anomaly detectionContinual Learning+3

Unveiling the Anomalies in an Ever-Changing World: A Benchmark for Pixel-Level Anomaly Detection in Continual Learning

2024-03-19 · Nikola Bugarin, Jovana Bugaric, Manuel Barusco, Davide Dalle Pezze 외

Anomaly Detection is a relevant problem in numerous real-world applications, especially when dealing with images. However, little attention has been paid to the issue of changes over time in the input data distribution, …

Anomaly DetectionContinual Learning