paper-with-me

Papers

Speculative Knowledge Distillation: Bridging the Teacher-Student Gap Through Interleaved Sampling

2024-10-15 · Wenda Xu, Rujun Han, Zifeng Wang, Long T. Le, Dhruv Madeka, Lei LI, William Yang Wang, Rishabh Agarwal, Chen-Yu Lee, Tomas Pfister

Recent advances in knowledge distillation (KD) have enabled smaller student models to approach the performance of larger teacher models. However, popular methods such as supervised KD and on-policy KD, are adversely impacted by the knowledge gaps between teacher-student in practical scenarios. Supervised KD suffers from a distribution mismatch between training with a static dataset and inference over final student-generated outputs. Conversely, on-policy KD, which uses student-generated samples for training, can suffer from low-quality training examples with which teacher models are not familiar, resulting in inaccurate teacher feedback. To address these limitations, we introduce Speculative Knowledge Distillation (SKD), a novel approach that leverages cooperation between student and teacher models to generate high-quality training data on-the-fly while aligning with the student's inference-time distribution. In SKD, the student proposes tokens, and the teacher replaces poorly ranked ones based on its own distribution, transferring high-quality knowledge adaptively. We evaluate SKD on various text generation tasks, including translation, summarization, math, and instruction following, and show that SKD consistently outperforms existing KD methods across different domains, data sizes, and model initialization strategies.

📄 PDF Abstract BibTeX arXiv:2410.11325

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingKnowledge DistillationMathText Generation

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

Student Customized Knowledge Distillation: Bridging the Gap Between Student and Teacher

2021-01-01 · ICCV 2021 10 · Yichen Zhu, Yi Wang

Knowledge distillation (KD) transfers the dark knowledge from cumbersome networks (teacher) to lightweight (student) networks and expects the student to achieve more promising performance than training without the te…

image-classificationImage ClassificationKnowledge DistillationMulti-Task Learning+3

Knowledge Distillation with Training Wheels

2025-02-24 · Guanlin Liu, Anand Ramachandran, Tanmay Gangwani, Yan Fu 외

Knowledge distillation is used, in generative language modeling, to train a smaller student model using the help of a larger teacher model, resulting in improved capabilities for the student model. In this paper, we form…

Knowledge DistillationLanguage ModelingLanguage Modelling

C2KD: Bridging the Modality Gap for Cross-Modal Knowledge Distillation

2024-01-01 · CVPR 2024 1 · Fushuo Huo, Wenchao Xu, Jingcai Guo, Haozhao Wang 외

Existing Knowledge Distillation (KD) methods typically focus on transferring knowledge from a large-capacity teacher to a low-capacity student model achieving substantial success in unimodal knowledge transfer. Howev…

Knowledge DistillationTransfer Learning

BridgeTA: Bridging the Representation Gap in Knowledge Distillation via Teacher Assistant for Bird's Eye View Map Segmentation

2025-08-13 · Beomjun Kim, Suhan Woo, Sejong Heo, Euntai Kim arxiv

Bird's-Eye-View (BEV) map segmentation is one of the most important and challenging tasks in autonomous driving. Camera-only approaches have drawn attention as cost-effective alternatives to LiDAR, but they still fall be…

Knowledge DistillationAutonomous Driving

UniKD: Universal Knowledge Distillation for Mimicking Homogeneous or Heterogeneous Object Detectors

2023-01-01 · ICCV 2023 1 · Shanshan Lao, Guanglu Song, Boxiao Liu, Yu Liu 외

Knowledge distillation (KD) has become a standard method to boost the performance of lightweight object detectors. Most previous works are feature-based, where students mimic the features of homogeneous teacher detec…

Knowledge Distillation