🤖 AI Summary
Conventional knowledge distillation overlooks confidence variations in teacher predictions, limiting knowledge transfer efficiency. To address this, we propose an uncertainty-aware dual-student distillation framework that, for the first time, incorporates teacher prediction uncertainty estimates—such as entropy or variance—into a weighted distillation loss. Furthermore, we design a heterogeneous co-training mechanism between ResNet-18 and MobileNetV2 students to enable uncertainty-guided mutual learning. Our approach significantly improves compact model performance on ImageNet-100: ResNet-18 achieves 83.84% top-1 accuracy (+2.04% over baseline), while MobileNetV2 reaches 81.46% (+0.92%). These results empirically validate that explicit uncertainty modeling and heterogeneous student collaboration substantially enhance knowledge distillation efficacy.
📝 Abstract
Knowledge distillation has emerged as a powerful technique for model compression, enabling the transfer of knowledge from large teacher networks to compact student models. However, traditional knowledge distillation methods treat all teacher predictions equally, regardless of the teacher's confidence in those predictions. This paper proposes an uncertainty-aware dual-student knowledge distillation framework that leverages teacher prediction uncertainty to selectively guide student learning. We introduce a peer-learning mechanism where two heterogeneous student architectures, specifically ResNet-18 and MobileNetV2, learn collaboratively from both the teacher network and each other. Experimental results on ImageNet-100 demonstrate that our approach achieves superior performance compared to baseline knowledge distillation methods, with ResNet-18 achieving 83.84% top-1 accuracy and MobileNetV2 achieving 81.46% top-1 accuracy, representing improvements of 2.04% and 0.92% respectively over traditional single-student distillation approaches.