Search papers, labs, and topics across Lattice.
This paper introduces GeoGS-SLAM, a novel dense visual SLAM system that utilizes Geometry-only Gaussian Splatting to focus exclusively on scene geometry, significantly reducing the number of Gaussian primitives by over 80%. By eliminating the need for appearance modeling, GeoGS-SLAM enhances geometric convergence and robustness against illumination variations, which are critical for navigation and obstacle avoidance in robotic tasks. Experimental results show that GeoGS-SLAM outperforms state-of-the-art methods in both online mapping efficiency and geometric reconstruction quality across various benchmarks.
Focusing solely on geometry, GeoGS-SLAM achieves over 80% reduction in Gaussian primitives while enhancing mapping efficiency and reconstruction quality.
Dense visual SLAM is a fundamental problem in robotics. Recent advances in 3DGS have demonstrated its potential for dense SLAM. Existing 3DGS frameworks focus on both appearance and geometry modeling. However, scene geometry is typically more critical for SLAM than novel view synthesis because downstream robotic tasks, such as navigation and obstacle avoidance, rely primarily on accurate spatial geometry rather than photorealistic rendering. This observation raises a natural question: Is it feasible for 3DGS to perform 3D reconstruction without scene appearance modeling? Motivated by this, we propose Geometry-only Gaussian Splatting (GeoGS), which directly reconstructs scene geometry, and further present GeoGS-SLAM, a dense visual SLAM system built upon this representation. Specifically, GeoGS retains only spatial parameters to reduce the number of per-primitive parameters by over 80%. In contrast to existing 3DGS methods, GeoGS focuses solely on geometric reconstruction, which significantly reduces the number of Gaussian primitives, accelerates geometric convergence, and enhances robustness to illumination variations. In addition, we present an effective training framework that optimizes the Gaussian primitives via single-view and multi-view geometric and photometric supervision, and speeds up geometry convergence with a local-plane driven initialization that better aligns primitives with local structures. Furthermore, we introduce a map update strategy for loop closure that globally transforms the Gaussian map to align it with the corrected pose estimates, thereby preventing map tearing caused by inconsistent per-viewpoint pose corrections in existing methods. Extensive experiments on synthetic and real-world benchmarks demonstrate that our method outperforms SOTA methods in terms of online mapping efficiency and geometric reconstruction quality.