paper-with-me

홈 › Papers

Distilling a Powerful Student Model via Online Knowledge Distillation

2021-03-26 · Shaojie Li, Mingbao Lin, Yan Wang, Yongjian Wu, Yonghong Tian, Ling Shao, Rongrong Ji

Existing online knowledge distillation approaches either adopt the student with the best performance or construct an ensemble model for better holistic performance. However, the former strategy ignores other students' information, while the latter increases the computational complexity during deployment. In this paper, we propose a novel method for online knowledge distillation, termed FFSD, which comprises two key components: Feature Fusion and Self-Distillation, towards solving the above problems in a unified framework. Different from previous works, where all students are treated equally, the proposed FFSD splits them into a leader student and a common student set. Then, the feature fusion module converts the concatenation of feature maps from all common students into a fused feature map. The fused representation is used to assist the learning of the leader student. To enable the leader student to absorb more diverse information, we design an enhancement strategy to increase the diversity among students. Besides, a self-distillation module is adopted to convert the feature map of deeper layers into a shallower one. Then, the shallower layers are encouraged to mimic the transformed feature maps of the deeper layers, which helps the students to generalize better. After training, we simply adopt the leader student, which achieves superior performance, over the common students, without increasing the storage or inference cost. Extensive experiments on CIFAR-100 and ImageNet demonstrate the superiority of our FFSD over existing works. The code is available at https://github.com/SJLeo/FFSD.

📄 PDF Abstract BibTeX arXiv:2103.14473

Code (1)

SJLeo/FFSD 공식 구현 pytorch

Tasks

Knowledge Distillation

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

Online Knowledge Distillation for Efficient Pose Estimation

2021-08-04 · ICCV 2021 10 · Zheng Li, Jingwen Ye, Mingli Song, Ying Huang 외

Existing state-of-the-art human pose estimation methods require heavy computational resources for accurate predictions. One promising technique to obtain an accurate yet lightweight pose estimator is knowledge distillati…

Knowledge DistillationPose Estimation

Masking Teacher and Reinforcing Student for Distilling Vision-Language Models

2025-12-23 · Byung-Kwan Lee, Yu-Chiang Frank Wang, Ryo Hachiuma arxiv

Large-scale vision-language models (VLMs) have recently achieved remarkable multimodal understanding, but their massive size makes them impractical for deployment on mobile or edge devices. This raises the need for compa…

Reinforcement LearningOffline RL

Distilling Image Classifiers in Object Detectors

2021-06-09 · NeurIPS 2021 12 · Shuxuan Guo, Jose M. Alvarez, Mathieu Salzmann

Knowledge distillation constitutes a simple yet effective way to improve the performance of a compact student network by exploiting the knowledge of a more powerful teacher. Nevertheless, the knowledge distillation liter…

Knowledge DistillationObjectobject-detectionObject Detection+1

Introspective Learning by Distilling Knowledge from Online Self-explanation

2020-09-19 · Jindong Gu, Zhiliang Wu, Volker Tresp

In recent years, many explanation methods have been proposed to explain individual classifications of deep neural networks. However, how to leverage the created explanations to improve the learning process has been less …

Knowledge Distillation

PADD: Path-Aligned Decompression Distillation for Non-Router Teacher to Guide MoE Student Learning

2026-06-09 · Xinyue Peng, Yi Qian, Jiaojiao Lin, Wenjian Shao 외 arxiv

As large language models (LLMs) continue to scale, it becomes increasingly challenging to grow model capacity under fixed computation budgets. We propose Path-Aligned Decompression Distillation (PADD), a framework for di…

Knowledge DistillationMathematical Reasoning