菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-03-10
📄 Abstract - VarSplat: Uncertainty-aware 3D Gaussian Splatting for Robust RGB-D SLAM

Simultaneous Localization and Mapping (SLAM) with 3D Gaussian Splatting (3DGS) enables fast, differentiable rendering and high-fidelity reconstruction across diverse real-world scenes. However, existing 3DGS-SLAM approaches handle measurement reliability implicitly, making pose estimation and global alignment susceptible to drift in low-texture regions, transparent surfaces, or areas with complex reflectance properties. To this end, we introduce VarSplat, an uncertainty-aware 3DGS-SLAM system that explicitly learns per-splat appearance variance. By using the law of total variance with alpha compositing, we then render differentiable per-pixel uncertainty map via efficient, single-pass rasterization. This map guides tracking, submap registration, and loop detection toward focusing on reliable regions and contributes to more stable optimization. Experimental results on Replica (synthetic) and TUM-RGBD, ScanNet, and ScanNet++ (real-world) show that VarSplat improves robustness and achieves competitive or superior tracking, mapping, and novel view synthesis rendering compared to existing studies for dense RGB-D SLAM.

顶级标签: computer vision robotics systems
详细标签: 3d gaussian splatting slam uncertainty estimation rgb-d novel view synthesis 或 搜索:

VarSplat:用于鲁棒RGB-D SLAM的、具备不确定性感知能力的3D高斯溅射方法 / VarSplat: Uncertainty-aware 3D Gaussian Splatting for Robust RGB-D SLAM


1️⃣ 一句话总结

这篇论文提出了一种名为VarSplat的新方法,它通过让3D高斯模型学会感知自身在图像渲染中的不确定性,来引导SLAM系统重点关注可靠的视觉区域,从而在纹理单一、透明或反光等复杂场景中实现更稳定、更精确的定位与三维重建。

源自 arXiv: 2603.09673