How to Train the Teacher Model for Effective Knowledge Distillation
Shayan Mohajer Hamidi, Xizhen Deng, Renhao Tan, Linfeng Ye, Ahmed Hussein Salamah
TL;DR
This paper addresses KD by reframing the teacher’s role as providing an estimate of the true Bayes conditional probability distribution $p^*_{oldsymbol{x}}$. It proves that training a neural network with MSE loss is equivalent to minimizing the expected MSE between its output and $p^*_{oldsymbol{x}}$, arguing that an MSE-trained teacher yields a closer BCPD estimate for KD than a CE-trained one. Extensive experiments on CIFAR-100 and ImageNet show that replacing CE-trained teachers with MSE-trained teachers consistently improves student accuracy across a wide range of KD methods, including semi-supervised and binary classification settings, with gains up to around 2.6–2.7%. The results support adopting MSE-trained teachers as a plug-and-play enhancement to KD pipelines, without altering the KD loss functions or hyperparameters, though they observe a slight drop in teacher performance under MSE training.
Abstract
Recently, it was shown that the role of the teacher in knowledge distillation (KD) is to provide the student with an estimate of the true Bayes conditional probability density (BCPD). Notably, the new findings propose that the student's error rate can be upper-bounded by the mean squared error (MSE) between the teacher's output and BCPD. Consequently, to enhance KD efficacy, the teacher should be trained such that its output is close to BCPD in MSE sense. This paper elucidates that training the teacher model with MSE loss equates to minimizing the MSE between its output and BCPD, aligning with its core responsibility of providing the student with a BCPD estimate closely resembling it in MSE terms. In this respect, through a comprehensive set of experiments, we demonstrate that substituting the conventional teacher trained with cross-entropy loss with one trained using MSE loss in state-of-the-art KD methods consistently boosts the student's accuracy, resulting in improvements of up to 2.6\%.
