LGAICLCVMay 28, 2022

Parameter-Efficient and Student-Friendly Knowledge Distillation

arXiv:2205.15308v179 citationsh-index: 36
Originality Incremental advance
AI Analysis

This work addresses the computational inefficiency in teacher-student joint training for knowledge distillation, offering a more practical solution for deploying smaller models in resource-constrained environments, though it is incremental in nature.

The paper tackles the problem of mismatched model capacities in knowledge distillation by introducing a parameter-efficient method that updates only an adapter module in the teacher to smooth soft labels, achieving competitive results with reduced training costs compared to advanced online distillation methods.

Knowledge distillation (KD) has been extensively employed to transfer the knowledge from a large teacher model to the smaller students, where the parameters of the teacher are fixed (or partially) during training. Recent studies show that this mode may cause difficulties in knowledge transfer due to the mismatched model capacities. To alleviate the mismatch problem, teacher-student joint training methods, e.g., online distillation, have been proposed, but it always requires expensive computational cost. In this paper, we present a parameter-efficient and student-friendly knowledge distillation method, namely PESF-KD, to achieve efficient and sufficient knowledge transfer by updating relatively few partial parameters. Technically, we first mathematically formulate the mismatch as the sharpness gap between their predictive distributions, where we show such a gap can be narrowed with the appropriate smoothness of the soft label. Then, we introduce an adapter module for the teacher and only update the adapter to obtain soft labels with appropriate smoothness. Experiments on a variety of benchmarks show that PESF-KD can significantly reduce the training cost while obtaining competitive results compared to advanced online distillation methods. Code will be released upon acceptance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes