CVMay 17, 2023

Face Recognition Using Synthetic Face Data

arXiv:2305.10079v1
Originality Incremental advance
AI Analysis

This addresses dataset limitations like cost, privacy, and bias for face recognition applications, but is incremental as it builds on existing synthetic data methods.

The paper tackled the problem of acquiring large-scale, high-quality face recognition datasets by using synthetic face data generated via a computer graphics pipeline, achieving competitive results of 98.7% on LFW that rival training with hundreds of thousands of real images.

In the field of deep learning applied to face recognition, securing large-scale, high-quality datasets is vital for attaining precise and reliable results. However, amassing significant volumes of high-quality real data faces hurdles such as time limitations, financial burdens, and privacy issues. Furthermore, prevalent datasets are often impaired by racial biases and annotation inaccuracies. In this paper, we underscore the promising application of synthetic data, generated through rendering digital faces via our computer graphics pipeline, in achieving competitive results with the state-of-the-art on synthetic data across multiple benchmark datasets. By finetuning the model,we obtain results that rival those achieved when training with hundreds of thousands of real images (98.7% on LFW [1]). We further investigate the contribution of adding intra-class variance factors (e.g., makeup, accessories, haircuts) on model performance. Finally, we reveal the sensitivity of pre-trained face recognition models to alternating specific parts of the face by leveraging the granular control capability in our platform.

Foundations

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

Your Notes