paper-with-me

홈 › Papers

Class Attention Transfer Based Knowledge Distillation

2023-04-25 · CVPR 2023 1 · Ziyao Guo, Haonan Yan, Hui Li, Xiaodong Lin

Previous knowledge distillation methods have shown their impressive performance on model compression tasks, however, it is hard to explain how the knowledge they transferred helps to improve the performance of the student network. In this work, we focus on proposing a knowledge distillation method that has both high interpretability and competitive performance. We first revisit the structure of mainstream CNN models and reveal that possessing the capacity of identifying class discriminative regions of input is critical for CNN to perform classification. Furthermore, we demonstrate that this capacity can be obtained and enhanced by transferring class activation maps. Based on our findings, we propose class attention transfer based knowledge distillation (CAT-KD). Different from previous KD methods, we explore and present several properties of the knowledge transferred by our method, which not only improve the interpretability of CAT-KD but also contribute to a better understanding of CNN. While having high interpretability, CAT-KD achieves state-of-the-art performance on multiple benchmarks. Code is available at: https://github.com/GzyAftermath/CAT-KD.

📄 PDF Abstract BibTeX arXiv:2304.12777

Code (1)

gzyaftermath/cat-kd 공식 구현 pytorch

Tasks

Knowledge DistillationModel Compression

Methods 이 논문이 사용한 방법론

Class Attention A Class Attention layer, or CA Layer, is an attention mechanism for [vision…
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 제목 키워드 기반

Feature Alignment and Representation Transfer in Knowledge Distillation for Large Language Models

2025-04-18 · Junjie Yang, Junhao Song, Xudong Han, Ziqian Bi 외

Knowledge distillation (KD) is a technique for transferring knowledge from complex teacher models to simpler student models, significantly enhancing model efficiency and accuracy. It has demonstrated substantial advancem…

image-classificationImage ClassificationKnowledge DistillationLanguage Modeling+7

CanKD: Cross-Attention-based Non-local operation for Feature-based Knowledge Distillation

2025-11-26 · Shizhe Sun, Wataru Ohyama arxiv

We propose Cross-Attention-based Non-local Knowledge Distillation (CanKD), a novel feature-based knowledge distillation framework that leverages cross-attention mechanisms to enhance the knowledge transfer process. Unlik…

Representation LearningKnowledge DistillationImage SegmentationObject Detection

A Closer Look at Knowledge Distillation with Features, Logits, and Gradients

2022-03-18 · Yen-Chang Hsu, James Smith, Yilin Shen, Zsolt Kira 외

Knowledge distillation (KD) is a substantial strategy for transferring learned knowledge from one neural network model to another. A vast number of methods have been developed for this strategy. While most method designs…

Incremental LearningKnowledge DistillationModel CompressionTransfer Learning

Channel Distillation: Channel-Wise Attention for Knowledge Distillation

2020-06-02 · Zaida Zhou, Chaoran Zhuge, Xinwei Guan, Wen Liu

Knowledge distillation is to transfer the knowledge from the data learned by the teacher network to the student network, so that the student has the advantage of less parameters and less calculations, and the accuracy is…

Knowledge Distillation

Frequency Attention for Knowledge Distillation

2024-03-09 · Cuong Pham, Van-Anh Nguyen, Trung Le, Dinh Phung 외

Knowledge distillation is an attractive approach for learning compact deep neural networks, which learns a lightweight student model by distilling knowledge from a complex teacher model. Attention-based knowledge distill…

image-classificationImage ClassificationKnowledge Distillationobject-detection+2