paper-with-me

Papers

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 teacher's knowledge. However, a counter-intuitive argument is that better teachers do not make better students due to the capacity mismatch. To this end, we present a novel adaptive knowledge distillation method to complement traditional approaches. The proposed method, named as Student Customized Knowledge Distillation (SCKD), examines the capacity mismatch between teacher and student from the perspective of gradient similarity. We formulate the knowledge distillation as a multi-task learning problem so that the teacher transfers knowledge to the student only if the student can benefit from learning such knowledge. We validate our methods on multiple datasets with various teacher-student configurations on image classification, object detection, and semantic segmentation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage ClassificationKnowledge DistillationMulti-Task Learningobject-detectionObject DetectionSemantic Segmentation

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

C2KD: Bridging the Modality Gap for Cross-Modal Knowledge Distillation

2024-01-01 · CVPR 2024 1 · Fushuo Huo, Wenchao Xu, Jingcai Guo, Haozhao Wang 외

Existing Knowledge Distillation (KD) methods typically focus on transferring knowledge from a large-capacity teacher to a low-capacity student model achieving substantial success in unimodal knowledge transfer. Howev…

Knowledge DistillationTransfer Learning

Student-Oriented Teacher Knowledge Refinement for Knowledge Distillation

2024-09-27 · Chaomin Shen, Yaomin Huang, Haokun Zhu, Jinsong Fan 외

Knowledge distillation has become widely recognized for its ability to transfer knowledge from a large teacher network to a compact and more streamlined student network. Traditional knowledge distillation methods primari…

Knowledge DistillationTransfer Learning

Distilling Knowledge from Heterogeneous Architectures for Semantic Segmentation

2025-04-10 · Yanglin Huang, Kai Hu, Yuan Zhang, Zhineng Chen 외

Current knowledge distillation (KD) methods for semantic segmentation focus on guiding the student to imitate the teacher's knowledge within homogeneous architectures. However, these methods overlook the diverse knowledg…

Knowledge DistillationSemantic Segmentation

Speculative Knowledge Distillation: Bridging the Teacher-Student Gap Through Interleaved Sampling

2024-10-15 · Wenda Xu, Rujun Han, Zifeng Wang, Long T. Le 외

Recent advances in knowledge distillation (KD) have enabled smaller student models to approach the performance of larger teacher models. However, popular methods such as supervised KD and on-policy KD, are adversely impa…

Instruction FollowingKnowledge DistillationMathText Generation

From Knowledge Distillation to Self-Knowledge Distillation: A Unified Approach with Normalized Loss and Customized Soft Labels

2023-03-23 · ICCV 2023 1 · Zhendong Yang, Ailing Zeng, Zhe Li, Tianke Zhang 외

Knowledge Distillation (KD) uses the teacher's prediction logits as soft labels to guide the student, while self-KD does not need a real teacher to require the soft labels. This work unifies the formulations of the two t…

Knowledge DistillationSelf-Knowledge Distillation