paper-with-me

Papers

RTG-SLAM: Real-time 3D Reconstruction at Scale using Gaussian Splatting

2024-04-30 · Zhexi Peng, Tianjia Shao, Yong liu, Jingke Zhou, Yin Yang, Jingdong Wang, Kun Zhou

We present Real-time Gaussian SLAM (RTG-SLAM), a real-time 3D reconstruction system with an RGBD camera for large-scale environments using Gaussian splatting. The system features a compact Gaussian representation and a highly efficient on-the-fly Gaussian optimization scheme. We force each Gaussian to be either opaque or nearly transparent, with the opaque ones fitting the surface and dominant colors, and transparent ones fitting residual colors. By rendering depth in a different way from color rendering, we let a single opaque Gaussian well fit a local surface region without the need of multiple overlapping Gaussians, hence largely reducing the memory and computation cost. For on-the-fly Gaussian optimization, we explicitly add Gaussians for three types of pixels per frame: newly observed, with large color errors, and with large depth errors. We also categorize all Gaussians into stable and unstable ones, where the stable Gaussians are expected to well fit previously observed RGBD images and otherwise unstable. We only optimize the unstable Gaussians and only render the pixels occupied by unstable Gaussians. In this way, both the number of Gaussians to be optimized and pixels to be rendered are largely reduced, and the optimization can be done in real time. We show real-time reconstructions of a variety of large scenes. Compared with the state-of-the-art NeRF-based RGBD SLAM, our system achieves comparable high-quality reconstruction but with around twice the speed and half the memory cost, and shows superior performance in the realism of novel view synthesis and camera tracking accuracy.

📄 PDF Abstract BibTeX arXiv:2404.19706

Code (0)

등록된 구현이 없습니다.

Tasks

3D ReconstructionNeRFNovel View Synthesis

Methods 이 논문이 사용한 방법론

SPEED The monocular depth estimation (MDE) is the task of estimating depth from a single frame. This information is an essential knowledge in many computer vision tasks such as scene…

Similar Papers 제목 키워드 기반

MAGS-SLAM: Monocular Multi-Agent Gaussian Splatting SLAM for Geometrically and Photometrically Consistent Reconstruction

2026-05-11 · Zhihao Cao, Qi Shao, Shuhao Zhai, Jing Zhang 외 arxiv

Collaborative photorealistic 3D reconstruction from multiple agents enables rapid large-scale scene capture for virtual production and cooperative multi-robot exploration. While recent 3D Gaussian Splatting (3DGS) SLAM a…

3D Reconstruction

PointSLAM++: Robust Dense Neural Gaussian Point Cloud-based SLAM

2026-01-10 · Xu Wang, Boyao Han, Xiaojun Chen, Ying Liu 외 arxiv

Real-time 3D reconstruction is crucial for robotics and augmented reality, yet current simultaneous localization and mapping(SLAM) approaches often struggle to maintain structural consistency and robust pose estimation i…

3D ReconstructionPose Estimation

MCGS-SLAM: A Multi-Camera SLAM Framework Using Gaussian Splatting for High-Fidelity Mapping

2025-09-17 · Zhihao Cao, Hanyu Wu, Li Wa Tang, Zizhou Luo 외 arxiv

Recent progress in dense SLAM has primarily targeted monocular setups, often at the expense of robustness and geometric coverage. We present MCGS-SLAM, the first purely RGB-based multi-camera SLAM system built on 3D Gaus…

Autonomous Driving

CaRtGS: Computational Alignment for Real-Time Gaussian Splatting SLAM

2024-10-01 · Dapeng Feng, Zhiqiang Chen, Yizhen Yin, Shipeng Zhong 외

Simultaneous Localization and Mapping (SLAM) is pivotal in robotics, with photorealistic scene reconstruction emerging as a key challenge. To address this, we introduce Computational Alignment for Real-Time Gaussian Spla…

3DGSSimultaneous Localization and Mapping

GLAM-SLAM: Real-time Gaussian Large-scale Mapping via Flow Densification and Spatial Decomposition

2026-07-23 · Panagiotis Mermigkas, Argyris Manetas, Petros Maragos arxiv

Existing Gaussian-splatting-based monocular Simultaneous Localization and Mapping (SLAM) systems are either tailored to short sequences, are not real-time, or suffer from prohibitive GPU memory requirements, limiting the…