LGCLJan 30, 2023

Knowledge Distillation $\approx$ Label Smoothing: Fact or Fallacy?

arXiv:2301.12609v4134 citationsh-index: 13
Originality Synthesis-oriented
AI Analysis

This clarifies a theoretical debate in machine learning about the nature of knowledge distillation, showing it is not merely a regularization technique like label smoothing.

The paper investigates whether knowledge distillation (KD) is equivalent to label smoothing (LS) by comparing their effects on model confidence, finding that they typically drive confidence in opposite directions and that KD transfers both knowledge and confidence from teacher to student.

Originally proposed as a method for knowledge transfer from one model to another, some recent studies have suggested that knowledge distillation (KD) is in fact a form of regularization. Perhaps the strongest argument of all for this new perspective comes from its apparent similarities with label smoothing (LS). Here we re-examine this stated equivalence between the two methods by comparing the predictive confidences of the models they train. Experiments on four text classification tasks involving models of different sizes show that: (a) In most settings, KD and LS drive model confidence in completely opposite directions, and (b) In KD, the student inherits not only its knowledge but also its confidence from the teacher, reinforcing the classical knowledge transfer view.

Foundations

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

Your Notes