paper-with-me

Papers

Parameter-Efficient and Student-Friendly Knowledge Distillation

2022-05-28 · Jun Rao, Xv Meng, Liang Ding, Shuhan Qi, DaCheng Tao

Knowledge distillation (KD) has been extensively employed to transfer the knowledge from a large teacher model to the smaller students, where the parameters of the teacher are fixed (or partially) during training. Recent studies show that this mode may cause difficulties in knowledge transfer due to the mismatched model capacities. To alleviate the mismatch problem, teacher-student joint training methods, e.g., online distillation, have been proposed, but it always requires expensive computational cost. In this paper, we present a parameter-efficient and student-friendly knowledge distillation method, namely PESF-KD, to achieve efficient and sufficient knowledge transfer by updating relatively few partial parameters. Technically, we first mathematically formulate the mismatch as the sharpness gap between their predictive distributions, where we show such a gap can be narrowed with the appropriate smoothness of the soft label. Then, we introduce an adapter module for the teacher and only update the adapter to obtain soft labels with appropriate smoothness. Experiments on a variety of benchmarks show that PESF-KD can significantly reduce the training cost while obtaining competitive results compared to advanced online distillation methods. Code will be released upon acceptance.

📄 PDF Abstract BibTeX arXiv:2205.15308

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationTransfer Learning

Methods 이 논문이 사용한 방법론

Adapter 설명 없음
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 제목 키워드 기반

Learning Student-Friendly Teacher Networks for Knowledge Distillation

2021-02-12 · NeurIPS 2021 12 · Dae Young Park, Moon-Hyun Cha, Changwook Jeong, Dae Sin Kim 외

We propose a novel knowledge distillation approach to facilitate the transfer of dark knowledge from a teacher to a student. Contrary to most of the existing methods that rely on effective training of student models give…

Knowledge DistillationTransfer Learning

Student-friendly Knowledge Distillation

2023-05-18 · Mengyang Yuan, Bo Lang, Fengnan Quan

In knowledge distillation, the knowledge from the teacher model is often too complex for the student model to thoroughly process. However, good teachers in real life always simplify complex material before teaching it to…

Knowledge Distillation

PromptKD: Distilling Student-Friendly Knowledge for Generative Language Models via Prompt Tuning

2024-02-20 · Gyeongman Kim, Doohyuk Jang, Eunho Yang

Recent advancements in large language models (LLMs) have raised concerns about inference costs, increasing the need for research into model compression. While knowledge distillation (KD) is a prominent method for this, r…

Instruction FollowingKnowledge DistillationModel Compression

One Student Knows All Experts Know: From Sparse to Dense

2022-01-26 · Fuzhao Xue, Xiaoxin He, Xiaozhe Ren, Yuxuan Lou 외

Human education system trains one student by multiple experts. Mixture-of-experts (MoE) is a powerful sparse architecture including multiple experts. However, sparse MoE model is easy to overfit, hard to deploy, and not …

AllKnowledge DistillationMixture-of-Experts

SFT-KD-Recon: Learning a Student-friendly Teacher for Knowledge Distillation in Magnetic Resonance Image Reconstruction

2023-04-11 · Matcha Naga Gayathri, Sriprabha Ramanarayanan, Mohammad Al Fahim, Rahul G S 외

Deep cascaded architectures for magnetic resonance imaging (MRI) acceleration have shown remarkable success in providing high-quality reconstruction. However, as the number of cascades increases, the improvements in reco…

Image ReconstructionKnowledge Distillation