ICASSP 2023accepted0 citations

Enlightening the Student in Knowledge Distillation

Yujie Zheng, Chong Wang, Yi Chen, Jiangbo Qian, Jun Wang, Jiafei Wu

Abstract

Knowledge distillation is a common method of model compression, which uses large models (teacher networks) to guide the training of small models (student networks). However, the student may find a hard time absorbing the knowledge from a sophisticated teacher due to the capacity and confidence gaps between them. To address this issue, a new knowledge distillation and refinement (KDrefine) framework is proposed to enlighten the student by expending and refining its network structure. In addition, a confidence refinement strategy is utilized to generate adaptive soften logits for efficient distillation. The experiments show that the proposed framework outperforms state-of-the-art methods on both CIFAR-100 and Tiny-ImageNet datasets. The code is available at https://github.com/YujieZheng99/KDrefine.

BibTeX
@inproceedings{icassp2023_enlighteningthes,
  title = {Enlightening the Student in Knowledge Distillation},
  author = {Yujie Zheng and Chong Wang and Yi Chen and Jiangbo Qian and Jun Wang and Jiafei Wu},
  booktitle = {ICASSP 2023},
  year = {2023}
}