paper-with-me

홈 › Papers

Knowledge Distillation Based on Transformed Teacher Matching

2024-02-17 · Kaixiang Zheng, En-hui Yang

As a technique to bridge logit matching and probability distribution matching, temperature scaling plays a pivotal role in knowledge distillation (KD). Conventionally, temperature scaling is applied to both teacher's logits and student's logits in KD. Motivated by some recent works, in this paper, we drop instead temperature scaling on the student side, and systematically study the resulting variant of KD, dubbed transformed teacher matching (TTM). By reinterpreting temperature scaling as a power transform of probability distribution, we show that in comparison with the original KD, TTM has an inherent R\'enyi entropy term in its objective function, which serves as an extra regularization term. Extensive experiment results demonstrate that thanks to this inherent regularization, TTM leads to trained students with better generalization than the original KD. To further enhance student's capability to match teacher's power transformed probability distribution, we introduce a sample-adaptive weighting coefficient into TTM, yielding a novel distillation approach dubbed weighted TTM (WTTM). It is shown, by comprehensive experiments, that although WTTM is simple, it is effective, improves upon TTM, and achieves state-of-the-art accuracy performance. Our source code is available at https://github.com/zkxufo/TTM.

📄 PDF Abstract BibTeX arXiv:2402.11148

Code (1)

zkxufo/TTM 공식 구현 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 제목 키워드 기반

Revisiting Intermediate-Layer Matching in Knowledge Distillation: Layer-Selection Strategy Doesn't Matter (Much)

2025-02-06 · Zony Yu, Yuqiao Wen, Lili Mou

Knowledge distillation (KD) is a popular method of transferring knowledge from a large "teacher" model to a small "student" model. KD can be divided into two categories: prediction matching and intermediate-layer matchin…

Knowledge Distillation

D$^3$ETR: Decoder Distillation for Detection Transformer

2022-11-17 · Xiaokang Chen, Jiahui Chen, Yan Liu, Gang Zeng

While various knowledge distillation (KD) methods in CNN-based detectors show their effectiveness in improving small students, the baselines and recipes for DETR-based detectors are yet to be built. In this paper, we foc…

DecoderKnowledge Distillation

Does Knowledge Distillation Really Work?

2021-06-10 · NeurIPS 2021 12 · Samuel Stanton, Pavel Izmailov, Polina Kirichenko, Alexander A. Alemi 외

Knowledge distillation is a popular technique for training a small student network to emulate a larger teacher model, such as an ensemble of networks. We show that while knowledge distillation can improve student general…

Knowledge Distillation

Everything old is new again: A multi-view learning approach to learning using privileged information and distillation

2019-03-08 · Weiran Wang

We adopt a multi-view approach for analyzing two knowledge transfer settings---learning using privileged information (LUPI) and distillation---in a common framework. Under reasonable assumptions about the complexities of…

MULTI-VIEW LEARNINGTransfer Learning

Precise Knowledge Transfer via Flow Matching

2024-02-03 · Shitong Shao, Zhiqiang Shen, Linrui Gong, Huanran Chen 외

In this paper, we propose a novel knowledge transfer framework that introduces continuous normalizing flows for progressive knowledge transformation and leverages multi-step sampling strategies to achieve precision knowl…

Transfer Learning