paper-with-me

Papers

Generating 3D faces using Convolutional Mesh Autoencoders

2018-07-26 · ECCV 2018 9 · Anurag Ranjan, Timo Bolkart, Soubhik Sanyal, Michael J. Black

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

📄 PDF Abstract BibTeX arXiv:1807.10267

Code (2)

anuragranj/coma 공식 구현 tf
QianliM/CAPE tf

Tasks

3D Face ModellingFace AlignmentFace Model

Similar Papers 제목 키워드 기반

Transfer Learning using Spectral Convolutional Autoencoders on Semi-Regular Surface Meshes

2022-12-12 · Sara Hahner, Felix Kerkhoff, Jochen Garcke

The underlying dynamics and patterns of 3D surface meshes deforming over time can be discovered by unsupervised learning, especially autoencoders, which calculate low-dimensional embeddings of the surfaces. To study the …

Transfer Learning

Mesh Convolutional Autoencoder for Semi-Regular Meshes of Different Sizes

2021-10-18 · Sara Hahner, Jochen Garcke

The analysis of deforming 3D surface meshes is accelerated by autoencoders since the low-dimensional embeddings can be used to visualize underlying dynamics. But, state-of-the-art mesh convolutional autoencoders require …

Mesh Variational Autoencoders with Edge Contraction Pooling

2019-08-07 · Yu-Jie Yuan, Yu-Kun Lai, Jie Yang, Hongbo Fu 외

3D shape analysis is an important research topic in computer vision and graphics. While existing methods have generalized image-based deep learning to meshes using graph-based convolutions, the lack of an effective pooli…

Unsupervised Geometric Disentanglement for Surfaces via CFAN-VAE

2020-05-23 · N. Joseph Tatro, Stefan C. Schonsheck, Rongjie Lai

Geometric disentanglement, the separation of latent codes for intrinsic (i.e. identity) and extrinsic(i.e. pose) geometry, is a prominent task for generative models of non-Euclidean data such as 3D deformable models. It …

DisentanglementPose Transfer

MeshGAN: Non-linear 3D Morphable Models of Faces

2019-03-25 · Shiyang Cheng, Michael Bronstein, Yuxiang Zhou, Irene Kotsia 외

Generative Adversarial Networks (GANs) are currently the method of choice for generating visual data. Certain GAN architectures and training methods have demonstrated exceptional performance in generating realistic synth…