paper-with-me

홈 › Papers

STREAMINGGS: Voxel-Based Streaming 3D Gaussian Splatting with Memory Optimization and Architectural Support

2025-06-09 · Chenqi Zhang, Yu Feng, Jieru Zhao, Guangda Liu, Wenchao Ding, Chentao Wu, Minyi Guo

3D Gaussian Splatting (3DGS) has gained popularity for its efficiency and sparse Gaussian-based representation. However, 3DGS struggles to meet the real-time requirement of 90 frames per second (FPS) on resource-constrained mobile devices, achieving only 2 to 9 FPS.Existing accelerators focus on compute efficiency but overlook memory efficiency, leading to redundant DRAM traffic. We introduce STREAMINGGS, a fully streaming 3DGS algorithm-architecture co-design that achieves fine-grained pipelining and reduces DRAM traffic by transforming from a tile-centric rendering to a memory-centric rendering. Results show that our design achieves up to 45.7 $\times$ speedup and 62.9 $\times$ energy savings over mobile Ampere GPUs.

📄 PDF Abstract BibTeX arXiv:2506.09070

Code (0)

등록된 구현이 없습니다.

Tasks

3DGS

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

4D Neural Voxel Splatting: Dynamic Scene Rendering with Voxelized Guassian Splatting

2025-11-01 · Chun-Tin Wu, Jun-Cheng Chen arxiv

Although 3D Gaussian Splatting (3D-GS) achieves efficient rendering for novel view synthesis, extending it to dynamic scenes still results in substantial memory overhead from replicating Gaussians across frames. To addre…

Novel View Synthesis

HPC: Hierarchical Point-based Latent Representation for Streaming Dynamic Gaussian Splatting Compression

2026-01-31 · Yangzhi Ma, Bojun Liu, Wenting Liao, Dong Liu 외 arxiv

While dynamic Gaussian Splatting has driven significant advances in free-viewpoint video, maintaining its rendering quality with a small memory footprint for efficient streaming transmission still presents an ongoing cha…

GaussianFlowOcc: Sparse and Weakly Supervised Occupancy Estimation using Gaussian Splatting and Temporal Flow

2025-02-24 · Simon Boeder, Fabian Gigengack, Benjamin Risse

Occupancy estimation has become a prominent task in 3D computer vision, particularly within the autonomous driving community. In this paper, we present a novel approach to occupancy estimation, termed GaussianFlowOcc, wh…

Autonomous Driving

TGSFormer: Scalable Temporal Gaussian Splatting for Embodied Semantic Scene Completion

2025-11-29 · Rui Qian, Haozhi Cao, Tianchen Deng, Tianxin Hu 외 arxiv

Embodied 3D Semantic Scene Completion (SSC) infers dense geometry and semantics from continuous egocentric observations. Most existing Gaussian-based methods rely on random initialization of many primitives within predef…

3D Semantic Scene Completion

ActiveGS: Active Scene Reconstruction Using Gaussian Splatting

2024-12-23 · Liren Jin, Xingguang Zhong, Yue Pan, Jens Behley 외

Robotics applications often rely on scene reconstructions to enable downstream tasks. In this work, we tackle the challenge of actively building an accurate map of an unknown scene using an RGB-D camera on a mobile platf…