English

What Makes a "Good" Data Augmentation in Knowledge Distillation -- A Statistical Perspective

Computer Vision and Pattern Recognition 2023-02-23 v3 Artificial Intelligence Machine Learning Neural and Evolutionary Computing

Abstract

Knowledge distillation (KD) is a general neural network training approach that uses a teacher model to guide the student model. Existing works mainly study KD from the network output side (e.g., trying to design a better KD loss function), while few have attempted to understand it from the input side. Especially, its interplay with data augmentation (DA) has not been well understood. In this paper, we ask: Why do some DA schemes (e.g., CutMix) inherently perform much better than others in KD? What makes a "good" DA in KD? Our investigation from a statistical perspective suggests that a good DA scheme should reduce the covariance of the teacher-student cross-entropy. A practical metric, the stddev of teacher's mean probability (T. stddev), is further presented and well justified empirically. Besides the theoretical understanding, we also introduce a new entropy-based data-mixing DA scheme, CutMixPick, to further enhance CutMix. Extensive empirical studies support our claims and demonstrate how we can harvest considerable performance gains simply by using a better DA scheme in knowledge distillation.

Keywords

Cite

@article{arxiv.2012.02909,
  title  = {What Makes a "Good" Data Augmentation in Knowledge Distillation -- A Statistical Perspective},
  author = {Huan Wang and Suhas Lohit and Mike Jones and Yun Fu},
  journal= {arXiv preprint arXiv:2012.02909},
  year   = {2023}
}

Comments

Camera Ready of NeurIPS'22. Code: https://github.com/MingSun-Tse/Good-DA-in-KD

R2 v1 2026-06-23T20:44:48.331Z