paper-with-me

홈 › Papers

Consistently Informative Soft-Label Temperature for Knowledge Distillation

2026-05-19 · Hoang-Chau Luong, Nghia Van Vo, Kaiqi Zhao, Lingwei Chen arxiv

Knowledge distillation (KD) transfers knowledge from a high-capacity teacher to a compact student by matching their predictive distributions, with temperature scaling serving as a central mechanism for smoothing teacher predictions and exposing informative "dark knowledge" beyond the hard label. However, the standard fixed-temperature design is inherently sample-agnostic. Since samples differ in logit scale and learning difficulty, a single global temperature produces teacher soft labels with highly inconsistent entropy: some predictions remain overly sharp and provide limited inter-class information, whereas others become over-smoothed and lose class-discriminative information. Moreover, sharing the same temperature between teacher and student further imposes rigid logit-scale alignment despite their capacity mismatch. To address these limitations, we propose CIST (Consistently Informative Soft-label Temperature), which assigns separate sample-wise adaptive temperatures to the teacher and student. This design produces consistently informative teacher soft labels while relaxing rigid teacher--student logit-scale matching. It also reweights the distillation objective according to teacher confidence and student learning difficulty. Theoretically, we show that teacher-label entropy is largely governed by the ratio between the maximum teacher logit and the temperature, providing a principled basis for adaptive smoothing. Empirically, CIST mitigates the inconsistency induced by fixed temperature, and experiments on both vision and language distillation tasks show consistent improvements over standard KD and strong baselines with negligible computational overhead.

📄 PDF Abstract BibTeX arXiv:2605.20357

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Dynamic Temperature Scheduler for Knowledge Distillation

2025-11-14 · Sibgat Ul Islam, Jawad Ibn Ahad, Fuad Rahman, Mohammad Ruhul Amin 외 arxiv

Knowledge Distillation (KD) trains a smaller student model using a large, pre-trained teacher model, with temperature as a key hyperparameter controlling the softness of output probabilities. Traditional methods use a fi…

Knowledge Distillation

Dynamic Temperature Knowledge Distillation

2024-04-19 · Yukang Wei, Yu Bai

Temperature plays a pivotal role in moderating label softness in the realm of knowledge distillation (KD). Traditional approaches often employ a static temperature throughout the KD process, which fails to address the nu…

Knowledge Distillation

Annealing Knowledge Distillation

2021-04-14 · EACL 2021 2 · Aref Jafari, Mehdi Rezagholizadeh, Pranav Sharma, Ali Ghodsi

Significant memory and computational requirements of large deep neural networks restrict their application on edge devices. Knowledge distillation (KD) is a prominent model compression technique for deep neural networks …

image-classificationImage ClassificationKnowledge DistillationModel Compression

Rethinking the Role of Temperature in Large Language Model Distillation

2026-05-29 · Hoang-Chau Luong, Lingwei Chen arxiv

Reverse Kullback-Leibler (RKL) divergence is widely favored over forward KL (FKL) in large language models (LLM) distillation, yet this preference is largely based on comparisons that omit the temperature $τ$, overlookin…

Logit Standardization in Knowledge Distillation

2024-03-03 · CVPR 2024 1 · Shangquan Sun, Wenqi Ren, Jingzhi Li, Rui Wang 외

Knowledge distillation involves transferring soft labels from a teacher to a student using a shared temperature-based softmax function. However, the assumption of a shared temperature between teacher and student implies …

Knowledge Distillation