🤖 AI Summary
Traditional implicit surface extraction methods (e.g., Marching Cubes) suffer from geometric distortion and loss of fine details due to fixed voxel resolution. To address this, we propose an analytical surface tracing method tailored for neural implicit functions—such as signed distance function (SDF) networks—that leverages the spatial partitioning induced by neuron activations. Our approach employs a depth-first traversal strategy that enables discretization-free, sampling-free, and parallel surface extraction. By directly analyzing the internal geometric structure encoded in the network, it bypasses explicit spatial decomposition while preserving real-time performance and significantly improving reconstruction accuracy. Experiments demonstrate that our method consistently reconstructs high-fidelity triangle meshes across diverse neural architectures and complex topologies, achieving superior detail preservation without compromising computational efficiency.
📝 Abstract
Accurate surface geometry representation is crucial in 3D visual computing. Explicit representations, such as polygonal meshes, and implicit representations, like signed distance functions, each have distinct advantages, making efficient conversions between them increasingly important. Conventional surface extraction methods for implicit representations, such as the widely used Marching Cubes algorithm, rely on spatial decomposition and sampling, leading to inaccuracies due to fixed and limited resolution. We introduce a novel approach for analytically extracting surfaces from neural implicit functions. Our method operates natively in parallel and can navigate large neural architectures. By leveraging the fact that each neuron partitions the domain, we develop a depth-first traversal strategy to efficiently track the encoded surface. The resulting meshes faithfully capture the full geometric information from the network without ad-hoc spatial discretization, achieving unprecedented accuracy across diverse shapes and network architectures while maintaining competitive speed.