CVMay 31, 2017

Representation Learning by Rotating Your Faces

arXiv:1705.11136v2147 citations
AI Analysis

This addresses pose-invariant face recognition for applications like security and biometrics, but it is incremental as it builds on existing GAN and disentanglement methods.

The paper tackled the problem of large pose discrepancies in face recognition by proposing a Disentangled Representation learning-Generative Adversarial Network (DR-GAN) that jointly performs face frontalization and learns pose-invariant representations, achieving state-of-the-art results in both representation learning and face image rotation on controlled and in-the-wild databases.

The large pose discrepancy between two face images is one of the fundamental challenges in automatic face recognition. Conventional approaches to pose-invariant face recognition either perform face frontalization on, or learn a pose-invariant representation from, a non-frontal face image. We argue that it is more desirable to perform both tasks jointly to allow them to leverage each other. To this end, this paper proposes a Disentangled Representation learning-Generative Adversarial Network (DR-GAN) with three distinct novelties. First, the encoder-decoder structure of the generator enables DR-GAN to learn a representation that is both generative and discriminative, which can be used for face image synthesis and pose-invariant face recognition. Second, this representation is explicitly disentangled from other face variations such as pose, through the pose code provided to the decoder and pose estimation in the discriminator. Third, DR-GAN can take one or multiple images as the input, and generate one unified identity representation along with an arbitrary number of synthetic face images. Extensive quantitative and qualitative evaluation on a number of controlled and in-the-wild databases demonstrate the superiority of DR-GAN over the state of the art in both learning representations and rotating large-pose face images.

Foundations

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

Your Notes