English

Unsigned Distance Field as an Accurate 3D Scene Representation for Neural Scene Completion

Computer Vision and Pattern Recognition 2022-12-05 v3

Abstract

Scene Completion is the task of completing missing geometry from a partial scan of a scene. Most previous methods compute an implicit representation from range data using a Truncated Signed Distance Function (T-SDF) computed on a 3D grid as input to neural networks. The truncation decreases but does not remove the border errors introduced by the sign of SDF for open surfaces. As an alternative, we present an Unsigned Distance Function (UDF) as an input representation to scene completion neural networks. The proposed UDF is simple, and efficient as a geometry representation, and can be computed on any point cloud. In contrast to usual Signed Distance Functions, our UDF does not require normal computation. To obtain the explicit geometry, we present a method for extracting a point cloud from discretized UDF values on a sparse grid. We compare different SDFs and UDFs for the scene completion task on indoor and outdoor point clouds collected using RGB-D and LiDAR sensors and show improved completion using the proposed UDF function.

Keywords

Cite

@article{arxiv.2203.09167,
  title  = {Unsigned Distance Field as an Accurate 3D Scene Representation for Neural Scene Completion},
  author = {Jean Pierre Richa and Jean-Emmanuel Deschaud and François Goulette and Nicolas Dalmasso},
  journal= {arXiv preprint arXiv:2203.09167},
  year   = {2022}
}

Comments

8 pages, 7 figures, 5 tables

R2 v1 2026-06-24T10:16:48.641Z