Sharpening Your Density Fields: Spiking Neuron Aided Fast Geometry Learning
Yi Gu, Zhaorui Wang, Dongjun Ye, Renjing Xu
TL;DR
This work tackles robust geometry extraction in grid-based NeRF by removing the need for manual density thresholds through a learnable spiking-threshold mechanism. A round-robin training strategy alternates between normal and spiking stages to stabilize optimization and sharpen the density distribution with minimal computational overhead. Empirical results on Blender and DTU demonstrate improved geometry quality and competitive efficiency compared to state-of-the-art baselines, with ablations confirming the necessity of the round-robin and fixed-color components. The approach broadens practical applicability of NeRF geometry extraction, including challenging scenarios such as transparent objects, by enabling fast, high-fidelity surface reconstruction without manual tuning.
Abstract
Neural Radiance Fields (NeRF) have achieved remarkable progress in neural rendering. Extracting geometry from NeRF typically relies on the Marching Cubes algorithm, which uses a hand-crafted threshold to define the level set. However, this threshold-based approach requires laborious and scenario-specific tuning, limiting its practicality for real-world applications. In this work, we seek to enhance the efficiency of this method during the training time. To this end, we introduce a spiking neuron mechanism that dynamically adjusts the threshold, eliminating the need for manual selection. Despite its promise, directly training with the spiking neuron often results in model collapse and noisy outputs. To overcome these challenges, we propose a round-robin strategy that stabilizes the training process and enables the geometry network to achieve a sharper and more precise density distribution with minimal computational overhead. We validate our approach through extensive experiments on both synthetic and real-world datasets. The results show that our method significantly improves the performance of threshold-based techniques, offering a more robust and efficient solution for NeRF geometry extraction.
