Cross-View Consistency Regularisation for Knowledge Distillation
Weijia Zhang, Dongnan Liu, Weidong Cai, Chao Ma

TL;DR
This paper introduces a novel consistency regularization method for logit-based knowledge distillation that addresses overconfidence and confirmation bias, significantly improving student model performance across multiple datasets without extra parameters.
Contribution
It proposes a simple yet effective regularization framework with confidence-based soft label mining to enhance logit-based knowledge distillation, achieving state-of-the-art results.
Findings
Sets new state-of-the-art on CIFAR-100, Tiny-ImageNet, and ImageNet datasets.
Boosts performance of various existing distillation approaches.
Does not introduce additional network parameters.
Abstract
Knowledge distillation (KD) is an established paradigm for transferring privileged knowledge from a cumbersome model to a lightweight and efficient one. In recent years, logit-based KD methods are quickly catching up in performance with their feature-based counterparts. However, previous research has pointed out that logit-based methods are still fundamentally limited by two major issues in their training process, namely overconfident teacher and confirmation bias. Inspired by the success of cross-view learning in fields such as semi-supervised learning, in this work we introduce within-view and cross-view regularisations to standard logit-based distillation frameworks to combat the above cruxes. We also perform confidence-based soft label mining to improve the quality of distilling signals from the teacher, which further mitigates the confirmation bias problem. Despite its apparent…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications
