Learning from Stochastic Teacher Representations Using Student-Guided Knowledge Distillation

Abstract

Advances in self-distillation have shown that when knowledge is distilled from a teacher to a student using the same deep learning (DL) model, student performance can surpass the teacher, particularly when the model is over-parameterized and the teacher is trained with early stopping. Alternatively, ensemble learning also improves performance, although training, storing, and deploying multiple DL models becomes impractical as the number of models grows. Even distilling a deep ensemble to a single student model or weight averaging methods first requires training of multiple teacher models and does not fully leverage the inherent stochasticity for generating and distilling diversity in DL models. These constraints are particularly prohibitive in resource-constrained or latency-sensitive applications on, e.g., wearable devices. This paper proposes to train only one model and generate multiple diverse teacher representations using distillation-time dropout . However, generating these representations stochastically leads to noisy representations that are misaligned with the learned task. To overcome this problem, a novel stochastic self-distillation (SSD) training strategy is introduced for filtering and weighting teacher representation to distill from task-relevant representations only, using student-guided knowledge distillation. The student representation at each distillation step is used to guide the distillation process. Experimental results $^4$ 4 (Code and supplementary available at: https://github.com/haseebaslam95/SSD ) on real-world affective computing, wearable/biosignal (UCR Archive), HAR, and image classification datasets show that the proposed SSD method can outperform state-of-the-art methods without increasing the model size at both training and testing time. It incurs negligible computational complexity compared to ensemble learning and weight averaging methods.

Cite

Text

Aslam et al. "Learning from Stochastic Teacher Representations Using Student-Guided Knowledge Distillation." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025. doi:10.1007/978-3-032-06106-5_14

Markdown

[Aslam et al. "Learning from Stochastic Teacher Representations Using Student-Guided Knowledge Distillation." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025.](https://mlanthology.org/ecmlpkdd/2025/aslam2025ecmlpkdd-learning/) doi:10.1007/978-3-032-06106-5_14

BibTeX

@inproceedings{aslam2025ecmlpkdd-learning,
  title     = {{Learning from Stochastic Teacher Representations Using Student-Guided Knowledge Distillation}},
  author    = {Aslam, Muhammad Haseeb and Martinez, Clara and Pedersoli, Marco and Koerich, Alessandro Lameiras and Etemad, Ali and Granger, Eric},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2025},
  pages     = {235-253},
  doi       = {10.1007/978-3-032-06106-5_14},
  url       = {https://mlanthology.org/ecmlpkdd/2025/aslam2025ecmlpkdd-learning/}
}