CVAIFeb 10, 2021

Searching for Alignment in Face Recognition

arXiv:2102.05447v219 citations
AI Analysis

This work addresses a specific bottleneck in face recognition systems, offering an incremental improvement for applications in security and biometrics.

The paper tackles the overlooked alignment step in face recognition pipelines by exploring the impact of different alignment templates and proposing an automated method, Face Alignment Policy Search (FAPS), to find the optimal template, which improves recognition performance as validated on a new benchmark.

A standard pipeline of current face recognition frameworks consists of four individual steps: locating a face with a rough bounding box and several fiducial landmarks, aligning the face image using a pre-defined template, extracting representations and comparing. Among them, face detection, landmark detection and representation learning have long been studied and a lot of works have been proposed. As an essential step with a significant impact on recognition performance, the alignment step has attracted little attention. In this paper, we first explore and highlight the effects of different alignment templates on face recognition. Then, for the first time, we try to search for the optimal template automatically. We construct a well-defined searching space by decomposing the template searching into the crop size and vertical shift, and propose an efficient method Face Alignment Policy Search (FAPS). Besides, a well-designed benchmark is proposed to evaluate the searched policy. Experiments on our proposed benchmark validate the effectiveness of our method to improve face recognition performance.

Foundations

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

Your Notes