GRCVJun 23, 2025

SOF: Sorted Opacity Fields for Fast Unbounded Surface Reconstruction

arXiv:2506.19139v14 citationsh-index: 7SIGGRAPH Asia
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in 3D scene reconstruction for applications like real-time rendering and geometry extraction, representing an incremental improvement over prior methods.

The paper tackles the problem of extracting accurate surfaces from 3D Gaussian representations in large-scale, unbounded environments, achieving higher reconstruction accuracy and reducing total processing time by more than a factor of three.

Recent advances in 3D Gaussian representations have significantly improved the quality and efficiency of image-based scene reconstruction. Their explicit nature facilitates real-time rendering and fast optimization, yet extracting accurate surfaces - particularly in large-scale, unbounded environments - remains a difficult task. Many existing methods rely on approximate depth estimates and global sorting heuristics, which can introduce artifacts and limit the fidelity of the reconstructed mesh. In this paper, we present Sorted Opacity Fields (SOF), a method designed to recover detailed surfaces from 3D Gaussians with both speed and precision. Our approach improves upon prior work by introducing hierarchical resorting and a robust formulation of Gaussian depth, which better aligns with the level-set. To enhance mesh quality, we incorporate a level-set regularizer operating on the opacity field and introduce losses that encourage geometrically-consistent primitive shapes. In addition, we develop a parallelized Marching Tetrahedra algorithm tailored to our opacity formulation, reducing meshing time by up to an order of magnitude. As demonstrated by our quantitative evaluation, SOF achieves higher reconstruction accuracy while cutting total processing time by more than a factor of three. These results mark a step forward in turning efficient Gaussian-based rendering into equally efficient geometry extraction.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes