paper-with-me

홈 › Papers

BalanceGS: Algorithm-System Co-design for Efficient 3D Gaussian Splatting Training on GPU

2025-10-16 · Junyi Wu, Jiaming Xu, Jinhao Li, Yongkang Zhou, Jiayi Pan, Xingyang Li, Guohao Dai arxiv

3D Gaussian Splatting (3DGS) has emerged as a promising 3D reconstruction technique. The traditional 3DGS training pipeline follows three sequential steps: Gaussian densification, Gaussian projection, and color splatting. Despite its promising reconstruction quality, this conventional approach suffers from three critical inefficiencies: (1) Skewed density allocation during Gaussian densification, (2) Imbalanced computation workload during Gaussian projection and (3) Fragmented memory access during color splatting. To tackle the above challenges, we introduce BalanceGS, the algorithm-system co-design for efficient training in 3DGS. (1) At the algorithm level, we propose heuristic workload-sensitive Gaussian density control to automatically balance point distributions - removing 80% redundant Gaussians in dense regions while filling gaps in sparse areas. (2) At the system level, we propose Similarity-based Gaussian sampling and merging, which replaces the static one-to-one thread-pixel mapping with adaptive workload distribution - threads now dynamically process variable numbers of Gaussians based on local cluster density. (3) At the mapping level, we propose reordering-based memory access mapping strategy that restructures RGB storage and enables batch loading in shared memory. Extensive experiments demonstrate that compared with 3DGS, our approach achieves a 1.44$\times$ training speedup on a NVIDIA A100 GPU with negligible quality degradation.

📄 PDF Abstract BibTeX arXiv:2510.14564

Code (0)

등록된 구현이 없습니다.

Tasks

3D Reconstruction

Similar Papers 제목 키워드 기반

G-Style: Stylized Gaussian Splatting

2024-08-28 · Áron Samuel Kovács, Pedro Hermosilla, Renata G. Raidou

We introduce G-Style, a novel algorithm designed to transfer the style of an image onto a 3D scene represented using Gaussian Splatting. Gaussian Splatting is a powerful 3D representation for novel view synthesis, as -- …

Novel View Synthesis

3DGS-ReLoc: 3D Gaussian Splatting for Map Representation and Visual ReLocalization

2024-03-17 · Peng Jiang, Gaurav Pandey, Srikanth Saripalli

This paper presents a novel system designed for 3D mapping and visual relocalization using 3D Gaussian Splatting. Our proposed method uses LiDAR and camera data to create accurate and visually plausible representations o…

3DGSGPUVisual Localization

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…

Evaluating Alternatives to SFM Point Cloud Initialization for Gaussian Splatting

2024-04-18 · Yalda Foroutan, Daniel Rebain, Kwang Moo Yi, Andrea Tagliasacchi

3D Gaussian Splatting has recently been embraced as a versatile and effective method for scene reconstruction and novel view synthesis, owing to its high-quality results and compatibility with hardware rasterization. Des…

3DGSNeRFNovel View Synthesis

PanopticSplatting: End-to-End Panoptic Gaussian Splatting

2025-03-23 · Yuxuan Xie, Xuan Yu, Changjian Jiang, Sitong Mao 외

Open-vocabulary panoptic reconstruction is a challenging task for simultaneous scene reconstruction and understanding. Recently, methods have been proposed for 3D scene understanding based on Gaussian splatting. However,…

global-optimizationNeRFScene Understanding