SDFoam: Signed-Distance Foam for explicit surface reconstruction
Antonella Rech, Nicola Conci, Nicola Garau
TL;DR
SDFoam tackles the challenge of accurate geometry within neural rendering by unifying an explicit Voronoi foam with a learnable SDF. By treating each Voronoi cell as a local SDF and deriving per-cell density from the SDF, the method enables differentiable ray tracing and direct, topology-preserving mesh extraction. The approach yields crisper, more complete surfaces with fewer floaters and maintains competitive rendering quality and training speed compared to RadiantFoam. Across multiple scenes, SDFoam delivers substantial gains in mesh reconstruction accuracy (Chamfer) while preserving photometric fidelity and enabling faster mesh extraction, bridging explicit geometry and neural radiance fields.
Abstract
Neural radiance fields (NeRF) have driven impressive progress in view synthesis by using ray-traced volumetric rendering. Splatting-based methods such as 3D Gaussian Splatting (3DGS) provide faster rendering by rasterizing 3D primitives. RadiantFoam (RF) brought ray tracing back, achieving throughput comparable to Gaussian Splatting by organizing radiance with an explicit Voronoi Diagram (VD). Yet, all the mentioned methods still struggle with precise mesh reconstruction. We address this gap by jointly learning an explicit VD with an implicit Signed Distance Field (SDF). The scene is optimized via ray tracing and regularized by an Eikonal objective. The SDF introduces metric-consistent isosurfaces, which, in turn, bias near-surface Voronoi cell faces to align with the zero level set. The resulting model produces crisper, view-consistent surfaces with fewer floaters and improved topology, while preserving photometric quality and maintaining training speed on par with RadiantFoam. Across diverse scenes, our hybrid implicit-explicit formulation, which we name SDFoam, substantially improves mesh reconstruction accuracy (Chamfer distance) with comparable appearance (PSNR, SSIM), without sacrificing efficiency.
