English

Teacher Network Calibration Improves Cross-Quality Knowledge Distillation

Computer Vision and Pattern Recognition 2023-04-18 v1 Artificial Intelligence

Abstract

We investigate cross-quality knowledge distillation (CQKD), a knowledge distillation method where knowledge from a teacher network trained with full-resolution images is transferred to a student network that takes as input low-resolution images. As image size is a deciding factor for the computational load of computer vision applications, CQKD notably reduces the requirements by only using the student network at inference time. Our experimental results show that CQKD outperforms supervised learning in large-scale image classification problems. We also highlight the importance of calibrating neural networks: we show that with higher temperature smoothing of the teacher's output distribution, the student distribution exhibits a higher entropy, which leads to both, a lower calibration error and a higher network accuracy.

Keywords

Cite

@article{arxiv.2304.07593,
  title  = {Teacher Network Calibration Improves Cross-Quality Knowledge Distillation},
  author = {Pia Čuk and Robin Senge and Mikko Lauri and Simone Frintrop},
  journal= {arXiv preprint arXiv:2304.07593},
  year   = {2023}
}

Comments

The implementation is available at: https://github.com/PiaCuk/distillistic

R2 v1 2026-06-28T10:07:04.047Z