Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

PET-NeuS: Positional Encoding Tri-Planes for Neural Surfaces

About

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 convolution to produce features with different frequency bands. The experiments show that PET-NeuS achieves high-fidelity surface reconstruction on standard datasets. Following previous work and using the Chamfer metric as the most important way to measure surface reconstruction quality, we are able to improve upon the NeuS baseline by 57% on Nerf-synthetic (0.84 compared to 1.97) and by 15.5% on DTU (0.71 compared to 0.84). The qualitative evaluation reveals how our method can better control the interference of high-frequency noise. Code available at \url{https://github.com/yiqun-wang/PET-NeuS}.

Yiqun Wang, Ivan Skorokhodov, Peter Wonka• 2023

Related benchmarks

TaskDatasetResultRank
View SynthesisUrbanScene3D Sci-Art
PSNR15.18
22
Novel View SynthesisDTU (Scan55)
PSNR23.1
4
Novel View SynthesisDTU Scan24
PSNR20.77
4
Novel View SynthesisDTU Scan37
PSNR18.68
4
Novel View SynthesisDTU Scan40
PSNR22.78
4
Novel View SynthesisDTU (Scan63)
PSNR26.89
4
3D ReconstructionUrbanScene3D PolyTech scene
HD46
3
3D ReconstructionUrbanScene3D ArtSci scene
HD32
3
3D surface reconstructionUrbanScene3D PolyTech scene
CD0.07
3
3D surface reconstructionUrbanScene3D ArtSci scene
Chamfer Distance0.08
3
Showing 10 of 12 rows

Other info

Follow for update