CVMay 25, 2022

Multiview Textured Mesh Recovery by Differentiable Rendering

arXiv:2205.12468v325 citationsh-index: 41Has Code
Originality Incremental advance
AI Analysis

This addresses efficiency issues in 3D reconstruction for computer vision applications, but it is incremental as it builds on existing multiview stereo methods.

The paper tackles the high computational cost of implicit neural representations for multiview textured mesh recovery by proposing a coarse-to-fine approach using a differentiable Poisson Solver and inverse rendering, achieving real-time high-resolution image rendering.

Although having achieved the promising results on shape and color recovery through self-supervision, the multi-layer perceptrons-based methods usually suffer from heavy computational cost on learning the deep implicit surface representation. Since rendering each pixel requires a forward network inference, it is very computational intensive to synthesize a whole image. To tackle these challenges, we propose an effective coarse-to-fine approach to recover the textured mesh from multi-views in this paper. Specifically, a differentiable Poisson Solver is employed to represent the object's shape, which is able to produce topology-agnostic and watertight surfaces. To account for depth information, we optimize the shape geometry by minimizing the differences between the rendered mesh and the predicted depth from multi-view stereo. In contrast to the implicit neural representation on shape and color, we introduce a physically based inverse rendering scheme to jointly estimate the environment lighting and object's reflectance, which is able to render the high resolution image at real-time. The texture of the reconstructed mesh is interpolated from a learnable dense texture grid. We have conducted the extensive experiments on several multi-view stereo datasets, whose promising results demonstrate the efficacy of our proposed approach. The code is available at https://github.com/l1346792580123/diff.

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