paper-with-me

홈 › Papers

Don't Ignore the Tail: Decoupling top-K Probabilities for Efficient Language Model Distillation

2026-02-24 · Sayantan Dasgupta, Trevor Cohn, Timothy Baldwin arxiv

The core learning signal used in language model distillation is the standard Kullback-Leibler (KL) divergence between the student and teacher distributions. Traditional KL divergence tends to be dominated by the next tokens with the highest probabilities, i.e., the teacher's modes, thereby diminishing the influence of less probable yet potentially informative components of the output distribution. We propose a new tail-aware divergence that decouples the contribution of the teacher model's top-K predicted probabilities from that of lower-probability predictions, while maintaining the same computational profile as the KL Divergence. Our decoupled approach reduces the impact of the teacher modes and, consequently, increases the contribution of the tail of the distribution. Experimental results demonstrate that our modified distillation method yields competitive performance in both pre-training and supervised distillation of decoder models across various datasets. Furthermore, the distillation process is efficient and can be performed with a modest academic budget for large datasets, eliminating the need for industry-scale computing.

📄 PDF Abstract BibTeX arXiv:2602.20816

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Decoupled Contrastive Learning for Long-Tailed Recognition

2024-03-10 · Shiyu Xuan, Shiliang Zhang

Supervised Contrastive Loss (SCL) is popular in visual representation learning. Given an anchor image, SCL pulls two types of positive samples, i.e., its augmentation and other images from the same class together, while …

Contrastive LearningRepresentation Learning

Balance Divergence for Knowledge Distillation

2025-01-14 · Yafei Qi, Chen Wang, Zhaoning Zhang, Yaping Liu 외

Knowledge distillation has been widely adopted in computer vision task processing, since it can effectively enhance the performance of lightweight student networks by leveraging the knowledge transferred from cumbersome …

image-classificationImage ClassificationKnowledge DistillationSemantic Segmentation

A Survey on Recent Teacher-student Learning Studies

2023-04-10 · Minghong Gao

Knowledge distillation is a method of transferring the knowledge from a complex deep neural network (DNN) to a smaller and faster DNN, while preserving its accuracy. Recent variants of knowledge distillation include teac…

Knowledge DistillationSurvey

Local Dense Logit Relations for Enhanced Knowledge Distillation

2025-07-21 · Liuchi Xu, Kang Liu, Jinshuai Liu, Lu Wang 외 arxiv

State-of-the-art logit distillation methods exhibit versatility, simplicity, and efficiency. Despite the advances, existing studies have yet to delve thoroughly into fine-grained relationships within logit knowledge. In …

Knowledge Distillation

Multi-Label Knowledge Distillation

2023-08-12 · ICCV 2023 1 · Penghui Yang, Ming-Kun Xie, Chen-Chen Zong, Lei Feng 외

Existing knowledge distillation methods typically work by imparting the knowledge of output logits or intermediate feature maps from the teacher network to the student network, which is very successful in multi-class sin…

Binary ClassificationKnowledge DistillationMulti-Label Learning