# DeepSDF: Learning Continuous Signed Distance Functions for Shape   Representation

**Authors:** Jeong Joon Park, Peter Florence, Julian Straub, Richard Newcombe,, Steven Lovegrove

arXiv: 1901.05103 · 2019-01-17

## TL;DR

DeepSDF introduces a learned continuous Signed Distance Function for 3D shape representation, enabling high-quality shape modeling, interpolation, and completion from partial data, outperforming previous methods in accuracy and efficiency.

## Contribution

It presents a novel deep learning approach to continuous SDFs that models entire shape classes, improving shape reconstruction and compression over prior techniques.

## Key findings

- State-of-the-art shape representation and completion performance.
- Reduces model size by an order of magnitude.
- Implicitly encodes shape boundaries as zero-level-sets.

## Abstract

Computer graphics, 3D computer vision and robotics communities have produced multiple approaches to representing 3D geometry for rendering and reconstruction. These provide trade-offs across fidelity, efficiency and compression capabilities. In this work, we introduce DeepSDF, a learned continuous Signed Distance Function (SDF) representation of a class of shapes that enables high quality shape representation, interpolation and completion from partial and noisy 3D input data. DeepSDF, like its classical counterpart, represents a shape's surface by a continuous volumetric field: the magnitude of a point in the field represents the distance to the surface boundary and the sign indicates whether the region is inside (-) or outside (+) of the shape, hence our representation implicitly encodes a shape's boundary as the zero-level-set of the learned function while explicitly representing the classification of space as being part of the shapes interior or not. While classical SDF's both in analytical or discretized voxel form typically represent the surface of a single shape, DeepSDF can represent an entire class of shapes. Furthermore, we show state-of-the-art performance for learned 3D shape representation and completion while reducing the model size by an order of magnitude compared with previous work.

## Full text

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

## Figures

139 figures with captions in the complete paper: https://tomesphere.com/paper/1901.05103/full.md

## References

59 references — full list in the complete paper: https://tomesphere.com/paper/1901.05103/full.md

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