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

HF-NeuS: Improved Surface Reconstruction Using High-Frequency Details

About

Neural rendering can be used to reconstruct implicit representations of shapes without 3D supervision. However, current neural surface reconstruction methods have difficulty learning high-frequency geometry details, so the reconstructed shapes are often over-smoothed. We develop HF-NeuS, a novel method to improve the quality of surface reconstruction in neural rendering. We follow recent work to model surfaces as signed distance functions (SDFs). First, we offer a derivation to analyze the relationship between the SDF, the volume density, the transparency function, and the weighting function used in the volume rendering equation and propose to model transparency as transformed SDF. Second, we observe that attempting to jointly encode high-frequency and low-frequency components in a single SDF leads to unstable optimization. We propose to decompose the SDF into a base function and a displacement function with a coarse-to-fine strategy to gradually increase the high-frequency details. Finally, we design an adaptive optimization strategy that makes the training process focus on improving those regions near the surface where the SDFs have artifacts. Our qualitative and quantitative results show that our method can reconstruct fine-grained surface details and obtain better surface reconstruction quality than the current state of the art. Code available at https://github.com/yiqun-wang/HFS.

Yiqun Wang, Ivan Skorokhodov, Peter Wonka• 2022

Related benchmarks

TaskDatasetResultRank
3D surface reconstructionDTU (test)
Mean Chamfer Distance (CD)0.77
69
Surface ReconstructionDTU 1.0 (test)
Chamfer Distance (Scene 24)0.76
35
Multiview ReconstructionDTU MVS 2014 (test)
Scan 55 Score0.37
5
Multiview ReconstructionDeep Fashion 3D Dataset (D3D) 1.0 (test)
Upper (Long Sleeve) Error9.695
4
Multiview ReconstructionMulti-Garment Net Dataset (MGN) 1.0 (test)
Reconstruction Error (LongCoat)10.398
4
Showing 5 of 5 rows

Other info

Code

Follow for update