CVGRIVDec 25, 2019

Concise and Effective Network for 3D Human Modeling from Orthogonal Silhouettes

arXiv:1912.11616v37 citations
Originality Incremental advance
AI Analysis

This work addresses the problem of efficient and accurate 3D human modeling for applications like computer graphics or animation, but it is incremental as it builds on prior supervised learning approaches.

The paper tackles 3D human modeling from two orthogonal silhouettes by proposing a new CNN architecture that extracts and fuses features to generate coefficients in a shape space, resulting in more accurate models with only 2.4M coefficients compared to existing methods using 8.5M to 355.4M parameters.

In this paper, we revisit the problem of 3D human modeling from two orthogonal silhouettes of individuals (i.e., front and side views). Different from our prior work, a supervised learning approach based on convolutional neural network (CNN) is investigated to solve the problem by establishing a mapping function that can effectively extract features from two silhouettes and fuse them into coefficients in the shape space of human bodies. A new CNN structure is proposed in our work to exact not only the discriminative features of front and side views and also their mixed features for the mapping function. 3D human models with high accuracy are synthesized from coefficients generated by the mapping function. Existing CNN approaches for 3D human modeling usually learn a large number of parameters (from 8.5M to 355.4M) from two binary images. Differently, we investigate a new network architecture and conduct the samples on silhouettes as input. As a consequence, more accurate models can be generated by our network with only 2.4M coefficients. The training of our network is conducted on samples obtained by augmenting a publicly accessible dataset. Learning transfer by using datasets with a smaller number of scanned models is applied to our network to enable the function of generating results with gender-oriented (or geographical) patterns.

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