CVJul 1, 2024

AdaDistill: Adaptive Knowledge Distillation for Deep Face Recognition

arXiv:2407.01332v114 citationsh-index: 41
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient and accurate face recognition for applications requiring compact models, though it is incremental as it builds on existing knowledge distillation techniques.

The paper tackles improving compact student models in deep face recognition by proposing AdaDistill, an adaptive knowledge distillation method that adjusts the complexity of distilled knowledge based on the student's learning progression, resulting in enhanced discriminative capability and superior performance over state-of-the-art methods on benchmarks like IJB-B, IJB-C, and ICCV2021-MFR.

Knowledge distillation (KD) aims at improving the performance of a compact student model by distilling the knowledge from a high-performing teacher model. In this paper, we present an adaptive KD approach, namely AdaDistill, for deep face recognition. The proposed AdaDistill embeds the KD concept into the softmax loss by training the student using a margin penalty softmax loss with distilled class centers from the teacher. Being aware of the relatively low capacity of the compact student model, we propose to distill less complex knowledge at an early stage of training and more complex one at a later stage of training. This relative adjustment of the distilled knowledge is controlled by the progression of the learning capability of the student over the training iterations without the need to tune any hyper-parameters. Extensive experiments and ablation studies show that AdaDistill can enhance the discriminative learning capability of the student and demonstrate superiority over various state-of-the-art competitors on several challenging benchmarks, such as IJB-B, IJB-C, and ICCV2021-MFR

Code Implementations1 repo
Foundations

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

Your Notes