# FaceQnet: Quality Assessment for Face Recognition based on Deep Learning

**Authors:** Javier Hernandez-Ortega, Javier Galbally, Julian Fierrez, Rudolf, Haraksim, Laurent Beslay

arXiv: 1904.01740 · 2019-04-05

## TL;DR

This paper introduces FaceQnet, a deep learning-based quality assessment tool for face recognition, trained on labeled data, which predicts image suitability and correlates well with recognition accuracy.

## Contribution

The paper presents a novel deep learning approach for face image quality assessment that leverages existing frameworks and pretrained models to predict recognition performance.

## Key findings

- FaceQnet scores are highly correlated with recognition accuracy.
- The method effectively labels data with quality information using ICAO compliance.
- FaceQnet generalizes well to a commercial face recognition system.

## Abstract

In this paper we develop a Quality Assessment approach for face recognition based on deep learning. The method consists of a Convolutional Neural Network, FaceQnet, that is used to predict the suitability of a specific input image for face recognition purposes. The training of FaceQnet is done using the VGGFace2 database. We employ the BioLab-ICAO framework for labeling the VGGFace2 images with quality information related to their ICAO compliance level. The groundtruth quality labels are obtained using FaceNet to generate comparison scores. We employ the groundtruth data to fine-tune a ResNet-based CNN, making it capable of returning a numerical quality measure for each input image. Finally, we verify if the FaceQnet scores are suitable to predict the expected performance when employing a specific image for face recognition with a COTS face recognition system. Several conclusions can be drawn from this work, most notably: 1) we managed to employ an existing ICAO compliance framework and a pretrained CNN to automatically label data with quality information, 2) we trained FaceQnet for quality estimation by fine-tuning a pre-trained face recognition network (ResNet-50), and 3) we have shown that the predictions from FaceQnet are highly correlated with the face recognition accuracy of a state-of-the-art commercial system not used during development. FaceQnet is publicly available in GitHub.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.01740/full.md

## Figures

6 figures with captions in the complete paper: https://tomesphere.com/paper/1904.01740/full.md

## References

17 references — full list in the complete paper: https://tomesphere.com/paper/1904.01740/full.md

---
Source: https://tomesphere.com/paper/1904.01740