English

EA-KD: Entropy-based Adaptive Knowledge Distillation

Computer Vision and Pattern Recognition 2025-08-12 v3

Abstract

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, overlooking the varying learning value of each sample and thereby limiting their effectiveness. In this paper, we propose Entropy-based Adaptive Knowledge Distillation (EA-KD), a simple yet effective plug-and-play KD method that prioritizes learning from valuable samples. EA-KD quantifies each sample's learning value by strategically combining the entropy of the teacher and student output, then dynamically reweights the distillation loss to place greater emphasis on high-entropy samples. Extensive experiments across diverse KD frameworks and tasks -- including image classification, object detection, and large language model (LLM) distillation -- demonstrate that EA-KD consistently enhances performance, achieving state-of-the-art results with negligible computational cost. Code is available at: https://github.com/cpsu00/EA-KD

Keywords

Cite

@article{arxiv.2311.13621,
  title  = {EA-KD: Entropy-based Adaptive Knowledge Distillation},
  author = {Chi-Ping Su and Ching-Hsun Tseng and Bin Pu and Lei Zhao and Jiewen Yang and Zhuangzhuang Chen and Shin-Jye Lee},
  journal= {arXiv preprint arXiv:2311.13621},
  year   = {2025}
}

Comments

Accepted to ICCV 2025

R2 v1 2026-06-28T13:28:55.488Z