paper-with-me

홈 › 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, Bohyung Han

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 given pretrained teachers, we aim to learn the teacher models that are friendly to students and, consequently, more appropriate for knowledge transfer. In other words, at the time of optimizing a teacher model, the proposed algorithm learns the student branches jointly to obtain student-friendly representations. Since the main goal of our approach lies in training teacher models and the subsequent knowledge distillation procedure is straightforward, most of the existing knowledge distillation methods can adopt this technique to improve the performance of diverse student models in terms of accuracy and convergence speed. The proposed algorithm demonstrates outstanding accuracy in several well-known knowledge distillation techniques with various combinations of teacher and student models even in the case that their architectures are heterogeneous and there is no prior knowledge about student models at the time of training teacher networks.

📄 PDF Abstract BibTeX arXiv:2102.07650

Code (0)

등록된 구현이 없습니다.

Tasks

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

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

Parameter-Efficient and Student-Friendly Knowledge Distillation

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

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…

Knowledge DistillationTransfer Learning

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

Prune Your Model Before Distill It

2021-09-30 · Jinhyuk Park, Albert No

Knowledge distillation transfers the knowledge from a cumbersome teacher to a small student. Recent results suggest that the student-friendly teacher is more appropriate to distill since it provides more transferable kno…

Knowledge DistillationmodelNeural Network Compression

Distillation Matters: Empowering Sequential Recommenders to Match the Performance of Large Language Model

2024-05-01 · Yu Cui, Feng Liu, Pengbo Wang, Bohao Wang 외

Owing to their powerful semantic reasoning capabilities, Large Language Models (LLMs) have been effectively utilized as recommenders, achieving impressive performance. However, the high inference latency of LLMs signific…

Knowledge DistillationLanguage ModelingLanguage ModellingLarge Language Model