paper-with-me

홈 › Papers

ERDE: Entropy-Regularized Distillation for Early-exit

2025-10-06 · Martial Guidez, Stefan Duffner, Yannick Alpou, Oscar Röth, Christophe Garcia arxiv

Although deep neural networks and in particular Convolutional Neural Networks have demonstrated state-of-the-art performance in image classification with relatively high efficiency, they still exhibit high computational costs, often rendering them impractical for real-time and edge applications. Therefore, a multitude of compression techniques have been developed to reduce these costs while maintaining accuracy. In addition, dynamic architectures have been introduced to modulate the level of compression at execution time, which is a desirable property in many resource-limited application scenarios. The proposed method effectively integrates two well-established optimization techniques: early exits and knowledge distillation, where a reduced student early-exit model is trained from a more complex teacher early-exit model. The primary contribution of this research lies in the approach for training the student early-exit model. In comparison to the conventional Knowledge Distillation loss, our approach incorporates a new entropy-based loss for images where the teacher's classification was incorrect. The proposed method optimizes the trade-off between accuracy and efficiency, thereby achieving significant reductions in computational complexity without compromising classification performance. The validity of this approach is substantiated by experimental results on image classification datasets CIFAR10, CIFAR100 and SVHN, which further opens new research perspectives for Knowledge Distillation in other contexts.

📄 PDF Abstract BibTeX arXiv:2510.04856

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge DistillationImage Classification

Similar Papers 제목 키워드 기반

Beyond Exact Gradients: Convergence of Stochastic Soft-Max Policy Gradient Methods with Entropy Regularization

2021-10-19 · Yuhao Ding, Junzi Zhang, Hyunin Lee, Javad Lavaei

Entropy regularization is an efficient technique for encouraging exploration and preventing a premature convergence of (vanilla) policy gradient methods in reinforcement learning (RL). However, the theoretical understand…

Policy Gradient MethodsReinforcement Learning (RL)

GAML-BERT: Improving BERT Early Exiting by Gradient Aligned Mutual Learning

2021-11-01 · EMNLP 2021 11 · Wei Zhu, Xiaoling Wang, Yuan Ni, Guotong Xie

In this work, we propose a novel framework, Gradient Aligned Mutual Learning BERT (GAML-BERT), for improving the early exiting of BERT. GAML-BERT’s contributions are two-fold. We conduct a set of pilot experiments, which…

Knowledge Distillation

The Impact of US Medical Product Regulatory Complexity on Innovation: Preliminary Evidence of Interdependence, Early Acceleration, and Subsequent Inversion

2022-11-21 · Iraj Daizadeh

Is the complexity of medical product (medicines and medical devices) regulation impacting innovation in the US? If so, how? Here, this question is investigated as follows: Various novel proxy metrics of regulation (FDA-i…

KL-Entropy-Regularized RL with a Generative Model is Minimax Optimal

2022-05-27 · Tadashi Kozuno, Wenhao Yang, Nino Vieillard, Toshinori Kitamura 외

In this work, we consider and analyze the sample complexity of model-free reinforcement learning with a generative model. Particularly, we analyze mirror descent value iteration (MDVI) by Geist et al. (2019) and Vieillar…

reinforcement-learningReinforcement Learning (RL)

RomeBERT: Robust Training of Multi-Exit BERT

2021-01-24 · Shijie Geng, Peng Gao, Zuohui Fu, Yongfeng Zhang

BERT has achieved superior performances on Natural Language Understanding (NLU) tasks. However, BERT possesses a large number of parameters and demands certain resources to deploy. For acceleration, Dynamic Early Exiting…

Natural Language Understanding