# Render4Completion: Synthesizing Multi-View Depth Maps for 3D Shape   Completion

**Authors:** Tao Hu, Zhizhong Han, Abhinav Shrivastava, Matthias Zwicker

arXiv: 1904.08366 · 2019-09-24

## TL;DR

This paper introduces a multi-view depth map synthesis method for 3D shape completion, leveraging a novel neural network to improve accuracy and consistency over existing volumetric or point cloud approaches.

## Contribution

It proposes a multi-view completion network (MVCN) that uses all view information for more accurate and consistent 3D shape completion from depth maps.

## Key findings

- MVCN outperforms state-of-the-art methods on large-scale benchmarks.
- Multi-view approach enhances shape completion accuracy.
- Leveraging multiple views improves consistency among depth maps.

## Abstract

We propose a novel approach for 3D shape completion by synthesizing multi-view depth maps. While previous work for shape completion relies on volumetric representations, meshes, or point clouds, we propose to use multi-view depth maps from a set of fixed viewing angles as our shape representation. This allows us to be free of the limitations of memory for volumetric representations and point clouds by casting shape completion into an image-to-image translation problem. Specifically, we render depth maps of the incomplete shape from a fixed set of viewpoints, and perform depth map completion in each view. Different from image-to-image translation network that completes each view separately, our novel network, multi-view completion net (MVCN), leverages information from all views of a 3D shape to help the completion of each single view. This enables MVCN to leverage more information from different depth views to achieve high accuracy in single depth view completion and keep the consistency among the completed depth images in different views. Benefited by the multi-view representation and the novel network structure, MVCN significantly improves the accuracy of 3D shape completion in large-scale benchmarks compared to the state of the art.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.08366/full.md

## Figures

18 figures with captions in the complete paper: https://tomesphere.com/paper/1904.08366/full.md

## References

32 references — full list in the complete paper: https://tomesphere.com/paper/1904.08366/full.md

---
Source: https://tomesphere.com/paper/1904.08366