paper-with-me

홈 › Papers

Can Students Outperform Teachers in Knowledge Distillation based Model Compression?

2021-01-01 · Xiang Deng, Zhongfei Zhang

Knowledge distillation (KD) is an effective technique to compress a large model (teacher) to a compact one (student) by knowledge transfer. The ideal case is that the teacher is compressed to the small student without any performance dropping. However, even for the state-of-the-art (SOTA) distillation approaches, there is still an obvious performance gap between the student and the teacher. The existing literature usually attributes this to model capacity differences between them. However, model capacity differences are unavoidable in model compression. In this work, we systematically study this question. By designing exploratory experiments, we find that model capacity differences are not necessarily the root reason, and the distillation data matters when the student capacity is greater than a threshold. In light of this, we propose to go beyond in-distribution distillation and accordingly develop KD+. KD+ is superior to the original KD as it outperforms KD and the other SOTA approaches substantially and is more compatible with the existing approaches to further improve their performances significantly.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationModel CompressionTransfer Learning

Similar Papers 제목 키워드 기반

Compress-Distill: Reasoning Trace Compression for Efficient Knowledge Distillation

2026-06-04 · Maxime Griot, Paul Steven Scotti, Tanishq Mathew Abraham arxiv

Reasoning models produce long chain-of-thought traces that are costly to distill and encourage verbose student outputs. We study post-hoc compression of such traces before knowledge distillation. Two teachers, Qwen3.5-39…

Knowledge Distillation

Distilled Siamese Networks for Visual Tracking

2019-07-24 · Jianbing Shen, Yuanpei Liu, Xingping Dong, Xiankai Lu 외

In recent years, Siamese network based trackers have significantly advanced the state-of-the-art in real-time tracking. Despite their success, Siamese trackers tend to suffer from high memory costs, which restrict their …

Knowledge DistillationObject TrackingVisual Tracking

On the Efficacy of Knowledge Distillation

2019-10-03 · ICCV 2019 10 · Jang Hyun Cho, Bharath Hariharan

In this paper, we present a thorough evaluation of the efficacy of knowledge distillation and its dependence on student and teacher architectures. Starting with the observation that more accurate teachers often don't mak…

Knowledge Distillation

Born Again Neural Networks

2018-05-12 · ICML 2018 7 · Tommaso Furlanello, Zachary C. Lipton, Michael Tschannen, Laurent Itti 외

Knowledge distillation (KD) consists of transferring knowledge from one machine learning model (the teacher}) to another (the student). Commonly, the teacher is a high-capacity model with formidable performance, while th…

Image ClassificationKnowledge DistillationLanguage Modeling

Better Teacher Better Student: Dynamic Prior Knowledge for Knowledge Distillation

2022-06-13 · Zengyu Qiu, Xinzhu Ma, Kunlin Yang, Chunya Liu 외

Knowledge distillation (KD) has shown very promising capabilities in transferring learning representations from large models (teachers) to small models (students). However, as the capacity gap between students and teache…

image-classificationImage ClassificationKnowledge DistillationModel Selection+2