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

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

29 Jun 2022arXiv:2206.14532archive 2025-07-28

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/

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2206.14532")

Code

Syntology Ran 2 of 16 code samples harvested from 1 repository linked to this paper; 14 have no recorded run. Of those that ran: 1 ran · fixture could not drive it; 1 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 2 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

sutd-visual-computing-group/LS-KD-compatibility officialmentioned on GitHubpytorchMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

16 samples harvested; 2 ran; 0 honoured the contract we drafted; 14 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · fixture could not drive it
1ran
14unverified

Licence: 0 of the 16 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from sutd-visual-computing-group/LS-KD-compatibility. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

accuracy sutd-visual-computing-group/LS-KD-compatibility/src/image_classification/imagenet/official_evaluation.py official repository ran · fixture could not drive it MIT (permissive) · 131a82fd65128218 · report
to_python_float sutd-visual-computing-group/LS-KD-compatibility/src/image_classification/imagenet/train_student_dali.py official repository ran MIT (permissive) · 6b5d363ab4dbf012 · report
adjust_learning_rate sutd-visual-computing-group/LS-KD-compatibility/src/image_classification/cub/train_student.py official repository unverified MIT (permissive) · 4404239a85829756 · report
adjust_learning_rate sutd-visual-computing-group/LS-KD-compatibility/src/image_classification/cub/train_teacher.py official repository unverified MIT (permissive) · e93943edd5a8472f · report
adjust_learning_rate sutd-visual-computing-group/LS-KD-compatibility/src/image_classification/imagenet/official_evaluation.py official repository unverified MIT (permissive) · fa122dd6d0671258 · report
get_cub_trained_teacher_for_cub_student sutd-visual-computing-group/LS-KD-compatibility/src/image_classification/cub/utils.py official repository unverified MIT (permissive) · 205d6e975fc4fca7 · report
get_imagenet_trained_teacher_for_cub_teacher sutd-visual-computing-group/LS-KD-compatibility/src/image_classification/cub/utils.py official repository unverified MIT (permissive) · 35f1a5ee27e2d2a0 · report
get_imagenet_trained_teacher_for_imagenet_student sutd-visual-computing-group/LS-KD-compatibility/src/image_classification/imagenet/utils.py official repository unverified MIT (permissive) · fbaa9853176fc776 · report
get_penultimate_fts sutd-visual-computing-group/LS-KD-compatibility/src/visualization/alpha-LS-KD_imagenet_centroids.py official repository unverified MIT (permissive) · 06ec1746d47a9901 · report
get_test_loader sutd-visual-computing-group/LS-KD-compatibility/src/visualization/data_loader_imagenet.py official repository unverified MIT (permissive) · afe574de7fe140de · report
load_model_kd sutd-visual-computing-group/LS-KD-compatibility/src/visualization/alpha-LS-KD_imagenet_centroids.py official repository unverified MIT (permissive) · 33ec9768e54f5c4a · report
load_model_ls sutd-visual-computing-group/LS-KD-compatibility/src/visualization/alpha-LS-KD_imagenet_centroids.py official repository unverified MIT (permissive) · 1517519d4d7d27cf · report
train sutd-visual-computing-group/LS-KD-compatibility/src/image_classification/cub/train_student.py official repository unverified MIT (permissive) · 2a0d7e917240db2a · report
validate sutd-visual-computing-group/LS-KD-compatibility/src/image_classification/cub/train_student.py official repository unverified MIT (permissive) · 020b5acc2cea526a · report
validate sutd-visual-computing-group/LS-KD-compatibility/src/image_classification/imagenet/official_evaluation.py official repository unverified MIT (permissive) · 889998947e765d45 · report

Tasks

Image ClassificationKnowledge DistillationMachine Translationimage-classification

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionKnowledge DistillationLabel Smoothing

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections