HF-NeuS: Improved Surface Reconstruction Using High-Frequency Details
Yiqun Wang, Ivan Skorokhodov, Peter Wonka

TL;DR
HF-NeuS introduces a novel neural surface reconstruction method that effectively captures high-frequency details by decomposing the SDF and employing an adaptive optimization strategy, significantly enhancing surface detail quality.
Contribution
The paper proposes a new approach to model transparency as transformed SDF and decomposes the SDF into base and displacement functions for improved high-frequency detail reconstruction.
Findings
Reconstructs fine-grained surface details more accurately than previous methods.
Achieves superior surface reconstruction quality both qualitatively and quantitatively.
Demonstrates the effectiveness of a coarse-to-fine SDF decomposition and adaptive training strategy.
Abstract
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…
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
Taxonomy
Topics3D Shape Modeling and Analysis · Computer Graphics and Visualization Techniques · Advanced Numerical Analysis Techniques
MethodsBalanced Selection
