paper-with-me

Papers

Student-Oriented Teacher Knowledge Refinement for Knowledge Distillation

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

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 primarily follow a teacher-oriented paradigm that imposes the task of learning the teacher's complex knowledge onto the student network. However, significant disparities in model capacity and architectural design hinder the student's comprehension of the complex knowledge imparted by the teacher, resulting in sub-optimal performance. This paper introduces a novel perspective emphasizing student-oriented and refining the teacher's knowledge to better align with the student's needs, thereby improving knowledge transfer effectiveness. Specifically, we present the Student-Oriented Knowledge Distillation (SoKD), which incorporates a learnable feature augmentation strategy during training to refine the teacher's knowledge of the student dynamically. Furthermore, we deploy the Distinctive Area Detection Module (DAM) to identify areas of mutual interest between the teacher and student, concentrating knowledge transfer within these critical areas to avoid transferring irrelevant information. This customized module ensures a more focused and effective knowledge distillation process. Our approach, functioning as a plug-in, could be integrated with various knowledge distillation methods. Extensive experimental results demonstrate the efficacy and generalizability of our method.

📄 PDF Abstract BibTeX arXiv:2409.18785

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.…
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Amalgamating Knowledge from Two Teachers for Task-oriented Dialogue System with Adversarial Training

2020-11-01 · EMNLP 2020 11 · Wanwei He, Min Yang, Rui Yan, Chengming Li 외

The challenge of both achieving task completion by querying the knowledge base and generating human-like responses for task-oriented dialogue systems is attracting increasing research attention. In this paper, we propose…

Generative Adversarial NetworkTask-Oriented Dialogue Systems

Toward Student-Oriented Teacher Network Training For Knowledge Distillation

2022-06-14 · chengyu dong, Liyuan Liu, Jingbo Shang

How to conduct teacher training for knowledge distillation is still an open problem. It has been widely observed that a best-performing teacher does not necessarily yield the best-performing student, suggesting a fundame…

Data AugmentationKnowledge Distillation

FD-CanKD: Frequency-Decoupled Cross-Attention Distillation as a Refinement Prior for Compact Object Detectors

2026-08-19 · YoungJae Cheong, Jhonghyun An arxiv

Compact object detectors are suitable for resource-constrained visual perception, but their limited representation capacity creates an accuracy gap relative to large models. Conventional detector distillation often relie…

Knowledge Distillation

Evaluation-oriented Knowledge Distillation for Deep Face Recognition

2022-06-06 · CVPR 2022 1 · Yuge Huang, Jiaxiang Wu, Xingkun Xu, Shouhong Ding

Knowledge distillation (KD) is a widely-used technique that utilizes large networks to improve the performance of compact models. Previous KD approaches usually aim to guide the student to mimic the teacher's behavior co…

Face RecognitionKnowledge DistillationTransfer Learning

Knowledge Squeezed Adversarial Network Compression

2019-04-10 · Shu Changyong, Li Peng, Xie Yuan, Qu Yanyun 외

Deep network compression has been achieved notable progress via knowledge distillation, where a teacher-student learning manner is adopted by using predetermined loss. Recently, more focuses have been transferred to empl…

Knowledge DistillationTransfer Learning