CVNov 21, 2024

CLFace: A Scalable and Resource-Efficient Continual Learning Framework for Lifelong Face Recognition

arXiv:2411.13886v15 citationsh-index: 5WACV
Originality Incremental advance
AI Analysis

This addresses incremental learning challenges for face recognition systems in real-world applications, though it is an incremental improvement over existing methods.

The paper tackles the problem of catastrophic forgetting and storage inefficiency in lifelong face recognition by introducing CLFace, a continual learning framework that eliminates the classification layer and uses distillation techniques, resulting in improved performance on unseen identities across benchmark datasets.

An important aspect of deploying face recognition (FR) algorithms in real-world applications is their ability to learn new face identities from a continuous data stream. However, the online training of existing deep neural network-based FR algorithms, which are pre-trained offline on large-scale stationary datasets, encounter two major challenges: (I) catastrophic forgetting of previously learned identities, and (II) the need to store past data for complete retraining from scratch, leading to significant storage constraints and privacy concerns. In this paper, we introduce CLFace, a continual learning framework designed to preserve and incrementally extend the learned knowledge. CLFace eliminates the classification layer, resulting in a resource-efficient FR model that remains fixed throughout lifelong learning and provides label-free supervision to a student model, making it suitable for open-set face recognition during incremental steps. We introduce an objective function that employs feature-level distillation to reduce drift between feature maps of the student and teacher models across multiple stages. Additionally, it incorporates a geometry-preserving distillation scheme to maintain the orientation of the teacher model's feature embedding. Furthermore, a contrastive knowledge distillation is incorporated to continually enhance the discriminative power of the feature representation by matching similarities between new identities. Experiments on several benchmark FR datasets demonstrate that CLFace outperforms baseline approaches and state-of-the-art methods on unseen identities using both in-domain and out-of-domain datasets.

Foundations

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

Your Notes