paper-with-me

Papers

Student Helping Teacher: Teacher Evolution via Self-Knowledge Distillation

2021-10-01 · Zheng Li, Xiang Li, Lingfeng Yang, Jian Yang, Zhigeng Pan

Knowledge distillation usually transfers the knowledge from a pre-trained cumbersome teacher network to a compact student network, which follows the classical teacher-teaching-student paradigm. Based on this paradigm, previous methods mostly focus on how to efficiently train a better student network for deployment. Different from the existing practices, in this paper, we propose a novel student-helping-teacher formula, Teacher Evolution via Self-Knowledge Distillation (TESKD), where the target teacher (for deployment) is learned with the help of multiple hierarchical students by sharing the structural backbone. The diverse feedback from multiple students allows the teacher to improve itself through the shared feature representations. The effectiveness of our proposed framework is demonstrated by extensive experiments with various network settings on two standard benchmarks including CIFAR-100 and ImageNet. Notably, when trained together with our proposed method, ResNet-18 achieves 79.15% and 71.14% accuracy on CIFAR-100 and ImageNet, outperforming the baseline results by 4.74% and 1.43%, respectively. The code is available at: https://github.com/zhengli427/TESKD.

📄 PDF Abstract BibTeX arXiv:2110.00329

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationSelf-Knowledge Distillation

Similar Papers 제목 키워드 기반

Self-Evolution Knowledge Distillation for LLM-based Machine Translation

2024-12-19 · Yuncheng Song, Liang Ding, Changtong Zan, ShuJian Huang

Knowledge distillation (KD) has shown great promise in transferring knowledge from larger teacher models to smaller student models. However, existing KD strategies for large language models often minimize output distribu…

Knowledge DistillationMachine TranslationTransfer LearningTranslation

Student Network Learning via Evolutionary Knowledge Distillation

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

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 stu…

Knowledge DistillationTransfer Learning

INSIGHT: Bridging the Student-Teacher Gap in Times of Large Language Models

2025-04-24 · Jarne Thys, Sebe Vanbrabant, Davy Vanacken, Gustavo Rovelo Ruiz

The rise of AI, especially Large Language Models, presents challenges and opportunities to integrate such technology into the classroom. AI has the potential to revolutionize education by helping teaching staff with vari…

Teacher-Guided Student Self-Knowledge Distillation Using Diffusion Model

2026-02-02 · Yu Wang, Chuanguang Yang, Zhulin An, Weilun Feng 외 arxiv

Existing Knowledge Distillation (KD) methods often align feature information between teacher and student by exploring meaningful feature processing and loss functions. However, due to the difference in feature distributi…

Knowledge Distillation

Snowball: Iterative Model Evolution and Confident Sample Discovery for Semi-Supervised Learning on Very Small Labeled Datasets

2019-09-04 · Yang Li, Jianhe Yuan, Zhiqun Zhao, Hao Sun 외

In this work, we develop a joint sample discovery and iterative model evolution method for semi-supervised learning on very small labeled training sets. We propose a master-teacher-student model framework to provide mult…