Unsupervised Continual Anomaly Detection with Contrastively-Learned Prompt
Abstract
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 primarily rely on supervised annotations, while the application in UAD is limited due to the absence of supervision. Current UAD methods train separate models for different classes sequentially, leading to catastrophic forgetting and a heavy computational burden. To address this issue, we introduce a novel Unsupervised Continual Anomaly Detection framework called UCAD, which equips the UAD with continual learning capability through contrastively-learned prompts. In the proposed UCAD, we design a Continual Prompting Module (CPM) by utilizing a concise key-prompt-knowledge memory bank to guide task-invariant 'anomaly' model predictions using task-specific 'normal' knowledge. Moreover, Structure-based Contrastive Learning (SCL) is designed with the Segment Anything Model (SAM) to improve prompt learning and anomaly segmentation results. Specifically, by treating SAM's masks as structure, we draw features within the same mask closer and push others apart for general feature representations. We conduct comprehensive experiments and set the benchmark on unsupervised continual anomaly detection and segmentation, demonstrating that our method is significantly better than anomaly detection methods, even with rehearsal training. The code will be available at https://github.com/shirowalker/UCAD.
Cite
Text
Liu et al. "Unsupervised Continual Anomaly Detection with Contrastively-Learned Prompt." AAAI Conference on Artificial Intelligence, 2024. doi:10.1609/AAAI.V38I4.28153Markdown
[Liu et al. "Unsupervised Continual Anomaly Detection with Contrastively-Learned Prompt." AAAI Conference on Artificial Intelligence, 2024.](https://mlanthology.org/aaai/2024/liu2024aaai-unsupervised/) doi:10.1609/AAAI.V38I4.28153BibTeX
@inproceedings{liu2024aaai-unsupervised,
title = {{Unsupervised Continual Anomaly Detection with Contrastively-Learned Prompt}},
author = {Liu, Jiaqi and Wu, Kai and Nie, Qiang and Chen, Ying and Gao, Bin-Bin and Liu, Yong and Wang, Jinbao and Wang, Chengjie and Zheng, Feng},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2024},
pages = {3639-3647},
doi = {10.1609/AAAI.V38I4.28153},
url = {https://mlanthology.org/aaai/2024/liu2024aaai-unsupervised/}
}