TriaGS: Differentiable Triangulation-Guided Geometric Consistency for 3D Gaussian Splatting
Quan Tran, Tuan Dang
TL;DR
This work tackles geometry deficiencies in 3D Gaussian Splatting by enforcing global geometric consistency through differentiable multi-view triangulation. It introduces Triangulation-Guided Geometric Consistency (TGGC), which re-triangulates a consensus 3D point from multiple views and penalizes deviations from the rendered estimate, all in a self-supervised framework. The approach achieves state-of-the-art geometric reconstruction on benchmarks like DTU and Tanks and Temples, while maintaining competitive novel-view synthesis quality and offering a faster training workflow. These advances enable higher-fidelity surfaces suitable for downstream tasks requiring accurate geometry without extra supervision.
Abstract
3D Gaussian Splatting is crucial for real-time novel view synthesis due to its efficiency and ability to render photorealistic images. However, building a 3D Gaussian is guided solely by photometric loss, which can result in inconsistencies in reconstruction. This under-constrained process often results in "floater" artifacts and unstructured geometry, preventing the extraction of high-fidelity surfaces. To address this issue, our paper introduces a novel method that improves reconstruction by enforcing global geometry consistency through constrained multi-view triangulation. Our approach aims to achieve a consensus on 3D representation in the physical world by utilizing various estimated views. We optimize this process by penalizing the deviation of a rendered 3D point from a robust consensus point, which is re-triangulated from a bundle of neighboring views in a self-supervised fashion. We demonstrate the effectiveness of our method across multiple datasets, achieving state-of-the-art results. On the DTU dataset, our method attains a mean Chamfer Distance of 0.50 mm, outperforming comparable explicit methods. We will make our code open-source to facilitate community validation and ensure reproducibility.
