TC-GS: A Faster Gaussian Splatting Module Utilizing Tensor Cores
Zimu Liao, Jifeng Ding, Siwei Cui, Ruixuan Gong, Boni Hu, Yi Wang, Hengjie Li, XIngcheng Zhang, Hui Wang, Rong Fu

TL;DR
TC-GS leverages Tensor Cores to accelerate 3D Gaussian Splatting by transforming alpha computations into matrix multiplications, achieving over 5x speedups without sacrificing rendering quality.
Contribution
It introduces a universal, algorithm-independent module that utilizes Tensor Cores for faster 3D Gaussian Splatting, compatible with existing frameworks and addressing precision issues.
Findings
Achieves up to 5.6x acceleration in 3D Gaussian Splatting.
Provides 2.18x speedup over existing acceleration algorithms.
Maintains rendering quality while significantly improving speed.
Abstract
3D Gaussian Splatting (3DGS) renders pixels by rasterizing Gaussian primitives, where conditional alpha-blending dominates the computational cost in the rendering pipeline. This paper proposes TC-GS, an algorithm-independent universal module that expands the applicability of Tensor Core (TCU) for 3DGS, leading to substantial speedups and seamless integration into existing 3DGS optimization frameworks. The key innovation lies in mapping alpha computation to matrix multiplication, fully utilizing otherwise idle TCUs in existing 3DGS implementations. TC-GS provides plug-and-play acceleration for existing top-tier acceleration algorithms and integrates seamlessly with rendering pipeline designs, such as Gaussian compression and redundancy elimination algorithms. Additionally, we introduce a global-to-local coordinate transformation to mitigate rounding errors from quadratic terms of pixel…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques
