CVMar 15, 2019

DeepHuman: 3D Human Reconstruction from a Single Image

arXiv:1903.06473v2371 citations
Originality Highly original
AI Analysis

This addresses the problem of generating detailed 3D human models from limited visual data for applications in computer vision and graphics, representing a strong incremental advance.

The paper tackles 3D human reconstruction from a single RGB image by proposing DeepHuman, a CNN-based method that uses a dense semantic representation and volumetric feature fusion to reduce ambiguities and recover accurate geometry, outperforming state-of-the-art approaches.

We propose DeepHuman, an image-guided volume-to-volume translation CNN for 3D human reconstruction from a single RGB image. To reduce the ambiguities associated with the surface geometry reconstruction, even for the reconstruction of invisible areas, we propose and leverage a dense semantic representation generated from SMPL model as an additional input. One key feature of our network is that it fuses different scales of image features into the 3D space through volumetric feature transformation, which helps to recover accurate surface geometry. The visible surface details are further refined through a normal refinement network, which can be concatenated with the volume generation network using our proposed volumetric normal projection layer. We also contribute THuman, a 3D real-world human model dataset containing about 7000 models. The network is trained using training data generated from the dataset. Overall, due to the specific design of our network and the diversity in our dataset, our method enables 3D human model estimation given only a single image and outperforms state-of-the-art approaches.

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