TetraSDF: Precise Mesh Extraction with Multi-resolution Tetrahedral Grid
Seonghun Oh, Youngjung Uh, Jin-Hwa Kim
TL;DR
TetraSDF addresses the challenge of extracting meshes that exactly match the zero-level set of neural SDFs by preserving CPWA structure through a multi-resolution tetrahedral positional encoder with barycentric interpolation. It introduces a fixed input preconditioner to whiten encoder-induced bias and develops an analytic mesh-extraction pipeline that jointly tracks encoder-induced polyhedral cells and ReLU MLP linear regions. The method yields highly self-consistent meshes with improved SDF fidelity, outperforming grid-based encoders and analytic baselines across multiple datasets while maintaining practical runtime and memory efficiency. This work enables precise, scalable mesh extraction for neural implicit surfaces, facilitating accurate geometry reconstruction in 3D scenes and geometry-centric AI applications.
Abstract
Extracting meshes that exactly match the zero-level set of neural signed distance functions (SDFs) remains challenging. Sampling-based methods introduce discretization error, while continuous piecewise affine (CPWA) analytic approaches apply only to plain ReLU MLPs. We present TetraSDF, a precise analytic meshing framework for SDFs represented by a ReLU MLP composed with a multi-resolution tetrahedral positional encoder. The encoder's barycentric interpolation preserves global CPWA structure, enabling us to track ReLU linear regions within an encoder-induced polyhedral complex. A fixed analytic input preconditioner derived from the encoder's metric further reduces directional bias and stabilizes training. Across multiple benchmarks, TetraSDF matches or surpasses existing grid-based encoders in SDF reconstruction accuracy, and its analytic extractor produces highly self-consistent meshes that remain faithful to the learned isosurfaces, all with practical runtime and memory efficiency.
