English

Spline Positional Encoding for Learning 3D Implicit Signed Distance Fields

Computer Vision and Pattern Recognition 2021-10-29 v2 Graphics

Abstract

Multilayer perceptrons (MLPs) have been successfully used to represent 3D shapes implicitly and compactly, by mapping 3D coordinates to the corresponding signed distance values or occupancy values. In this paper, we propose a novel positional encoding scheme, called Spline Positional Encoding, to map the input coordinates to a high dimensional space before passing them to MLPs, for helping to recover 3D signed distance fields with fine-scale geometric details from unorganized 3D point clouds. We verified the superiority of our approach over other positional encoding schemes on tasks of 3D shape reconstruction from input point clouds and shape space learning. The efficacy of our approach extended to image reconstruction is also demonstrated and evaluated.

Keywords

Cite

@article{arxiv.2106.01553,
  title  = {Spline Positional Encoding for Learning 3D Implicit Signed Distance Fields},
  author = {Peng-Shuai Wang and Yang Liu and Yu-Qi Yang and Xin Tong},
  journal= {arXiv preprint arXiv:2106.01553},
  year   = {2021}
}

Comments

Accepted by IJCAI 2021; Code: https://github.com/microsoft/SplinePosEnc

R2 v1 2026-06-24T02:46:42.032Z