Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Generating 3D faces using Convolutional Mesh Autoencoders

About

Learned 3D representations of human faces are useful for computer vision problems such as 3D face tracking and reconstruction from images, as well as graphics applications such as character generation and animation. Traditional models learn a latent representation of a face using linear subspaces or higher-order tensor generalizations. Due to this linearity, they can not capture extreme deformations and non-linear expressions. To address this, we introduce a versatile model that learns a non-linear representation of a face using spectral convolutions on a mesh surface. We introduce mesh sampling operations that enable a hierarchical mesh representation that captures non-linear variations in shape and expression at multiple scales within the model. In a variational setting, our model samples diverse realistic 3D faces from a multivariate Gaussian distribution. Our training data consists of 20,466 meshes of extreme expressions captured over 12 different subjects. Despite limited training data, our trained model outperforms state-of-the-art face models with 50% lower reconstruction error, while using 75% fewer parameters. We also show that, replacing the expression space of an existing state-of-the-art face model with our autoencoder, achieves a lower reconstruction error. Our data, model and code are available at http://github.com/anuragranj/coma

Anurag Ranjan, Timo Bolkart, Soubhik Sanyal, Michael J. Black• 2018

Related benchmarks

TaskDatasetResultRank
3D Face ReconstructionCoMA
Mean Error0.371
16
3D Face ModelingModel Statistics
CPU Inference Time (s)1.88
7
Scan-to-fittingLYHM
3D NME0.756
7
Scan-to-fittingFaceScape
3D NME1.088
7
3D Shape ReconstructionUHM12k (test)
Mean Euclidean Distance0.1311
6
3D Shape ReconstructionUHM12k +expr. (test)
Mean Euclidean Distance14.2
6
3D Shape ReconstructionHandy (test)
Mean Euclidean Distance (mm/100)27.2
6
3D Face ReconstructionCoMA bareteeth (extrapolation)
Mean Error (mm)1.376
3
3D Face ReconstructionCoMA cheeks in (extrapolation)
Mean Error (mm)1.288
3
3D Face ReconstructionCoMA eyebrow (extrapolation)
Mean Error (mm)1.053
3
Showing 10 of 20 rows

Other info

Code

Follow for update