English

Activation Map Adaptation for Effective Knowledge Distillation

Computer Vision and Pattern Recognition 2022-04-15 v2 Machine Learning

Abstract

Model compression becomes a recent trend due to the requirement of deploying neural networks on embedded and mobile devices. Hence, both accuracy and efficiency are of critical importance. To explore a balance between them, a knowledge distillation strategy is proposed for general visual representation learning. It utilizes our well-designed activation map adaptive module to replace some blocks of the teacher network, exploring the most appropriate supervisory features adaptively during the training process. Using the teacher's hidden layer output to prompt the student network to train so as to transfer effective semantic information.To verify the effectiveness of our strategy, this paper applied our method to cifar-10 dataset. Results demonstrate that the method can boost the accuracy of the student network by 0.6% with 6.5% loss reduction, and significantly improve its training speed.

Keywords

Cite

@article{arxiv.2010.13500,
  title  = {Activation Map Adaptation for Effective Knowledge Distillation},
  author = {Zhiyuan Wu and Hong Qi and Yu Jiang and Minghao Zhao and Chupeng Cui and Zongmin Yang and Xinhui Xue},
  journal= {arXiv preprint arXiv:2010.13500},
  year   = {2022}
}

Comments

This is my first paper, which is not well written

R2 v1 2026-06-23T19:38:56.942Z