English

Weight Averaging Improves Knowledge Distillation under Domain Shift

Machine Learning 2023-09-21 v1 Computer Vision and Pattern Recognition

Abstract

Knowledge distillation (KD) is a powerful model compression technique broadly used in practical deep learning applications. It is focused on training a small student network to mimic a larger teacher network. While it is widely known that KD can offer an improvement to student generalization in i.i.d setting, its performance under domain shift, i.e. the performance of student networks on data from domains unseen during training, has received little attention in the literature. In this paper we make a step towards bridging the research fields of knowledge distillation and domain generalization. We show that weight averaging techniques proposed in domain generalization literature, such as SWAD and SMA, also improve the performance of knowledge distillation under domain shift. In addition, we propose a simplistic weight averaging strategy that does not require evaluation on validation data during training and show that it performs on par with SWAD and SMA when applied to KD. We name our final distillation approach Weight-Averaged Knowledge Distillation (WAKD).

Keywords

Cite

@article{arxiv.2309.11446,
  title  = {Weight Averaging Improves Knowledge Distillation under Domain Shift},
  author = {Valeriy Berezovskiy and Nikita Morozov},
  journal= {arXiv preprint arXiv:2309.11446},
  year   = {2023}
}

Comments

ICCV 2023 Workshop on Out-of-Distribution Generalization in Computer Vision (OOD-CV)

R2 v1 2026-06-28T12:27:26.242Z