paper-with-me

Papers

Student Network Learning via Evolutionary Knowledge Distillation

2021-03-23 · Kangkai Zhang, Chunhui Zhang, Shikun Li, Dan Zeng, Shiming Ge

Knowledge distillation provides an effective way to transfer knowledge via teacher-student learning, where most existing distillation approaches apply a fixed pre-trained model as teacher to supervise the learning of student network. This manner usually brings in a big capability gap between teacher and student networks during learning. Recent researches have observed that a small teacher-student capability gap can facilitate knowledge transfer. Inspired by that, we propose an evolutionary knowledge distillation approach to improve the transfer effectiveness of teacher knowledge. Instead of a fixed pre-trained teacher, an evolutionary teacher is learned online and consistently transfers intermediate knowledge to supervise student network learning on-the-fly. To enhance intermediate knowledge representation and mimicking, several simple guided modules are introduced between corresponding teacher-student blocks. In this way, the student can simultaneously obtain rich internal knowledge and capture its growth process, leading to effective student network learning. Extensive experiments clearly demonstrate the effectiveness of our approach as well as good adaptability in the low-resolution and few-sample visual recognition scenarios.

📄 PDF Abstract BibTeX arXiv:2103.13811

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

RoSearch: Search for Robust Student Architectures When Distilling Pre-trained Language Models

2021-06-07 · Xin Guo, Jianlei Yang, Haoyi Zhou, Xucheng Ye 외

Pre-trained language models achieve outstanding performance in NLP tasks. Various knowledge distillation methods have been proposed to reduce the heavy computation and storage requirements of pre-trained language models.…

Adversarial RobustnessKnowledge DistillationLanguage ModelingLanguage Modelling

DisWOT: Student Architecture Search for Distillation WithOut Training

2023-03-28 · CVPR 2023 1 · Peijie Dong, Lujun Li, Zimian Wei

Knowledge distillation (KD) is an effective training strategy to improve the lightweight student models under the guidance of cumbersome teachers. However, the large architecture difference across the teacher-student pai…

Knowledge Distillation

CoT-Evo: Evolutionary Distillation of Chain-of-Thought for Scientific Reasoning

2025-10-15 · Kehua Feng, Keyan Ding, Zhihui Zhu, Lei Liang 외 arxiv

While chain-of-thought (CoT) distillation from advanced large language models (LLMs) has proven effective in general reasoning tasks, it struggles in scientific domains where even advanced models often produce incorrect …

Student Customized Knowledge Distillation: Bridging the Gap Between Student and Teacher

2021-01-01 · ICCV 2021 10 · Yichen Zhu, Yi Wang

Knowledge distillation (KD) transfers the dark knowledge from cumbersome networks (teacher) to lightweight (student) networks and expects the student to achieve more promising performance than training without the te…

image-classificationImage ClassificationKnowledge DistillationMulti-Task Learning+3

KD-Zero: Evolving Knowledge Distiller for Any Teacher-Student Pairs

2023-09-21 · NeurIPS 2023 11

Knowledge distillation (KD) has emerged as an effective technique for compressing models that can enhance the lightweight model. Conventional KD methods propose various designs to allow student model to imitate the teac…