Abstract
In this paper, we introduce $\textbf{GS-SLAM}$ that first utilizes 3DGaussian representation in the Simultaneous Localization and Mapping (SLAM)system. It facilitates a better balance between efficiency and accuracy.Compared to recent SLAM methods employing neural implicit representations, ourmethod utilizes a real-time differentiable splatting rendering pipeline thatoffers significant speedup to map optimization and RGB-D re-rendering.Specifically, we propose an adaptive expansion strategy that adds new ordeletes noisy 3D Gaussian in order to efficiently reconstruct new observedscene geometry and improve the mapping of previously observed areas. Thisstrategy is essential to extend 3D Gaussian representation to reconstruct thewhole scene rather than synthesize a static object in existing methods.Moreover, in the pose tracking process, an effective coarse-to-fine techniqueis designed to select reliable 3D Gaussian representations to optimize camerapose, resulting in runtime reduction and robust estimation. Our method achievescompetitive performance compared with existing state-of-the-art real-timemethods on the Replica, TUM-RGBD datasets. The source code will be releasedsoon.