From Splats to Silicon: Rethinking Computational Efficiency of 3DGS

📅 2026-09-05
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
该研究通过工作负载中心框架连接表示、算法和硬件架构,以优化3D高斯点渲染效率,识别出影响系统增益的关键因素。
📝 Abstract
3D Gaussian splatting (3DGS) represents scenes with explicit primitives and supports real-time novel-view synthesis, yet its system efficiency varies substantially across scenes, viewpoints, rendering paths, and platform constraints. Existing studies pursue efficiency through representation and algorithm design, GPU runtime optimization, and architectural support, but their reported gains correspond to different points along the rendering and update paths. Connecting these indicators to end-to-end system benefit requires tracing how each optimization changes Gaussian selection, screen-space work, data movement, and stage or frame time. We therefore use a workload-centric framework to connect representation and algorithm research, GPU runtimes, and hardware architectures and to identify recurring workload patterns. We complement literature analysis with reproduced measurements and controlled GPU profiling of selected implementations, relating workload counts to stage time and memory traffic. Together, these comparisons show that system gains depend on workload reductions reaching downstream execution, granularity matching each stage, and the cost of data transfers, synchronization, and cached results, gradients, and optimizer data. Building on these findings, we discuss more consistent evaluation under rendering-quality constraints and identify key directions for future system design.
Problem

Research questions and friction points this paper is trying to address.

3D Gaussian splatting
system efficiency
workload patterns
GPU optimization
data movement
Innovation

Methods, ideas, or system contributions that make the work stand out.

workload-centric framework
Gaussian selection
screen-space work
data movement
system efficiency
🔎 Similar Papers
No similar papers found.