paper-with-me

홈 › Papers

Dual-Student Knowledge Distillation Networks for Unsupervised Anomaly Detection

2024-02-01 · Liyi Yao, Shaobing Gao

Due to the data imbalance and the diversity of defects, student-teacher networks (S-T) are favored in unsupervised anomaly detection, which explores the discrepancy in feature representation derived from the knowledge distillation process to recognize anomalies. However, vanilla S-T network is not stable. Employing identical structures to construct the S-T network may weaken the representative discrepancy on anomalies. But using different structures can increase the likelihood of divergent performance on normal data. To address this problem, we propose a novel dual-student knowledge distillation (DSKD) architecture. Different from other S-T networks, we use two student networks a single pre-trained teacher network, where the students have the same scale but inverted structures. This framework can enhance the distillation effect to improve the consistency in recognition of normal data, and simultaneously introduce diversity for anomaly representation. To explore high-dimensional semantic information to capture anomaly clues, we employ two strategies. First, a pyramid matching mode is used to perform knowledge distillation on multi-scale feature maps in the intermediate layers of networks. Second, an interaction is facilitated between the two student networks through a deep feature embedding module, which is inspired by real-world group discussions. In terms of classification, we obtain pixel-wise anomaly segmentation maps by measuring the discrepancy between the output feature maps of the teacher and student networks, from which an anomaly score is computed for sample-wise determination. We evaluate DSKD on three benchmark datasets and probe the effects of internal modules through ablation experiments. The results demonstrate that DSKD can achieve exceptional performance on small models like ResNet18 and effectively improve vanilla S-T networks.

📄 PDF Abstract BibTeX arXiv:2402.00448

Code (0)

등록된 구현이 없습니다.

Tasks

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

Dual-Modeling Decouple Distillation for Unsupervised Anomaly Detection

2024-08-07 · Xinyue Liu, Jianyuan Wang, Biao Leng, Shuo Zhang

Knowledge distillation based on student-teacher network is one of the mainstream solution paradigms for the challenging unsupervised Anomaly Detection task, utilizing the difference in representation capabilities of the …

Anomaly DetectionAnomaly LocalizationKnowledge DistillationUnsupervised Anomaly Detection

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

2023-01-01 · ICCV 2023 10 · Zhihao Gu, Liang Liu, Xu Chen, Ran Yi 외

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", an…

Anomaly DetectionKnowledge DistillationUnsupervised Anomaly Detection

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

Unlocking the Potential of Reverse Distillation for Anomaly Detection

2024-12-10 · Xinyue Liu, Jianyuan Wang, Biao Leng, Shuo Zhang

Knowledge Distillation (KD) is a promising approach for unsupervised Anomaly Detection (AD). However, the student network's over-generalization often diminishes the crucial representation differences between teacher and …

Anomaly DetectionDecoderKnowledge DistillationUnsupervised Anomaly Detection

Contextual Affinity Distillation for Image Anomaly Detection

2023-07-06 · Jie Zhang, Masanori Suganuma, Takayuki Okatani

Previous works on unsupervised industrial anomaly detection mainly focus on local structural anomalies such as cracks and color contamination. While achieving significantly high detection performance on this kind of anom…

Anomaly DetectionKnowledge Distillation