CVApr 12, 2022

CoupleFace: Relation Matters for Face Recognition Distillation

arXiv:2204.05502v222 citationsh-index: 26
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in face recognition distillation for computer vision applications, offering an incremental improvement over existing methods.

The authors tackled the problem of improving face recognition distillation by observing that existing methods fail to fully transfer knowledge, and they proposed CoupleFace, which introduces mutual relation distillation to enhance discriminative ability, achieving first place in the ICCV21 Masked Face Recognition Challenge.

Knowledge distillation is an effective method to improve the performance of a lightweight neural network (i.e., student model) by transferring the knowledge of a well-performed neural network (i.e., teacher model), which has been widely applied in many computer vision tasks, including face recognition. Nevertheless, the current face recognition distillation methods usually utilize the Feature Consistency Distillation (FCD) (e.g., L2 distance) on the learned embeddings extracted by the teacher and student models for each sample, which is not able to fully transfer the knowledge from the teacher to the student for face recognition. In this work, we observe that mutual relation knowledge between samples is also important to improve the discriminative ability of the learned representation of the student model, and propose an effective face recognition distillation method called CoupleFace by additionally introducing the Mutual Relation Distillation (MRD) into existing distillation framework. Specifically, in MRD, we first propose to mine the informative mutual relations, and then introduce the Relation-Aware Distillation (RAD) loss to transfer the mutual relation knowledge of the teacher model to the student model. Extensive experimental results on multiple benchmark datasets demonstrate the effectiveness of our proposed CoupleFace for face recognition. Moreover, based on our proposed CoupleFace, we have won the first place in the ICCV21 Masked Face Recognition Challenge (MS1M track).

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes