FreBIS: Frequency-Based Stratification for Neural Implicit Surface Representations
Naoko Sawada, Pedro Miraldo, Suhas Lohit, Tim K. Marks, Moitreya Chatterjee
TL;DR
FreBIS addresses the difficulty of capturing both coarse geometry and fine details in neural implicit surfaces by introducing frequency-based stratification with separate low-, middle-, and high-frequency encoders and a redundancy-aware weighting module to fuse their features. A decoder then predicts the SDF and appearance features, enabling accurate 3D surface reconstructions and view-dependent renderings when paired with existing backbones like VolSDF. Evaluations on BlendedMVS show consistent improvements in PSNR, SSIM, and LPIPS, along with higher-fidelity meshes, demonstrating the practical impact of frequency-aware multi-encoder representations for AR/VR and related 3D tasks.
Abstract
Neural implicit surface representation techniques are in high demand for advancing technologies in augmented reality/virtual reality, digital twins, autonomous navigation, and many other fields. With their ability to model object surfaces in a scene as a continuous function, such techniques have made remarkable strides recently, especially over classical 3D surface reconstruction methods, such as those that use voxels or point clouds. However, these methods struggle with scenes that have varied and complex surfaces principally because they model any given scene with a single encoder network that is tasked to capture all of low through high-surface frequency information in the scene simultaneously. In this work, we propose a novel, neural implicit surface representation approach called FreBIS to overcome this challenge. FreBIS works by stratifying the scene based on the frequency of surfaces into multiple frequency levels, with each level (or a group of levels) encoded by a dedicated encoder. Moreover, FreBIS encourages these encoders to capture complementary information by promoting mutual dissimilarity of the encoded features via a novel, redundancy-aware weighting module. Empirical evaluations on the challenging BlendedMVS dataset indicate that replacing the standard encoder in an off-the-shelf neural surface reconstruction method with our frequency-stratified encoders yields significant improvements. These enhancements are evident both in the quality of the reconstructed 3D surfaces and in the fidelity of their renderings from any viewpoint.
