paper-with-me

홈 › Papers

Efficient Knowledge Distillation from Model Checkpoints

2022-10-12 · Chaofei Wang, Qisen Yang, Rui Huang, Shiji Song, Gao Huang

Knowledge distillation is an effective approach to learn compact models (students) with the supervision of large and strong models (teachers). As empirically there exists a strong correlation between the performance of teacher and student models, it is commonly believed that a high performing teacher is preferred. Consequently, practitioners tend to use a well trained network or an ensemble of them as the teacher. In this paper, we make an intriguing observation that an intermediate model, i.e., a checkpoint in the middle of the training procedure, often serves as a better teacher compared to the fully converged model, although the former has much lower accuracy. More surprisingly, a weak snapshot ensemble of several intermediate models from a same training trajectory can outperform a strong ensemble of independently trained and fully converged models, when they are used as teachers. We show that this phenomenon can be partially explained by the information bottleneck principle: the feature representations of intermediate models can have higher mutual information regarding the input, and thus contain more "dark knowledge" for effective distillation. We further propose an optimal intermediate teacher selection algorithm based on maximizing the total task-related mutual information. Experiments verify its effectiveness and applicability.

📄 PDF Abstract BibTeX arXiv:2210.06458

Code (1)

leaplabthu/checkpointkd 공식 구현 pytorch

Tasks

Knowledge Distillationmodel

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

Progressive distillation induces an implicit curriculum

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

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 …

Knowledge Distillation

Online Distilling from Checkpoints for Neural Machine Translation

2019-06-01 · NAACL 2019 6 · Hao-Ran Wei, Shu-Jian Huang, Ran Wang, Xin-yu Dai 외

Current predominant neural machine translation (NMT) models often have a deep structure with large amounts of parameters, making these models hard to train and easily suffering from over-fitting. A common practice is to …

Knowledge DistillationMachine TranslationNMTReading Comprehension+1

Effective Pre-Training of Audio Transformers for Sound Event Detection

2024-09-14 · Florian Schmid, Tobias Morocutti, Francesco Foscarin, Jan Schlüter 외

We propose a pre-training pipeline for audio spectrogram transformers for frame-level sound event detection tasks. On top of common pre-training steps, we add a meticulously designed training routine on AudioSet frame-le…

Data AugmentationEvent DetectionKnowledge DistillationSound Event Detection

Pre-trained Summarization Distillation

2020-10-24 · Sam Shleifer, Alexander M. Rush

Recent state-of-the-art approaches to summarization utilize large pre-trained Transformer models. Distilling these models to smaller student models has become critically important for practical use; however there are man…

Knowledge DistillationMachine TranslationTranslation