CVNov 28, 2019

3D Shape Completion with Multi-view Consistent Inference

arXiv:1911.12465v157 citations
Originality Incremental advance
AI Analysis

This work addresses a geometric inconsistency issue in view-based 3D shape completion, which is important for applications like robotics and computer vision, but it is incremental as it builds on existing view-based methods.

The paper tackles the problem of 3D shape completion from partial observations by proposing a multi-view consistent inference technique to enforce geometric consistency among completed views, resulting in more accurate shape completions than previous methods.

3D shape completion is important to enable machines to perceive the complete geometry of objects from partial observations. To address this problem, view-based methods have been presented. These methods represent shapes as multiple depth images, which can be back-projected to yield corresponding 3D point clouds, and they perform shape completion by learning to complete each depth image using neural networks. While view-based methods lead to state-of-the-art results, they currently do not enforce geometric consistency among the completed views during the inference stage. To resolve this issue, we propose a multi-view consistent inference technique for 3D shape completion, which we express as an energy minimization problem including a data term and a regularization term. We formulate the regularization term as a consistency loss that encourages geometric consistency among multiple views, while the data term guarantees that the optimized views do not drift away too much from a learned shape descriptor. Experimental results demonstrate that our method completes shapes more accurately than previous techniques.

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