paper-with-me

홈 › Papers

DROID-Splat: Combining end-to-end SLAM with 3D Gaussian Splatting

2024-11-26 · Christian Homeyer, Leon Begiristain, Christoph Schnörr

Recent progress in scene synthesis makes standalone SLAM systems purely based on optimizing hyperprimitives with a Rendering objective possible. However, the tracking performance still lacks behind traditional and end-to-end SLAM systems. An optimal trade-off between robustness, speed and accuracy has not yet been reached, especially for monocular video. In this paper, we introduce a SLAM system based on an end-to-end Tracker and extend it with a Renderer based on recent 3D Gaussian Splatting techniques. Our framework \textbf{DroidSplat} achieves both SotA tracking and rendering results on common SLAM benchmarks. We implemented multiple building blocks of modern SLAM systems to run in parallel, allowing for fast inference on common consumer GPU's. Recent progress in monocular depth prediction and camera calibration allows our system to achieve strong results even on in-the-wild data without known camera intrinsics. Code will be available at \url{https://github.com/ChenHoy/DROID-Splat}.

📄 PDF Abstract BibTeX arXiv:2411.17660

Code (1)

chenhoy/droid-splat 공식 구현 pytorch

Tasks

Camera CalibrationDepth EstimationDepth Prediction

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 제목 키워드 기반

ConfidentSplat: Confidence-Weighted Depth Fusion for Accurate 3D Gaussian Splatting SLAM

2025-09-21 · Amanuel T. Dufera, Yuan-Li Cai arxiv

We introduce ConfidentSplat, a novel 3D Gaussian Splatting (3DGS)-based SLAM system for robust, highfidelity RGB-only reconstruction. Addressing geometric inaccuracies in existing RGB-only 3DGS SLAM methods that stem fro…

Novel View SynthesisDepth Estimation

VIGS SLAM: IMU-based Large-Scale 3D Gaussian Splatting SLAM

2025-01-23 · Gyuhyeon Pak, Euntai Kim

Recently, map representations based on radiance fields such as 3D Gaussian Splatting and NeRF, which excellent for realistic depiction, have attracted considerable attention, leading to attempts to combine them with SLAM…

3DGSNeRFPose EstimationSensor Fusion

RU4D-SLAM: Reweighting Uncertainty in Gaussian Splatting SLAM for 4D Scene Reconstruction

2026-02-24 · Yangfan Zhao, Hanwei Zhang, Ke Huang, Qiufeng Wang 외 arxiv

Combining 3D Gaussian splatting with Simultaneous Localization and Mapping (SLAM) has gained popularity as it enables continuous 3D environment reconstruction during motion. However, existing methods struggle in dynamic …

3D Reconstruction

EGS-SLAM: RGB-D Gaussian Splatting SLAM with Events

2025-08-09 · Siyu Chen, Shenghai Yuan, Thien-Minh Nguyen, Zhuyu Huang 외 arxiv

Gaussian Splatting SLAM (GS-SLAM) offers a notable improvement over traditional SLAM methods, enabling photorealistic 3D reconstruction that conventional approaches often struggle to achieve. However, existing GS-SLAM sy…

3D Reconstruction

RGBDS-SLAM: A RGB-D Semantic Dense SLAM Based on 3D Multi Level Pyramid Gaussian Splatting

2024-12-02 · Zhenzhong Cao, Chenyang Zhao, Qianyi Zhang, Jinzheng Guang 외

High-quality reconstruction is crucial for dense SLAM. Recent popular approaches utilize 3D Gaussian Splatting (3D GS) techniques for RGB, depth, and semantic reconstruction of scenes. However, these methods often overlo…