Confidence-Based Mesh Extraction from 3D Gaussians

arXiv cs.CV / 3/27/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses a key limitation of 3D Gaussian Splatting (3DGS) mesh extraction: ambiguous surfaces in scenes with strong view-dependent effects.
  • It proposes a self-supervised, confidence-based framework that learns per-primitive confidence values to dynamically balance photometric versus geometric supervision.
  • It further improves extraction by adding losses that penalize per-primitive color and normal variance, reducing inconsistencies in the reconstructed surface.
  • An improved appearance model is introduced via decoupling terms in the D-SSIM loss, aiming to better fit observed appearance while preserving efficiency.
  • The authors report state-of-the-art results for unbounded mesh extraction while maintaining 3DGS’s efficiency advantages.

Abstract

Recently, 3D Gaussian Splatting (3DGS) greatly accelerated mesh extraction from posed images due to its explicit representation and fast software rasterization. While the addition of geometric losses and other priors has improved the accuracy of extracted surfaces, mesh extraction remains difficult in scenes with abundant view-dependent effects. To resolve the resulting ambiguities, prior works rely on multi-view techniques, iterative mesh extraction, or large pre-trained models, sacrificing the inherent efficiency of 3DGS. In this work, we present a simple and efficient alternative by introducing a self-supervised confidence framework to 3DGS: within this framework, learnable confidence values dynamically balance photometric and geometric supervision. Extending our confidence-driven formulation, we introduce losses which penalize per-primitive color and normal variance and demonstrate their benefits to surface extraction. Finally, we complement the above with an improved appearance model, by decoupling the individual terms of the D-SSIM loss. Our final approach delivers state-of-the-art results for unbounded meshes while remaining highly efficient.