# Representation Learning by Rotating Your Faces

**Authors:** Luan Tran, Xi Yin, Xiaoming Liu

arXiv: 1705.11136 · 2018-09-13

## TL;DR

This paper introduces DR-GAN, a novel generative adversarial network that jointly learns pose-invariant face representations and synthesizes faces, effectively handling large pose variations for improved face recognition.

## Contribution

It proposes a disentangled, generative, and discriminative face representation learning framework that jointly performs face synthesis and pose-invariant recognition.

## Key findings

- DR-GAN outperforms state-of-the-art methods in face recognition accuracy.
- It effectively synthesizes faces across large pose variations.
- The model can generate multiple synthetic images from one or multiple inputs.

## Abstract

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.

## Full text

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

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1705.11136/full.md

## References

74 references — full list in the complete paper: https://tomesphere.com/paper/1705.11136/full.md

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