用熵正则化蒸馏提升早期退出模型的效率与准确率
ERDE: Entropy-Regularized Distillation for Early-exit
- 通过熵正则化损失优化错误分类样本的蒸馏过程
- 在CIFAR10/100和SVHN上实现计算量显著降低且准确率不变
- 适合资源受限场景下的动态推理系统设计
尽管深度神经网络特别是卷积神经网络在图像分类中表现出色,但其仍存在高计算成本,难以用于实时或边缘计算。为此,研究者提出了多种压缩技术,并引入动态架构以在运行时调节压缩程度。本文将早期退出与知识蒸馏结合,从复杂教师模型训练一个轻量学生早期退出模型。核心贡献在于训练方法:相比传统蒸馏损失,新增基于熵的损失项,专门处理教师分类错误的样本。该方法有效平衡了准确率与效率,在CIFAR10、CIFAR100和SVHN数据集上的实验验证了其有效性,为知识蒸馏在其他场景的应用提供了新思路。
原文摘要 · Abstract (English)
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.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。