CVFeb 21, 2025

RGB-Only Gaussian Splatting SLAM for Unbounded Outdoor Scenes

arXiv:2502.15633v120 citationsh-index: 4ICRA
Originality Incremental advance
AI Analysis

This addresses the challenge of robust SLAM in unbounded outdoor environments for robotics and autonomous systems, representing a domain-specific advancement.

The paper tackles the problem of 3D Gaussian Splatting SLAM underperforming in outdoor scenes by proposing OpenGS-SLAM, a RGB-only method that reduces tracking error to 9.8% of previous methods and achieves state-of-the-art novel view synthesis on the Waymo dataset.

3D Gaussian Splatting (3DGS) has become a popular solution in SLAM, as it can produce high-fidelity novel views. However, previous GS-based methods primarily target indoor scenes and rely on RGB-D sensors or pre-trained depth estimation models, hence underperforming in outdoor scenarios. To address this issue, we propose a RGB-only gaussian splatting SLAM method for unbounded outdoor scenes--OpenGS-SLAM. Technically, we first employ a pointmap regression network to generate consistent pointmaps between frames for pose estimation. Compared to commonly used depth maps, pointmaps include spatial relationships and scene geometry across multiple views, enabling robust camera pose estimation. Then, we propose integrating the estimated camera poses with 3DGS rendering as an end-to-end differentiable pipeline. Our method achieves simultaneous optimization of camera poses and 3DGS scene parameters, significantly enhancing system tracking accuracy. Specifically, we also design an adaptive scale mapper for the pointmap regression network, which provides more accurate pointmap mapping to the 3DGS map representation. Our experiments on the Waymo dataset demonstrate that OpenGS-SLAM reduces tracking error to 9.8\% of previous 3DGS methods, and achieves state-of-the-art results in novel view synthesis. Project Page: https://3dagentworld.github.io/opengs-slam/

Foundations

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

Your Notes