Pixel2ISDF: Implicit Signed Distance Fields Based Human Body Model from Multi-View and Multi-Pose Images

Abstract

In this report, we focus on reconstructing clothed humans in the canonical space given multiple views and poses of a human as the input. To achieve this, we utilize the geometric prior of the SMPLX model in the canonical space to learn the implicit representation for geometry reconstruction. Based on the observation that the topology between the posed mesh and the mesh in the canonical space are consistent, we propose to learn latent codes on the posed mesh by leveraging multiple input images and then assign the latent codes to the mesh in the canonical space. Specifically, we first leverage normal and geometry networks to extract the feature vector for each vertex on the SMPLX mesh. Normal maps are adopted for better generalization to unseen images compared to 2D images. Then, features for each vertex on the posed mesh from multiple images are integrated by MLPs. The integrated features acting as the latent code are anchored to the SMPLX mesh in the canonical space. Finally, latent code for each 3D point is extracted and utilized to calculate the SDF. Our work for reconstructing the human shape on canonical pose achieves 3rd performance on WCPA MVP-Human Body Challenge.

Cite

Text

Chen et al. "Pixel2ISDF: Implicit Signed Distance Fields Based Human Body Model from Multi-View and Multi-Pose Images." European Conference on Computer Vision Workshops, 2022. doi:10.1007/978-3-031-25072-9_24

Markdown

[Chen et al. "Pixel2ISDF: Implicit Signed Distance Fields Based Human Body Model from Multi-View and Multi-Pose Images." European Conference on Computer Vision Workshops, 2022.](https://mlanthology.org/eccvw/2022/chen2022eccvw-pixel2isdf/) doi:10.1007/978-3-031-25072-9_24

BibTeX

@inproceedings{chen2022eccvw-pixel2isdf,
  title     = {{Pixel2ISDF: Implicit Signed Distance Fields Based Human Body Model from Multi-View and Multi-Pose Images}},
  author    = {Chen, Jianchuan and Yi, Wentao and Wang, Tiantian and Li, Xing and Ma, Liqian and Fan, Yangyu and Lu, Huchuan},
  booktitle = {European Conference on Computer Vision Workshops},
  year      = {2022},
  pages     = {366-375},
  doi       = {10.1007/978-3-031-25072-9_24},
  url       = {https://mlanthology.org/eccvw/2022/chen2022eccvw-pixel2isdf/}
}