paper-with-me

Papers

DynamicKD: An Effective Knowledge Distillation via Dynamic Entropy Correction-Based Distillation for Gap Optimizing

2023-05-09 · Songling Zhu, Ronghua Shang, Bo Yuan, Weitong Zhang, Yangyang Li, Licheng Jiao

The knowledge distillation uses a high-performance teacher network to guide the student network. However, the performance gap between the teacher and student networks can affect the student's training. This paper proposes a novel knowledge distillation algorithm based on dynamic entropy correction to reduce the gap by adjusting the student instead of the teacher. Firstly, the effect of changing the output entropy (short for output information entropy) in the student on the distillation loss is analyzed in theory. This paper shows that correcting the output entropy can reduce the gap. Then, a knowledge distillation algorithm based on dynamic entropy correction is created, which can correct the output entropy in real-time with an entropy controller updated dynamically by the distillation loss. The proposed algorithm is validated on the CIFAR100 and ImageNet. The comparison with various state-of-the-art distillation algorithms shows impressive results, especially in the experiment on the CIFAR100 regarding teacher-student pair resnet32x4-resnet8x4. The proposed algorithm raises 2.64 points over the traditional distillation algorithm and 0.87 points over the state-of-the-art algorithm CRD in classification accuracy, demonstrating its effectiveness and efficiency.

📄 PDF Abstract BibTeX arXiv:2305.05233

Code (0)

등록된 구현이 없습니다.

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

Dynamic Knowledge Distillation for Pre-trained Language Models

2021-09-23 · EMNLP 2021 11 · Lei LI, Yankai Lin, Shuhuai Ren, Peng Li 외

Knowledge distillation~(KD) has been proved effective for compressing large-scale pre-trained language models. However, existing methods conduct KD statically, e.g., the student model aligns its output distribution to th…

Knowledge Distillation

EGAD: Entropy-Guided Adaptive Distillation for Token-Level Knowledge Transfer

2026-05-03 · Hao Zhang, Zhibin Zhang, Guangxin Wu, Wanyi Ning 외 arxiv

Large language models (LLMs) have achieved remarkable performance across diverse domains, yet their enormous computational and memory requirements hinder deployment in resource-constrained environments. Knowledge distill…

Knowledge Distillation

EA-KD: Entropy-based Adaptive Knowledge Distillation

2023-11-22 · Chi-Ping Su, Ching-Hsun Tseng, Bin Pu, Lei Zhao 외

Knowledge distillation (KD) enables a smaller "student" model to mimic a larger "teacher" model by transferring knowledge from the teacher's output or features. However, most KD methods treat all samples uniformly, overl…

image-classificationImage ClassificationKnowledge DistillationLanguage Modeling+5

Knowledge Distillation with Refined Logits

2024-08-14 · Wujie Sun, Defang Chen, Siwei Lyu, Genlang Chen 외

Recent research on knowledge distillation has increasingly focused on logit distillation because of its simplicity, effectiveness, and versatility in model compression. In this paper, we introduce Refined Logit Distillat…

Knowledge DistillationModel Compression

Distillation Dynamics: Towards Understanding Feature-Based Distillation in Vision Transformers

2025-11-10 · Huiyuan Tian, Bonan Xu, Shijian Li arxiv

While feature-based knowledge distillation has proven highly effective for compressing CNNs, these techniques unexpectedly fail when applied to Vision Transformers (ViTs), often performing worse than simple logit-based d…

Knowledge Distillation