CVDec 5, 2021

Implicit Neural Deformation for Sparse-View Face Reconstruction

arXiv:2112.02494v29 citations
Originality Incremental advance
AI Analysis

It addresses the problem of detailed face reconstruction from limited views for computer vision applications, but is incremental in improving upon existing implicit methods.

The paper tackles 3D face reconstruction from sparse-view RGB images by using an implicit neural representation with a deformable SDF and self-supervised rendering, outperforming state-of-the-art methods on benchmark datasets.

In this work, we present a new method for 3D face reconstruction from sparse-view RGB images. Unlike previous methods which are built upon 3D morphable models (3DMMs) with limited details, we leverage an implicit representation to encode rich geometric features. Our overall pipeline consists of two major components, including a geometry network, which learns a deformable neural signed distance function (SDF) as the 3D face representation, and a rendering network, which learns to render on-surface points of the neural SDF to match the input images via self-supervised optimization. To handle in-the-wild sparse-view input of the same target with different expressions at test time, we propose residual latent code to effectively expand the shape space of the learned implicit face representation as well as a novel view-switch loss to enforce consistency among different views. Our experimental results on several benchmark datasets demonstrate that our approach outperforms alternative baselines and achieves superior face reconstruction results compared to state-of-the-art methods.

Foundations

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

Your Notes