paper-with-me

홈 › Papers

Revisiting Label Smoothing and Knowledge Distillation Compatibility: What was Missing?

2022-06-29 · Keshigeyan Chandrasegaran, Ngoc-Trung Tran, Yunqing Zhao, Ngai-Man Cheung

This work investigates the compatibility between label smoothing (LS) and knowledge distillation (KD). Contemporary findings addressing this thesis statement take dichotomous standpoints: Muller et al. (2019) and Shen et al. (2021b). Critically, there is no effort to understand and resolve these contradictory findings, leaving the primal question -- to smooth or not to smooth a teacher network? -- unanswered. The main contributions of our work are the discovery, analysis and validation of systematic diffusion as the missing concept which is instrumental in understanding and resolving these contradictory findings. This systematic diffusion essentially curtails the benefits of distilling from an LS-trained teacher, thereby rendering KD at increased temperatures ineffective. Our discovery is comprehensively supported by large-scale experiments, analyses and case studies including image classification, neural machine translation and compact student distillation tasks spanning across multiple datasets and teacher-student architectures. Based on our analysis, we suggest practitioners to use an LS-trained teacher with a low-temperature transfer to achieve high performance students. Code and models are available at https://keshik6.github.io/revisiting-ls-kd-compatibility/

📄 PDF Abstract BibTeX arXiv:2206.14532

Code (1)

sutd-visual-computing-group/LS-KD-compatibility 공식 구현 pytorch

Tasks

image-classificationImage ClassificationKnowledge DistillationMachine Translation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…
Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Is Label Smoothing Truly Incompatible with Knowledge Distillation: An Empirical Study

2021-04-01 · ICLR 2021 1 · Zhiqiang Shen, Zechun Liu, Dejia Xu, Zitian Chen 외

This work aims to empirically clarify a recently discovered perspective that label smoothing is incompatible with knowledge distillation. We begin by introducing the motivation behind on how this incompatibility is raise…

image-classificationImage ClassificationKnowledge DistillationMachine Translation+1

Revisiting Knowledge Distillation via Label Smoothing Regularization

2019-09-25 · CVPR 2020 6 · Li Yuan, Francis E. H. Tay, Guilin Li, Tao Wang 외

Knowledge Distillation (KD) aims to distill the knowledge of a cumbersome teacher model into a lightweight student model. Its success is generally attributed to the privileged information on similarities among categories…

Knowledge DistillationSelf-Knowledge Distillation

Revisiting Knowledge Distillation: The Hidden Role of Dataset Size

2025-10-17 · Giulia Lanzillotta, Felix Sarnthein, Gil Kur, Thomas Hofmann 외 arxiv

The concept of knowledge distillation (KD) describes the training of a student model from a teacher model and is a widely adopted technique in deep learning. However, it is still not clear how and why distillation works.…

Knowledge Distillation

To Smooth or not to Smooth? On Compatibility between Label Smoothing and Knowledge Distillation

2021-09-29 · Keshigeyan Chandrasegaran, Ngoc-Trung Tran, Yunqing Zhao, Ngai-Man Cheung

This work investigates the compatibility between label smoothing (LS) and knowledge distillation (KD). Contemporary findings addressing this thesis statement take dichotomous standpoints. Specifically, Muller et al. [1] …

image-classificationImage ClassificationKnowledge DistillationMachine Translation

Adaptive Label Smoothing with Self-Knowledge in Natural Language Generation

2022-10-22 · Dongkyu Lee, Ka Chun Cheung, Nevin L. Zhang

Overconfidence has been shown to impair generalization and calibration of a neural network. Previous studies remedy this issue by adding a regularization term to a loss function, preventing a model from making a peaked d…

Knowledge DistillationText Generation