paper-with-me

홈 › Papers

ToDi: Token-wise Distillation via Fine-Grained Divergence Control

2025-05-22 · Seongryong Jung, Suwan Yoon, DongGeon Kim, Hwanhee Lee

Large language models (LLMs) offer impressive performance but are impractical for resource-constrained deployment due to high latency and energy consumption. Knowledge distillation (KD) addresses this by transferring knowledge from a large teacher to a smaller student model. However, conventional KD, notably approaches like Forward KL (FKL) and Reverse KL (RKL), apply uniform divergence loss across the entire vocabulary, neglecting token-level prediction discrepancies. By investigating these representative divergences via gradient analysis, we reveal that FKL boosts underestimated tokens, while RKL suppresses overestimated ones, showing their complementary roles. Based on this observation, we propose Token-wise Distillation (ToDi), a novel method that adaptively combines FKL and RKL per token using a sigmoid-based weighting function derived from the teacher-student probability log-ratio. ToDi dynamically emphasizes the appropriate divergence for each token, enabling precise distribution alignment. We demonstrate that ToDi consistently outperforms recent distillation baselines using uniform or less granular strategies across instruction-following benchmarks. Extensive ablation studies and efficiency analysis further validate ToDi's effectiveness and practicality.

📄 PDF Abstract BibTeX arXiv:2505.16297

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingKnowledge 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 제목 키워드 기반

Tokenwise Contrastive Pretraining for Finer Speech-to-BERT Alignment in End-to-End Speech-to-Intent Systems

2022-04-11 · Vishal Sunder, Eric Fosler-Lussier, Samuel Thomas, Hong-Kwang J. Kuo 외

Recent advances in End-to-End (E2E) Spoken Language Understanding (SLU) have been primarily due to effective pretraining of speech representations. One such pretraining paradigm is the distillation of semantic knowledge …

Intent RecognitionSpoken Language Understanding

AutoDistil: Few-shot Task-agnostic Neural Architecture Search for Distilling Large Language Models

2022-01-29 · Dongkuan Xu, Subhabrata Mukherjee, Xiaodong Liu, Debadeepta Dey 외

Knowledge distillation (KD) methods compress large models into smaller students with manually-designed student architectures given pre-specified computational cost. This requires several trials to find a viable student, …

Inductive BiasKnowledge DistillationNeural Architecture Search

AutoDistill: an End-to-End Framework to Explore and Distill Hardware-Efficient Language Models

2022-01-21 · Xiaofan Zhang, Zongwei Zhou, Deming Chen, Yu Emma Wang

Recently, large pre-trained models have significantly improved the performance of various Natural LanguageProcessing (NLP) tasks but they are expensive to serve due to long serving latency and large memory usage. To comp…

Bayesian OptimizationKnowledge DistillationModel CompressionNeural Architecture Search

Visual-Advantage On-Policy Distillation for Vision-Language Models

2026-05-21 · Ruiqi Liu, Xiaolei Lv, Gengsheng Li, Ximo Zhu 외 arxiv

On-policy knowledge distillation has proven effective for language models, yet its application to vision-language models (VLMs) remains underexplored. We observe that standard on-policy distillation can improve a student…

Knowledge DistillationMathematical Reasoning

BLSP-KD: Bootstrapping Language-Speech Pre-training via Knowledge Distillation

2024-05-29 · Chen Wang, Minpeng Liao, Zhongqiang Huang, Jiajun Zhang

Recent end-to-end approaches have shown promise in extending large language models (LLMs) to speech inputs, but face limitations in directly assessing and optimizing alignment quality and fail to achieve fine-grained ali…

Instruction FollowingKnowledge Distillation