CVGRSep 5, 2019

Synthesizing Coupled 3D Face Modalities by Trunk-Branch Generative Adversarial Networks

arXiv:1909.02215v373 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses a need in computer graphics and vision for applications requiring detailed 3D facial models, though it appears incremental as it builds on existing GAN approaches.

The paper tackles the problem of generating realistic 3D faces by jointly producing high-quality texture, shape, and normals, which previous methods handled separately or omitted, enabling photo-realistic synthesis with various facial expressions.

Generating realistic 3D faces is of high importance for computer graphics and computer vision applications. Generally, research on 3D face generation revolves around linear statistical models of the facial surface. Nevertheless, these models cannot represent faithfully either the facial texture or the normals of the face, which are very crucial for photo-realistic face synthesis. Recently, it was demonstrated that Generative Adversarial Networks (GANs) can be used for generating high-quality textures of faces. Nevertheless, the generation process either omits the geometry and normals, or independent processes are used to produce 3D shape information. In this paper, we present the first methodology that generates high-quality texture, shape, and normals jointly, which can be used for photo-realistic synthesis. To do so, we propose a novel GAN that can generate data from different modalities while exploiting their correlations. Furthermore, we demonstrate how we can condition the generation on the expression and create faces with various facial expressions. The qualitative results shown in this paper are compressed due to size limitations, full-resolution results and the accompanying video can be found in the supplementary documents. The code and models are available at the project page: https://github.com/barisgecer/TBGAN.

Code Implementations1 repo
Foundations

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

Your Notes