CVFeb 13, 2019

3D Face Modeling From Diverse Raw Scan Data

arXiv:1902.04943v356 citations
Originality Highly original
AI Analysis

This addresses the challenge of creating accurate 3D face models from varied scan sources, which is incremental as it builds on existing methods but introduces novel techniques for handling diverse data.

The paper tackled the problem of building a large-scale 3D face model from diverse raw scan data lacking dense correspondence, proposing a framework that jointly learns a nonlinear model and establishes correspondence using PointNet architectures and weakly supervised learning, achieving superior dense correspondence and representation power for single-image 3D face reconstruction.

Traditional 3D face models learn a latent representation of faces using linear subspaces from limited scans of a single database. The main roadblock of building a large-scale face model from diverse 3D databases lies in the lack of dense correspondence among raw scans. To address these problems, this paper proposes an innovative framework to jointly learn a nonlinear face model from a diverse set of raw 3D scan databases and establish dense point-to-point correspondence among their scans. Specifically, by treating input scans as unorganized point clouds, we explore the use of PointNet architectures for converting point clouds to identity and expression feature representations, from which the decoder networks recover their 3D face shapes. Further, we propose a weakly supervised learning approach that does not require correspondence label for the scans. We demonstrate the superior dense correspondence and representation power of our proposed method, and its contribution to single-image 3D face reconstruction.

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