Papers › CG-SLAM: Efficient Dense RGB-D SLAM in a Consistent Uncertainty-aware 3D Gaussian Field

CG-SLAM: Efficient Dense RGB-D SLAM in a Consistent Uncertainty-aware 3D Gaussian Field

24 Mar 2024arXiv:2403.16095archive 2025-07-28

Jiarui Hu, Xianhao Chen, Boyin Feng, Guanglin Li, Liangjing Yang, Hujun Bao, Guofeng Zhang, Zhaopeng Cui

Recently neural radiance fields (NeRF) have been widely exploited as 3D representations for dense simultaneous localization and mapping (SLAM). Despite their notable successes in surface modeling and novel view synthesis, existing NeRF-based methods are hindered by their computationally intensive and time-consuming volume rendering pipeline. This paper presents an efficient dense RGB-D SLAM system, i.e., CG-SLAM, based on a novel uncertainty-aware 3D Gaussian field with high consistency and geometric stability. Through an in-depth analysis of Gaussian Splatting, we propose several techniques to construct a consistent and stable 3D Gaussian field suitable for tracking and mapping. Additionally, a novel depth uncertainty model is proposed to ensure the selection of valuable Gaussian primitives during optimization, thereby improving tracking efficiency and accuracy. Experiments on various datasets demonstrate that CG-SLAM achieves superior tracking and mapping performance with a notable tracking speed of up to 15 Hz. We will make our source code publicly available. Project page: https://zju3dv.github.io/cg-slam.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2403.16095")

Code

Syntology Ran 9 of 15 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 4 ran · honoured contract; 2 ran · our draft was wrong; 3 ran with no contract checked.

By repository: community (archive-listed): 15 samples from 1 repository, 9 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

hjr37/CG-SLAM mentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 9 ran; 4 honoured the contract we drafted; 6 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

4ran · honoured contract
2ran · our draft was wrong
3ran
6unverified

Licence: 0 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from hjr37/CG-SLAM. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

PILtoTorch hjr37/CG-SLAM/gaussian_utils/general_utils.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 95abae1a2b93399d · report
RGB2SH hjr37/CG-SLAM/gaussian_utils/sh_utils.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · 5a8b1e0eb5ec2789 · report
eval_sh hjr37/CG-SLAM/gaussian_utils/sh_utils.py community (archive-listed) ran Apache-2.0 (permissive) · d3d0dc69477aa06b · report
gaussian hjr37/CG-SLAM/gaussian_utils/loss_utils.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · c56b7ef16f309a45 · report
get_expon_lr_func hjr37/CG-SLAM/gaussian_utils/general_utils.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 7325f65ee1e29543 · report
inverse_sigmoid hjr37/CG-SLAM/gaussian_utils/general_utils.py community (archive-listed) ran · honoured contract fingerprinted Apache-2.0 (permissive) · b488da571728b636 · report
l1_loss hjr37/CG-SLAM/gaussian_utils/loss_utils.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · ac0e42d6fbcfbbe6 · report
l2_loss hjr37/CG-SLAM/gaussian_utils/loss_utils.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · 8c3b0f873ba11813 · report
searchForMaxIteration hjr37/CG-SLAM/gaussian_utils/system_utils.py community (archive-listed) ran · honoured contract Apache-2.0 (permissive) · c1e505eec9aae423 · report
SH2RGB hjr37/CG-SLAM/gaussian_utils/sh_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 55e5c8b4a3e6a864 · report
geom_transform_points hjr37/CG-SLAM/gaussian_utils/graphics_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 5b23bdfce9048dec · report
getWorld2View hjr37/CG-SLAM/gaussian_utils/graphics_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · f304da20700d51cd · report
getWorld2View2 hjr37/CG-SLAM/gaussian_utils/graphics_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 6c394c1d0cb69da4 · report
mse hjr37/CG-SLAM/gaussian_utils/image_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 6e14e874e7f40344 · report
psnr hjr37/CG-SLAM/gaussian_utils/image_utils.py community (archive-listed) unverified Apache-2.0 (permissive) · c10ce69ac48a8f3b · report

Tasks

NeRFNovel View SynthesisSimultaneous Localization and Mapping

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SPEED

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections