3D Surface Reconstruction with Enhanced High-Frequency Details
Shikun Zhang, Yiqun Wang, Cunjian Chen, Yong Li, Qiuhong Ke
TL;DR
FreNeuS addresses the tendency of neural implicit 3D reconstruction to produce overly smooth surfaces by explicitly exploiting high-frequency information. It detects high-frequency image regions via gradient-based analysis, dynamically biases ray sampling toward detail-rich areas, and applies a pixel-space constraint to reinforce high-frequency details during optimization, all within a NeuS-compatible framework. The approach yields improved surface fidelity and texture detail on DTU and NeRF-synthetic datasets, with ablations confirming the contributions of high-frequency detection, sampling, and constraints. The method generalizes to other NeuS-based models, offering a practical, low-overhead enhancement for local detail reconstruction in neural implicit surfaces.
Abstract
Neural implicit 3D reconstruction can reproduce shapes without 3D supervision, and it learns the 3D scene through volume rendering methods and neural implicit representations. Current neural surface reconstruction methods tend to randomly sample the entire image, making it difficult to learn high-frequency details on the surface, and thus the reconstruction results tend to be too smooth. We designed a method (FreNeuS) based on high-frequency information to solve the problem of insufficient surface detail. Specifically, FreNeuS uses pixel gradient changes to easily acquire high-frequency regions in an image and uses the obtained high-frequency information to guide surface detail reconstruction. High-frequency information is first used to guide the dynamic sampling of rays, applying different sampling strategies according to variations in high-frequency regions. To further enhance the focus on surface details, we have designed a high-frequency weighting method that constrains the representation of high-frequency details during the reconstruction process. Qualitative and quantitative results show that our method can reconstruct fine surface details and obtain better surface reconstruction quality compared to existing methods. In addition, our method is more applicable and can be generalized to any NeuS-based work.
