Grouped Knowledge Distillation for Deep Face Recognition
Weisong Zhao, Xiangyu Zhu, Kaiwen Guo, Xiao-Yu Zhang, Zhen Lei

TL;DR
This paper introduces Grouped Knowledge Distillation (GKD), a novel method that improves face recognition by focusing on primary knowledge and discarding minor, less useful information during the distillation process.
Contribution
The paper proposes a new GKD approach that partitions logits into primary and secondary groups, omitting the secondary group to enhance distillation effectiveness for face recognition.
Findings
GKD outperforms state-of-the-art methods on face recognition benchmarks.
Primary-KD and Binary-KD are essential for effective knowledge distillation.
Omitting Secondary-KD improves the distillation process and model performance.
Abstract
Compared with the feature-based distillation methods, logits distillation can liberalize the requirements of consistent feature dimension between teacher and student networks, while the performance is deemed inferior in face recognition. One major challenge is that the light-weight student network has difficulty fitting the target logits due to its low model capacity, which is attributed to the significant number of identities in face recognition. Therefore, we seek to probe the target logits to extract the primary knowledge related to face identity, and discard the others, to make the distillation more achievable for the student network. Specifically, there is a tail group with near-zero values in the prediction, containing minor knowledge for distillation. To provide a clear perspective of its impact, we first partition the logits into two groups, i.e., Primary Group and Secondary…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsFace recognition and analysis · Face and Expression Recognition · Biometric Identification and Security
MethodsKnowledge Distillation
