paper-with-me

홈 › Papers

GSFusion: Online RGB-D Mapping Where Gaussian Splatting Meets TSDF Fusion

2024-08-22 · Jiaxin Wei, Stefan Leutenegger

Traditional volumetric fusion algorithms preserve the spatial structure of 3D scenes, which is beneficial for many tasks in computer vision and robotics. However, they often lack realism in terms of visualization. Emerging 3D Gaussian splatting bridges this gap, but existing Gaussian-based reconstruction methods often suffer from artifacts and inconsistencies with the underlying 3D structure, and struggle with real-time optimization, unable to provide users with immediate feedback in high quality. One of the bottlenecks arises from the massive amount of Gaussian parameters that need to be updated during optimization. Instead of using 3D Gaussian as a standalone map representation, we incorporate it into a volumetric mapping system to take advantage of geometric information and propose to use a quadtree data structure on images to drastically reduce the number of splats initialized. In this way, we simultaneously generate a compact 3D Gaussian map with fewer artifacts and a volumetric map on the fly. Our method, GSFusion, significantly enhances computational efficiency without sacrificing rendering quality, as demonstrated on both synthetic and real datasets. Code will be available at https://github.com/goldoak/GSFusion.

📄 PDF Abstract BibTeX arXiv:2408.12677

Code (1)

goldoak/gsfusion 공식 구현 pytorch

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

LiftNav: Path Planning via Semantic Lifting in TSDF-Guided Gaussian Splatting

2026-05-29 · Hannah Schieber, Dominik Frischmann, Victor Schaack, Angela P. Schoellig 외 arxiv

Autonomous robots in unknown indoor environments require both reliable collision avoidance and object-level understanding. Classical representations such as TSDF support safe planning but lack semantics, while photoreali…

Collision Avoidance

OnlinePG: Online Open-Vocabulary Panoptic Mapping with 3D Gaussian Splatting

2026-03-19 · Hongjia Zhai, Qi Zhang, Xiaokun Pan, Xiyu Zhang 외 arxiv

Open-vocabulary scene understanding with online panoptic mapping is essential for embodied applications to perceive and interact with environments. However, existing methods are predominantly offline or lack instance-lev…

Scene Understanding

HGS-Mapping: Online Dense Mapping Using Hybrid Gaussian Representation in Urban Scenes

2024-03-29 · Ke wu, Kaizhao Zhang, Zhiwei Zhang, Shanshuai Yuan 외

Online dense mapping of urban scenes forms a fundamental cornerstone for scene understanding and navigation of autonomous vehicles. Recent advancements in mapping methods are mainly based on NeRF, whose rendering speed i…

3DGSAutonomous VehiclesNeRFScene Understanding

LIVE-GS: Online LiDAR-Inertial-Visual State Estimation and Globally Consistent Mapping with 3D Gaussian Splatting

2025-07-31 · Jaeseok Park, Chanoh Park, Minsu Kim, Minkyoung Kim 외 arxiv

While 3D Gaussian Splatting (3DGS) enabled photorealistic mapping, its integration into SLAM has largely followed traditional camera-centric pipelines. As a result, they inherit well-known weaknesses such as high computa…

OG-Mapping: Octree-based Structured 3D Gaussians for Online Dense Mapping

2024-08-30 · Meng Wang, Junyi Wang, Changqun Xia, Chen Wang 외

3D Gaussian splatting (3DGS) has recently demonstrated promising advancements in RGB-D online dense mapping. Nevertheless, existing methods excessively rely on per-pixel depth cues to perform map densification, which lea…

3DGS