paper-with-me

Papers

Asymmetric Temperature Scaling Makes Larger Networks Teach Well Again

2022-10-10 · Xin-Chun Li, Wen-Shu Fan, Shaoming Song, Yinchuan Li, Bingshuai Li, Yunfeng Shao, De-Chuan Zhan

Knowledge Distillation (KD) aims at transferring the knowledge of a well-performed neural network (the {\it teacher}) to a weaker one (the {\it student}). A peculiar phenomenon is that a more accurate model doesn't necessarily teach better, and temperature adjustment can neither alleviate the mismatched capacity. To explain this, we decompose the efficacy of KD into three parts: {\it correct guidance}, {\it smooth regularization}, and {\it class discriminability}. The last term describes the distinctness of {\it wrong class probabilities} that the teacher provides in KD. Complex teachers tend to be over-confident and traditional temperature scaling limits the efficacy of {\it class discriminability}, resulting in less discriminative wrong class probabilities. Therefore, we propose {\it Asymmetric Temperature Scaling (ATS)}, which separately applies a higher/lower temperature to the correct/wrong class. ATS enlarges the variance of wrong class probabilities in the teacher's label and makes the students grasp the absolute affinities of wrong classes to the target class as discriminative as possible. Both theoretical analysis and extensive experimental results demonstrate the effectiveness of ATS. The demo developed in Mindspore is available at \url{https://gitee.com/lxcnju/ats-mindspore} and will be available at \url{https://gitee.com/mindspore/models/tree/master/research/cv/ats}.

📄 PDF Abstract BibTeX arXiv:2210.04427

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

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…

Knowledge Distillation Based on Transformed Teacher Matching

2024-02-17 · Kaixiang Zheng, En-hui Yang

As a technique to bridge logit matching and probability distribution matching, temperature scaling plays a pivotal role in knowledge distillation (KD). Conventionally, temperature scaling is applied to both teacher's log…

Knowledge Distillation

Reducing the Teacher-Student Gap via Adaptive Temperatures

2021-09-29 · Jia Guo

Knowledge distillation aims to obtain a small and effective deep model (student) by learning the output from a larger model (teacher). Previous studies found a severe degradation problem, that student performance would d…

Knowledge Distillation

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 …

Knowledge Distillation

Cosine Similarity Knowledge Distillation for Individual Class Information Transfer

2023-11-24 · Gyeongdo Ham, Seonghak Kim, SuIn Lee, Jae-Hyeok Lee 외

Previous logits-based Knowledge Distillation (KD) have utilized predictions about multiple categories within each sample (i.e., class predictions) and have employed Kullback-Leibler (KL) divergence to reduce the discrepa…

Knowledge DistillationModel Compression