Understanding the Gains from Repeated Self-Distillation
Divyansh Pareek, Simon Shaolei Du, Sewoong Oh
Abstract
Self-Distillation is a special type of knowledge distillation where the student model has the same architecture as the teacher model. Despite using the same architecture and the same training data, self-distillation has been empirically observed to improve performance, especially when applied repeatedly. For such a process, there is a fundamental question of interest: How much gain is possible by applying multiple steps of self-distillation? To investigate this relative gain, we propose using the simple but canonical task of linear regression. Our analysis shows that the excess risk achieved by multi-step self-distillation can significantly improve upon a single step of self-distillation, reducing the excess risk by a factor of $d$, where $d$ is the input dimension. Empirical results on regression tasks from the UCI repository show a reduction in the learnt model's risk (MSE) by up to $47$%.
BibTeX
@inproceedings{
pareek2024understanding,
title={Understanding the Gains from Repeated Self-Distillation},
author={Divyansh Pareek and Simon Shaolei Du and Sewoong Oh},
booktitle={The Thirty-eighth Annual Conference on Neural Information Processing Systems},
year={2024},
url={https://openreview.net/forum?id=gMqaKJCOCB}
}