paper-with-me

Papers

Progressive distillation induces an implicit curriculum

2024-10-07 · Abhishek Panigrahi, Bingbin Liu, Sadhika Malladi, Andrej Risteski, Surbhi Goel

Knowledge distillation leverages a teacher model to improve the training of a student model. A persistent challenge is that a better teacher does not always yield a better student, to which a common mitigation is to use additional supervision from several ``intermediate'' teachers. One empirically validated variant of this principle is progressive distillation, where the student learns from successive intermediate checkpoints of the teacher. Using sparse parity as a sandbox, we identify an implicit curriculum as one mechanism through which progressive distillation accelerates the student's learning. This curriculum is available only through the intermediate checkpoints but not the final converged one, and imparts both empirical acceleration and a provable sample complexity benefit to the student. We then extend our investigation to Transformers trained on probabilistic context-free grammars (PCFGs) and real-world pre-training datasets (Wikipedia and Books). Through probing the teacher model, we identify an analogous implicit curriculum where the model progressively learns features that capture longer context. Our theoretical and empirical findings on sparse parity, complemented by empirical observations on more complex tasks, highlight the benefit of progressive distillation via implicit curriculum across setups.

📄 PDF Abstract BibTeX arXiv:2410.05464

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Distillation

Similar Papers 제목 키워드 기반

Efficient Knowledge Distillation via Curriculum Extraction

2025-03-21 · Shivam Gupta, Sushrut Karmalkar

Knowledge distillation is a technique used to train a small student network using the output generated by a large teacher network, and has many empirical advantages~\citep{Hinton2015DistillingTK}. While the standard one-…

Knowledge DistillationLanguage ModelingLanguage Modelling

Curriculum Learning-Guided Progressive Distillation in Large Language Models

2026-05-11 · Jincheng Cao, Fanzhi Zeng, Leqi Liu, Aryan Mokhtari arxiv

Knowledge distillation is a key technique for transferring the capabilities of large language models (LLMs) into smaller, more efficient student models. Existing distillation approaches often overlook two critical factor…

Knowledge Distillation

Curriculum Coarse-to-Fine Selection for High-IPC Dataset Distillation

2025-03-24 · CVPR 2025 1 · Yanda Chen, Gongwei Chen, Miao Zhang, Weili Guan 외

Dataset distillation (DD) excels in synthesizing a small number of images per class (IPC) but struggles to maintain its effectiveness in high-IPC settings. Recent works on dataset distillation demonstrate that combining …

Dataset Distillation

SelecTKD: Selective Token-Weighted Knowledge Distillation for LLMs

2025-10-28 · Haiduo Huang, Jiangcheng Song, Yadong Zhang, Pengju Ren arxiv

Knowledge distillation (KD) is a standard route to compress Large Language Models (LLMs) into compact students, yet most pipelines uniformly apply token-wise loss regardless of teacher confidence. This indiscriminate sup…

Knowledge DistillationMathematical ReasoningInstruction FollowingCode Generation

Curriculum Temperature for Knowledge Distillation

2022-11-29 · Zheng Li, Xiang Li, Lingfeng Yang, Borui Zhao 외

Most existing distillation methods ignore the flexible role of the temperature in the loss function and fix it as a hyper-parameter that can be decided by an inefficient grid search. In general, the temperature controls …

Image ClassificationKnowledge Distillation