paper-with-me

Papers

Remembering Normality: Memory-guided Knowledge Distillation for Unsupervised Anomaly Detection

2023-01-01 · ICCV 2023 10 · Zhihao Gu, Liang Liu, Xu Chen, Ran Yi, Jiangning Zhang, Yabiao Wang, Chengjie Wang, Annan Shu, Guannan Jiang, Lizhuang Ma

Knowledge distillation (KD) has been widely explored in unsupervised anomaly detection (AD). The student is assumed to constantly produce representations of typical patterns within trained data, named "normality", and the representation discrepancy between the teacher and student model is identified as anomalies. However, it suffers from the "normality forgetting" issue. Trained on anomaly-free data, the student still well reconstructs anomalous representations for anomalies and is sensitive to fine patterns in normal data, which also appear in training. To mitigate this issue, we introduce a novel Memory-guided Knowledge-Distillation (MemKD) framework that adaptively modulates the normality of student features in detecting anomalies. Specifically, we first propose a normality recall memory (NR Memory) to strengthen the normality of student-generated features by recalling the stored normal information. In this sense, representations will not present anomalies and fine patterns will be well described. Subsequently, we employ a normality embedding learning strategy to promote information learning for the NR Memory. It constructs a normal exemplar set so that the NR Memory can memorize prior knowledge in anomaly-free data and later recall them from the query feature. Consequently, comprehensive experiments demonstrate that the proposed MemKD achieves promising results on five benchmarks, i.e., MVTec AD, VisA, MPDD, MVTec 3D-AD, and Eyecandies.

📄 PDF Abstract BibTeX

Code (2)

SimonThomine/DistillationAD pytorch
SimonThomine/RememberingNormality pytorch

Tasks

Anomaly DetectionKnowledge DistillationUnsupervised Anomaly Detection

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Remembering Transformer for Continual Learning

2024-04-11 · Yuwei Sun, Ippei Fujisawa, Arthur Juliani, Jun Sakuma 외

Neural networks encounter the challenge of Catastrophic Forgetting (CF) in continual learning, where new task learning interferes with previously learned knowledge. Existing data fine-tuning and regularization methods ne…

Continual LearningKnowledge DistillationNovelty Detection

Generalist Graph Anomaly Detection via Prototype-Based Distillation

2026-05-26 · Yiming Xu, Zihan Chen, Zhen Peng, Song Wang 외 arxiv

Driven by the pressing demand for graph anomaly detection (GAD) in high-stakes domains, the generalist GAD paradigm, which trains a single detector transferable across new graphs, has recently gained growing attention. H…

Graph Anomaly DetectionGraph Neural Network

"I'm happy even though it's not real": GenAI Photo Editing as a Remembering Experience

2026-02-03 · Yufeng Wu, Qing Li, Elise van den Hoven, A. Baki Kocaballi arxiv

Generative Artificial Intelligence (GenAI) is increasingly integrated into photo applications on personal devices, making editing photographs easier than ever while potentially influencing the memories they represent. Th…

Advancing Pre-trained Teacher: Towards Robust Feature Discrepancy for Anomaly Detection

2024-05-03 · Canhui Tang, Sanping Zhou, Yizhe Li, Yonghao Dong 외

With the wide application of knowledge distillation between an ImageNet pre-trained teacher model and a learnable student model, industrial anomaly detection has witnessed a significant achievement in the past few years.…

Anomaly DetectionAttributeKnowledge Distillation

Decoupling Learning and Remembering: A Bilevel Memory Framework With Knowledge Projection for Task-Incremental Learning

2023-01-01 · CVPR 2023 1 · Wenju Sun, Qingyong Li, Jing Zhang, Wen Wang 외

The dilemma between plasticity and stability arises as a common challenge for incremental learning. In contrast, the human memory system is able to remedy this dilemma owing to its multi-level memory structure, which…

Incremental Learning