paper-with-me

Papers

Deep Mesh Reconstruction from Single RGB Images via Topology Modification Networks

2019-09-01 · ICCV 2019 10 · Junyi Pan, Xiaoguang Han, Weikai Chen, Jiapeng Tang, Kui Jia

Reconstructing the 3D mesh of a general object from a single image is now possible thanks to the latest advances of deep learning technologies. However, due to the nontrivial difficulty of generating a feasible mesh structure, the state-of-the-art approaches often simplify the problem by learning the displacements of a template mesh that deforms it to the target surface. Though reconstructing a 3D shape with complex topology can be achieved by deforming multiple mesh patches, it remains difficult to stitch the results to ensure a high meshing quality. In this paper, we present an end-to-end single-view mesh reconstruction framework that is able to generate high-quality meshes with complex topologies from a single genus-0 template mesh. The key to our approach is a novel progressive shaping framework that alternates between mesh deformation and topology modification. While a deformation network predicts the per-vertex translations that reduce the gap between the reconstructed mesh and the ground truth, a novel topology modification network is employed to prune the error-prone faces, enabling the evolution of topology. By iterating over the two procedures, one can progressively modify the mesh topology while achieving higher reconstruction accuracy. Moreover, a boundary refinement network is designed to refine the boundary conditions to further improve the visual quality of the reconstructed mesh. Extensive experiments demonstrate that our approach outperforms the current state-of-the-art methods both qualitatively and quantitatively, especially for the shapes with complex topologies.

📄 PDF Abstract BibTeX arXiv:1909.00321

Code (1)

jnypan/TMNet 공식 구현 pytorch

Tasks

3D Shape Reconstruction

Similar Papers 제목 키워드 기반

Registering Explicit to Implicit: Towards High-Fidelity Garment mesh Reconstruction from Single Images

2022-03-28 · CVPR 2022 1 · Heming Zhu, Lingteng Qiu, Yuda Qiu, Xiaoguang Han

Fueled by the power of deep learning techniques and implicit shape learning, recent advances in single-image human digitalization have reached unprecedented accuracy and could recover fine-grained surface details such as…

Garment Reconstruction

Learning Topology Uniformed Face Mesh by Volume Rendering for Multi-view Reconstruction

2024-04-08 · Yating Wang, Ran Yi, Ke Fan, Jinkun Hao 외

Face meshes in consistent topology serve as the foundation for many face-related applications, such as 3DMM constrained face reconstruction and expression retargeting. Traditional methods commonly acquire topology unifor…

3D ReconstructionFace ReconstructionNovel View Synthesis

STD-Net: Structure-preserving and Topology-adaptive Deformation Network for 3D Reconstruction from a Single Image

2020-03-07 · Aihua Mao, Canglan Dai, Lin Gao, Ying He 외

3D reconstruction from a single view image is a long-standing prob-lem in computer vision. Various methods based on different shape representations(such as point cloud or volumetric representations) have been proposed. H…

3D Reconstruction3D Shape Reconstruction

Geometric Granularity Aware Pixel-To-Mesh

2021-01-01 · ICCV 2021 10 · Yue Shi, Bingbing Ni, Jinxian Liu, Dingyi Rong 외

Pixel-to-mesh has wide applications, especially in virtual or augmented reality, animation and game industry. However, existing mesh reconstruction models perform unsatisfactorily in local geometry details due to ign…

Learnable Triangulation for Deep Learning-based 3D Reconstruction of Objects of Arbitrary Topology from Single RGB Images

2021-09-24 · Tarek Ben Charrada, Hedi Tabia, Aladine Chetouani, Hamid Laga

We propose a novel deep reinforcement learning-based approach for 3D object reconstruction from monocular images. Prior works that use mesh representations are template based. Thus, they are limited to the reconstruction…

3D Object Reconstruction3D ReconstructionDeep Reinforcement LearningObject Reconstruction+3