paper-with-me

Papers

Can Students Beyond The Teacher? Distilling Knowledge from Teacher's Bias

2024-12-13 · Jianhua Zhang, Yi Gao, Ruyu Liu, Xu Cheng, Houxiang Zhang, ShengYong Chen

Knowledge distillation (KD) is a model compression technique that transfers knowledge from a large teacher model to a smaller student model to enhance its performance. Existing methods often assume that the student model is inherently inferior to the teacher model. However, we identify that the fundamental issue affecting student performance is the bias transferred by the teacher. Current KD frameworks transmit both right and wrong knowledge, introducing bias that misleads the student model. To address this issue, we propose a novel strategy to rectify bias and greatly improve the student model's performance. Our strategy involves three steps: First, we differentiate knowledge and design a bias elimination method to filter out biases, retaining only the right knowledge for the student model to learn. Next, we propose a bias rectification method to rectify the teacher model's wrong predictions, fundamentally addressing bias interference. The student model learns from both the right knowledge and the rectified biases, greatly improving its prediction accuracy. Additionally, we introduce a dynamic learning approach with a loss function that updates weights dynamically, allowing the student model to quickly learn right knowledge-based easy tasks initially and tackle hard tasks corresponding to biases later, greatly enhancing the student model's learning efficiency. To the best of our knowledge, this is the first strategy enabling the student model to surpass the teacher model. Experiments demonstrate that our strategy, as a plug-and-play module, is versatile across various mainstream KD frameworks. We will release our code after the paper is accepted.

📄 PDF Abstract BibTeX arXiv:2412.09874

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel Compression

Similar Papers 제목 키워드 기반

Trust the uncertain teacher: distilling dark knowledge via calibrated uncertainty

2026-02-13 · Jeonghyun Kim, SooKyung Kim, Richeng Xuan, Hyunsoo Cho arxiv

The core of knowledge distillation lies in transferring the teacher's rich 'dark knowledge'-subtle probabilistic patterns that reveal how classes are related and the distribution of uncertainties. While this idea is well…

Knowledge Distillation

PrUE: Distilling Knowledge from Sparse Teacher Networks

2022-07-03 · Shaopu Wang, Xiaojun Chen, Mengzhen Kou, Jinqiao Shi

Although deep neural networks have enjoyed remarkable success across a wide variety of tasks, their ever-increasing size also imposes significant overhead on deployment. To compress these models, knowledge distillation w…

Knowledge Distillation

Analyzing the Confidentiality of Undistillable Teachers in Knowledge Distillation

2021-12-01 · NeurIPS 2021 12 · Souvik Kundu, Qirui Sun, Yao Fu, Massoud Pedram 외

Knowledge distillation (KD) has recently been identified as a method that can unintentionally leak private information regarding the details of a teacher model to an unauthorized student. Recent research in developing un…

Knowledge Distillation

DLink: Distilling Layer-wise and Dominant Knowledge from EEG Foundation Models

2026-04-16 · Jingyuan Wang, Zhihao Jia, Chenyu Liu, Xinliang Zhou 외 arxiv

EEG foundation models (EFMs) achieve strong cross-subject and cross-task generalization through large-scale pretraining and downstream fine-tuning. Through empirical analysis, we observe that (i) task-adapted EFMs provid…

Knowledge Distillation

Merge-of-Thought Distillation

2025-09-10 · Zhanming Shen, Zeyu Qin, Zenan Huang, Hao Chen 외 arxiv

Efficient reasoning distillation for long chain-of-thought (CoT) models is increasingly constrained by the assumption of a single oracle teacher, despite the practical availability of multiple candidate teachers and grow…