CVAILGAug 23, 2023

Open-set Face Recognition with Neural Ensemble, Maximal Entropy Loss and Feature Augmentation

arXiv:2308.12371v15 citationsh-index: 34
Originality Incremental advance
AI Analysis

This work addresses the problem of biometric systems needing to reject unregistered subjects in watchlist scenarios, representing an incremental improvement in domain-specific face recognition.

The paper tackles open-set face recognition by introducing an ensemble of compact neural networks with a margin-based loss and feature augmentation, achieving improved closed and open-set identification rates on LFW and IJB-C datasets.

Open-set face recognition refers to a scenario in which biometric systems have incomplete knowledge of all existing subjects. Therefore, they are expected to prevent face samples of unregistered subjects from being identified as previously enrolled identities. This watchlist context adds an arduous requirement that calls for the dismissal of irrelevant faces by focusing mainly on subjects of interest. As a response, this work introduces a novel method that associates an ensemble of compact neural networks with a margin-based cost function that explores additional samples. Supplementary negative samples can be obtained from external databases or synthetically built at the representation level in training time with a new mix-up feature augmentation approach. Deep neural networks pre-trained on large face datasets serve as the preliminary feature extraction module. We carry out experiments on well-known LFW and IJB-C datasets where results show that the approach is able to boost closed and open-set identification rates.

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