Papers › SemGauss-SLAM: Dense Semantic Gaussian Splatting SLAM

SemGauss-SLAM: Dense Semantic Gaussian Splatting SLAM

12 Mar 2024arXiv:2403.07494archive 2025-07-28

Siting Zhu, Renjie Qin, Guangming Wang, Jiuming Liu, Hesheng Wang

We propose SemGauss-SLAM, a dense semantic SLAM system utilizing 3D Gaussian representation, that enables accurate 3D semantic mapping, robust camera tracking, and high-quality rendering simultaneously. In this system, we incorporate semantic feature embedding into 3D Gaussian representation, which effectively encodes semantic information within the spatial layout of the environment for precise semantic scene representation. Furthermore, we propose feature-level loss for updating 3D Gaussian representation, enabling higher-level guidance for 3D Gaussian optimization. In addition, to reduce cumulative drift in tracking and improve semantic reconstruction accuracy, we introduce semantic-informed bundle adjustment leveraging multi-frame semantic associations for joint optimization of 3D Gaussian representation and camera poses, leading to low-drift tracking and accurate mapping. Our SemGauss-SLAM method demonstrates superior performance over existing radiance field-based SLAM methods in terms of mapping and tracking accuracy on Replica and ScanNet datasets, while also showing excellent capabilities in high-precision semantic segmentation and dense semantic mapping.

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.07494")

Code

Syntology Ran 13 of 16 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 1 ran · honoured contract; 1 ran · violated contract; 11 ran with no contract checked.

By repository: official repository: 16 samples from 1 repository, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

IRMVLab/SemGauss-SLAM officialmentioned on GitHub 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

16 samples harvested; 13 ran; 1 honoured the contract we drafted; 3 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.

1ran · honoured contract
1ran · violated contract
11ran
3unverified

Licence: 16 of the 16 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 IRMVLab/SemGauss-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.

build_rotation IRMVLab/SemGauss-SLAM/utils/slam_external.py official repository ran fingerprinted no licence file found · pointer only · d46f0f7778585fae · report
calc_psnr IRMVLab/SemGauss-SLAM/utils/slam_external.py official repository ran no licence file found · pointer only · 7129cbd08abe40e3 · report
check_proj IRMVLab/SemGauss-SLAM/eval_mesh/eval_recon.py official repository ran no licence file found · pointer only · a58443b176ece789 · report
decode_segmap IRMVLab/SemGauss-SLAM/utils/eval_utils.py official repository ran no licence file found · pointer only · 8e25e095f75a0500 · report
gaussian IRMVLab/SemGauss-SLAM/utils/slam_external.py official repository ran · honoured contract fingerprinted no licence file found · pointer only · c56b7ef16f309a45 · report
get_pointcloud IRMVLab/SemGauss-SLAM/utils/keyframe_selection.py official repository ran no licence file found · pointer only · f248b8367a1cd37e · report
initialize_params IRMVLab/SemGauss-SLAM/sem_gauss.py official repository ran no licence file found · pointer only · 5d74e4292739fbc6 · report
keyframe_selection_overlap IRMVLab/SemGauss-SLAM/utils/keyframe_selection.py official repository ran no licence file found · pointer only · b5fee5582aacb435 · report
l1_loss_v1 IRMVLab/SemGauss-SLAM/utils/slam_helpers.py official repository ran fingerprinted no licence file found · pointer only · 53fba5ce6f9061ed · report
matrix_to_quaternion IRMVLab/SemGauss-SLAM/utils/slam_helpers.py official repository ran fingerprinted no licence file found · pointer only · 217f9ae54d42ec88 · report
normalize IRMVLab/SemGauss-SLAM/eval_mesh/eval_recon.py official repository ran · violated contract fingerprinted no licence file found · pointer only · 1d6f8390d799f055 · report
params2cpu IRMVLab/SemGauss-SLAM/utils/common_utils.py official repository ran no licence file found · pointer only · 17de543d0316e6b4 · report
transformed_params2rendervar IRMVLab/SemGauss-SLAM/utils/slam_helpers.py official repository ran no licence file found · pointer only · d205f4d3884e6b23 · report
align IRMVLab/SemGauss-SLAM/utils/eval_utils.py official repository unverified no licence file found · pointer only · dd59dc07aa780173 · report
evaluate_ate IRMVLab/SemGauss-SLAM/utils/eval_utils.py official repository unverified no licence file found · pointer only · 9dfa1e1ca070b38f · report
get_pointcloud IRMVLab/SemGauss-SLAM/sem_gauss.py official repository unverified no licence file found · pointer only · d043c893edead5d3 · report

Tasks

Semantic SLAMSemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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