PET-NeuS: Positional Encoding Tri-Planes for Neural Surfaces
Yiqun Wang, Ivan Skorokhodov, Peter Wonka

TL;DR
PET-NeuS introduces a novel neural surface reconstruction method combining tri-plane representations, learnable positional encoding, and self-attention convolution to improve fidelity and noise control in 3D surface reconstructions.
Contribution
The paper proposes a new neural surface reconstruction approach that integrates tri-plane features, learnable frequency-based positional encoding, and self-attention convolution, advancing the state-of-the-art in surface fidelity.
Findings
Achieves 57% improvement on Nerf-synthetic dataset.
Attains 15.5% higher Chamfer metric on DTU dataset.
Better control of high-frequency noise interference.
Abstract
A signed distance function (SDF) parametrized by an MLP is a common ingredient of neural surface reconstruction. We build on the successful recent method NeuS to extend it by three new components. The first component is to borrow the tri-plane representation from EG3D and represent signed distance fields as a mixture of tri-planes and MLPs instead of representing it with MLPs only. Using tri-planes leads to a more expressive data structure but will also introduce noise in the reconstructed surface. The second component is to use a new type of positional encoding with learnable weights to combat noise in the reconstruction process. We divide the features in the tri-plane into multiple frequency scales and modulate them with sin and cos functions of different frequencies. The third component is to use learnable convolution operations on the tri-plane features using self-attention…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Handwritten Text Recognition Techniques · 3D Shape Modeling and Analysis
MethodsConvolution
