# Learning to Infer Implicit Surfaces without 3D Supervision

**Authors:** Shichen Liu, Shunsuke Saito, Weikai Chen, Hao Li

arXiv: 1911.00767 · 2019-11-05

## TL;DR

This paper introduces a novel method for learning implicit 3D surfaces from 2D images without requiring 3D supervision, using a ray-based probing technique and geometric regularization to improve shape inference.

## Contribution

It presents a new differentiable framework for implicit surface learning from images, addressing efficiency and geometric control issues without 3D labels.

## Key findings

- Outperforms state-of-the-art methods quantitatively
- Achieves high-quality 3D shape reconstructions from single images
- Provides efficient and flexible implicit surface learning

## Abstract

Recent advances in 3D deep learning have shown that it is possible to train highly effective deep models for 3D shape generation, directly from 2D images. This is particularly interesting since the availability of 3D models is still limited compared to the massive amount of accessible 2D images, which is invaluable for training. The representation of 3D surfaces itself is a key factor for the quality and resolution of the 3D output. While explicit representations, such as point clouds and voxels, can span a wide range of shape variations, their resolutions are often limited. Mesh-based representations are more efficient but are limited by their ability to handle varying topologies. Implicit surfaces, however, can robustly handle complex shapes, topologies, and also provide flexible resolution control. We address the fundamental problem of learning implicit surfaces for shape inference without the need of 3D supervision. Despite their advantages, it remains nontrivial to (1) formulate a differentiable connection between implicit surfaces and their 2D renderings, which is needed for image-based supervision; and (2) ensure precise geometric properties and control, such as local smoothness. In particular, sampling implicit surfaces densely is also known to be a computationally demanding and very slow operation. To this end, we propose a novel ray-based field probing technique for efficient image-to-field supervision, as well as a general geometric regularizer for implicit surfaces, which provides natural shape priors in unconstrained regions. We demonstrate the effectiveness of our framework on the task of single-view image-based 3D shape digitization and show how we outperform state-of-the-art techniques both quantitatively and qualitatively.

## Full text

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

## Figures

12 figures with captions in the complete paper: https://tomesphere.com/paper/1911.00767/full.md

## References

38 references — full list in the complete paper: https://tomesphere.com/paper/1911.00767/full.md

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