SOTAVerified

Learning an Animatable Detailed 3D Face Model from In-The-Wild Images

2020-12-07Code Available2· sign in to hype

Yao Feng, Haiwen Feng, Michael J. Black, Timo Bolkart

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

While current monocular 3D face reconstruction methods can recover fine geometric details, they suffer several limitations. Some methods produce faces that cannot be realistically animated because they do not model how wrinkles vary with expression. Other methods are trained on high-quality face scans and do not generalize well to in-the-wild images. We present the first approach that regresses 3D face shape and animatable details that are specific to an individual but change with expression. Our model, DECA (Detailed Expression Capture and Animation), is trained to robustly produce a UV displacement map from a low-dimensional latent representation that consists of person-specific detail parameters and generic expression parameters, while a regressor is trained to predict detail, shape, albedo, expression, pose and illumination parameters from a single image. To enable this, we introduce a novel detail-consistency loss that disentangles person-specific details from expression-dependent wrinkles. This disentanglement allows us to synthesize realistic person-specific wrinkles by controlling expression parameters while keeping person-specific details unchanged. DECA is learned from in-the-wild images with no paired 3D supervision and achieves state-of-the-art shape reconstruction accuracy on two benchmarks. Qualitative results on in-the-wild data demonstrate DECA's robustness and its ability to disentangle identity- and expression-dependent details enabling animation of reconstructed faces. The model and code are publicly available at https://deca.is.tue.mpg.de.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
NoW BenchmarkDECAMedian Reconstruction Error1.09Unverified
REALYDECA-call2.01Unverified
REALYDECA-fall2.21Unverified
REALY (side-view)DECA-call2.11Unverified
REALY (side-view)DECA-fall2.26Unverified
Stirling-HQ (FG2018 3D face reconstruction challenge)DECAMean Reconstruction Error (mm)1.89Unverified
Stirling-LQ (FG2018 3D face reconstruction challenge)DECAMean Reconstruction Error (mm)1.91Unverified

Reproductions