paper-with-me

홈 › Papers

Practical Insights into Knowledge Distillation for Pre-Trained Models

2024-02-22 · Norah Alballa, Marco Canini

This research investigates the enhancement of knowledge distillation (KD) processes in pre-trained models, an emerging field in knowledge transfer with significant implications for distributed training and federated learning environments. These environments benefit from reduced communication demands and accommodate various model architectures. Despite the adoption of numerous KD approaches for transferring knowledge among pre-trained models, a comprehensive understanding of KD's application in these scenarios is lacking. Our study conducts an extensive comparison of multiple KD techniques, including standard KD, tuned KD (via optimized temperature and weight parameters), deep mutual learning, and data partitioning KD. We assess these methods across various data distribution strategies to identify the most effective contexts for each. Through detailed examination of hyperparameter tuning, informed by extensive grid search evaluations, we pinpoint when adjustments are crucial to enhance model performance. This paper sheds light on optimal hyperparameter settings for distinct data partitioning scenarios and investigates KD's role in improving federated learning by minimizing communication rounds and expediting the training process. By filling a notable void in current research, our findings serve as a practical framework for leveraging KD in pre-trained models within collaborative and federated learning frameworks.

📄 PDF Abstract BibTeX arXiv:2402.14922

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningKnowledge DistillationTransfer Learning

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

One-Teacher and Multiple-Student Knowledge Distillation on Sentiment Classification

2022-10-01 · COLING 2022 10 · Xiaoqin Chang, Sophia Yat Mei Lee, Suyang Zhu, Shoushan Li 외

Knowledge distillation is an effective method to transfer knowledge from a large pre-trained teacher model to a compacted student model. However, in previous studies, the distilled student models are still large and rema…

Ensemble LearningKnowledge DistillationSentiment AnalysisSentiment Classification

Towards Understanding Knowledge Distillation

2021-05-27 · Mary Phuong, Christoph H. Lampert

Knowledge distillation, i.e., one classifier being trained on the outputs of another classifier, is an empirically very successful technique for knowledge transfer between classifiers. It has even been observed that clas…

Knowledge DistillationTransfer Learning

Data-to-Model Distillation: Data-Efficient Learning Framework

2024-11-19 · Ahmad Sajedi, Samir Khaki, Lucy Z. Liu, Ehsan Amjadian 외

Dataset distillation aims to distill the knowledge of a large-scale real dataset into small yet informative synthetic data such that a model trained on it performs as well as a model trained on the full dataset. Despite …

Computational EfficiencyDataset DistillationmodelNeural Architecture Search

Leave No Knowledge Behind During Knowledge Distillation: Towards Practical and Effective Knowledge Distillation for Code-Switching ASR Using Realistic Data

2024-07-15 · Liang-Hsuan Tseng, Zih-Ching Chen, Wei-Shun Chang, Cheng-Kuang Lee 외

Recent advances in automatic speech recognition (ASR) often rely on large speech foundation models for generating high-quality transcriptions. However, these models can be impractical due to limited computing resources. …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge Distillationspeech-recognition+1

Toward Theoretical Insights into Diffusion Trajectory Distillation via Operator Merging

2025-05-21 · Weiguo Gao, Ming Li

Diffusion trajectory distillation methods aim to accelerate sampling in diffusion models, which produce high-quality outputs but suffer from slow sampling speeds. These methods train a student model to approximate the mu…

Denoising