English

Locally Linear Region Knowledge Distillation

Machine Learning 2020-10-20 v2 Computer Vision and Pattern Recognition

Abstract

Knowledge distillation (KD) is an effective technique to transfer knowledge from one neural network (teacher) to another (student), thus improving the performance of the student. To make the student better mimic the behavior of the teacher, the existing work focuses on designing different criteria to align their logits or representations. Different from these efforts, we address knowledge distillation from a novel data perspective. We argue that transferring knowledge at sparse training data points cannot enable the student to well capture the local shape of the teacher function. To address this issue, we propose locally linear region knowledge distillation (L2\rm L^2RKD) which transfers the knowledge in local, linear regions from a teacher to a student. This is achieved by enforcing the student to mimic the outputs of the teacher function in local, linear regions. To the end, the student is able to better capture the local shape of the teacher function and thus achieves a better performance. Despite its simplicity, extensive experiments demonstrate that L2\rm L^2RKD is superior to the original KD in many aspects as it outperforms KD and the other state-of-the-art approaches by a large margin, shows robustness and superiority under few-shot settings, and is more compatible with the existing distillation approaches to further improve their performances significantly.

Keywords

Cite

@article{arxiv.2010.04812,
  title  = {Locally Linear Region Knowledge Distillation},
  author = {Xiang Deng and Zhongfei and Zhang},
  journal= {arXiv preprint arXiv:2010.04812},
  year   = {2020}
}
R2 v1 2026-06-23T19:13:25.733Z