paper-with-me

Papers

LLM-Oriented Token-Adaptive Knowledge Distillation

2025-10-13 · Xurong Xie, Zhucun Xue, Jiafu Wu, Jian Li, Yabiao Wang, Xiaobin Hu, Yong Liu, Jiangning Zhang 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 process of student models. These methods typically treat all tokens indiscriminately and apply a single, fixed temperature, resulting in suboptimal knowledge transfer. To address these limitations, we propose LLM-Oriented Token-Adaptive Knowledge Distillation (AdaKD), a novel framework that adapts the distillation process to the real-time learning state of each token. AdaKD consists of two synergistic modules driven by a unified token difficulty metric. First, our Loss-Driven Adaptive Token Focusing (LATF) module dynamically adjusts the distillation focus by monitoring the student's learning stability, concentrating computational resources on the most valuable tokens at each training phase. Second, we introduce Inverse Difficulty Temperature Scaling (IDTS), a counterintuitive yet effective token-level temperature strategy. It employs low temperatures for difficult tokens for targeted error correction, and high temperatures for easy tokens to encourage students to learn from the teacher's complete and smooth output distribution, thereby enhancing generalization. As a plug-and-play framework, AdaKD can consistently improve the performance of various distillation methods on multiple model architectures and benchmarks.

📄 PDF Abstract BibTeX arXiv:2510.11615

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

EGAD: Entropy-Guided Adaptive Distillation for Token-Level Knowledge Transfer

2026-05-03 · Hao Zhang, Zhibin Zhang, Guangxin Wu, Wanyi Ning 외 arxiv

Large language models (LLMs) have achieved remarkable performance across diverse domains, yet their enormous computational and memory requirements hinder deployment in resource-constrained environments. Knowledge distill…

Knowledge Distillation

Influence-Directed Distillation: Solving the Diversity Bottleneck in Sampled-Token On-Policy Distillation

2026-08-30 · Run Yang, Runpeng Dai, Jie Sun, Jielei Zhang 외 hf

Sampled-token on-policy distillation (OPD) efficiently transfers capabilities from teacher to student using student-generated tokens, requiring teacher probabilities only for sampled tokens. Yet it frequently suffers fro…

DeepKD: A Deeply Decoupled and Denoised Knowledge Distillation Trainer

2025-05-21 · Haiduo Huang, Jiangcheng Song, Yadong Zhang, Pengju Ren

Recent advances in knowledge distillation have emphasized the importance of decoupling different knowledge components. While existing methods utilize momentum mechanisms to separate task-oriented and distillation gradien…

DenoisingKnowledge DistillationTransfer Learning

Adaptive Weighting in Knowledge Distillation: An Axiomatic Framework for Multi-Scale Teacher Ensemble Optimization

2026-01-25 · Aaron R. Flouro, Shawn P. Chadwick arxiv

Knowledge distillation with multiple teachers is increasingly used to improve robustness, efficiency, and safety, yet existing approaches rely largely on heuristic or implementation-specific weighting schemes. This paper…

Knowledge Distillation

Student-Oriented Teacher Knowledge Refinement for Knowledge Distillation

2024-09-27 · Chaomin Shen, Yaomin Huang, Haokun Zhu, Jinsong Fan 외

Knowledge distillation has become widely recognized for its ability to transfer knowledge from a large teacher network to a compact and more streamlined student network. Traditional knowledge distillation methods primari…

Knowledge DistillationTransfer Learning