paper-with-me

홈 › Papers

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 degrade unexpectedly when distilled from oversized teachers. It is well known that larger models tend to have sharper outputs. Based on this observation, we found that the sharpness gap between the teacher and student output may cause this degradation problem. To solve this problem, we first propose a metric to quantify the sharpness of the model output. Based on the second-order Taylor expansion of this metric, we propose Adaptive Temperature Knowledge Distillation (ATKD), which automatically changes the temperature of the teacher and the student, to reduce the sharpness gap. We conducted extensive experiments on CIFAR100 and ImageNet and achieved significant improvements. Specifically, ATKD trained the best ResNet18 model on ImageNet as we knew (73.0% accuracy).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Methods 이 논문이 사용한 방법론

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.…

Similar Papers 제목 키워드 기반

Meta Knowledge Distillation

2022-02-16 · Jihao Liu, Boxiao Liu, Hongsheng Li, Yu Liu

Recent studies pointed out that knowledge distillation (KD) suffers from two degradation problems, the teacher-student gap and the incompatibility with strong data augmentations, making it not applicable to training stat…

Data AugmentationImage ClassificationKnowledge 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

AMTSS: An Adaptive Multi-Teacher Single-Student Knowledge Distillation Framework For Multilingual Language Inference

2023-05-13 · Qianglong Chen, Feng Ji, Feng-Lin Li, Guohai Xu 외

Knowledge distillation is of key importance to launching multilingual pre-trained language models for real applications. To support cost-effective language inference in multilingual settings, we propose AMTSS, an adaptiv…

Knowledge Distillation

LLM-Oriented Token-Adaptive Knowledge Distillation

2025-10-13 · Xurong Xie, Zhucun Xue, Jiafu Wu, Jian Li 외 arxiv

Knowledge distillation (KD) is a key technique for compressing large-scale language models (LLMs), yet prevailing logit-based methods typically employ static strategies that are misaligned with the dynamic learning proce…

Knowledge Distillation

Heterophily-Aware Adaptive Knowledge Distillation for Hypergraph Neural Networks

2026-06-08 · Joohee Cho, David Yoon Suk Kang, Yunyong Ko arxiv

Hypergraph knowledge distillation aims to retain the predictive performance of a hypergraph neural network (HNN) teacher while reducing inference costs through a lightweight student model. In this work, we observe that H…

Knowledge Distillation