We gratefully acknowledge support from
the Simons Foundation and member institutions.
Full-text links:

Download:

Current browse context:

cs.LG

Change to browse by:

References & Citations

DBLP - CS Bibliography

Bookmark

(what is this?)
CiteULike logo BibSonomy logo Mendeley logo del.icio.us logo Digg logo Reddit logo

Computer Science > Machine Learning

Title: When Does Label Smoothing Help?

Abstract: The generalization and learning speed of a multi-class neural network can often be significantly improved by using soft targets that are a weighted average of the hard targets and the uniform distribution over labels. Smoothing the labels in this way prevents the network from becoming over-confident and label smoothing has been used in many state-of-the-art models, including image classification, language translation and speech recognition. Despite its widespread use, label smoothing is still poorly understood. Here we show empirically that in addition to improving generalization, label smoothing improves model calibration which can significantly improve beam-search. However, we also observe that if a teacher network is trained with label smoothing, knowledge distillation into a student network is much less effective. To explain these observations, we visualize how label smoothing changes the representations learned by the penultimate layer of the network. We show that label smoothing encourages the representations of training examples from the same class to group in tight clusters. This results in loss of information in the logits about resemblances between instances of different classes, which is necessary for distillation, but does not hurt generalization or calibration of the model's predictions.
Comments: Accepted at NeurIPS 2019, corrected mutual information formulas
Subjects: Machine Learning (cs.LG); Machine Learning (stat.ML)
Cite as: arXiv:1906.02629 [cs.LG]
  (or arXiv:1906.02629v3 [cs.LG] for this version)

Submission history

From: Rafael Müller [view email]
[v1] Thu, 6 Jun 2019 15:03:11 GMT (402kb,D)
[v2] Thu, 5 Dec 2019 16:01:20 GMT (457kb,D)
[v3] Wed, 10 Jun 2020 18:18:17 GMT (457kb,D)

Link back to: arXiv, form interface, contact.