CVMay 3, 2021

EQFace: A Simple Explicit Quality Network for Face Recognition

arXiv:2105.00634v119 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of low-quality face recognition in videos for applications like surveillance or authentication, though it is incremental as it builds on existing face recognition networks.

The paper tackles the challenge of unconstrained video face recognition by proposing a network that simultaneously extracts feature vectors and provides explicit, quantitative quality scores for face images, achieving state-of-the-art performance on both still-image and video datasets.

As the deep learning makes big progresses in still-image face recognition, unconstrained video face recognition is still a challenging task due to low quality face images caused by pose, blur, occlusion, illumination etc. In this paper we propose a network for face recognition which gives an explicit and quantitative quality score at the same time when a feature vector is extracted. To our knowledge this is the first network that implements these two functions in one network online. This network is very simple by adding a quality network branch to the baseline network of face recognition. It does not require training datasets with annotated face quality labels. We evaluate this network on both still-image face datasets and video face datasets and achieve the state-of-the-art performance in many cases. This network enables a lot of applications where an explicit face quality scpre is used. We demonstrate three applications of the explicit face quality, one of which is a progressive feature aggregation scheme in online video face recognition. We design an experiment to prove the benefits of using the face quality in this application. Code will be available at \url{https://github.com/deepcam-cn/facequality}.

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