SparseStreet: Sparse Gaussian Splatting for Real-Time Street Scene Simulation
Qingpo Wuwu, Xiaobao Wei, Peng Chen, Nan Huang, Zhongyu Zhao, Hao Wang
- Published
- Jun 2, 2026 — 17:06 UTC
Problem
This paper addresses the inefficiencies in existing 3D Gaussian Splatting methods for street scene reconstruction, which require an excessive number of Gaussian primitives to achieve fine detail. This leads to high storage costs and slow rendering speeds. The authors note that while dynamic objects necessitate high-fidelity representations for temporal consistency, static background regions often exhibit redundancy. The work is presented as a preprint, indicating it has not yet undergone peer review.
Method
SparseStreet introduces a two-pronged approach to compressing Gaussian representations in street scenes. First, a node-based learnable pruning strategy is employed to systematically eliminate low-contributing Gaussian primitives, focusing on preserving visually critical areas. This is achieved through a neural network that evaluates the contribution of each Gaussian primitive to the overall scene representation. Second, once the scene representation stabilizes, a background compression technique is applied to further reduce redundancy in static regions. The authors do not disclose specific architectural details or training compute requirements, but the method is designed to maintain the geometry and appearance of dynamic objects while significantly decreasing the total number of Gaussian primitives.
Results
SparseStreet demonstrates impressive performance on the Waymo and nuScenes benchmarks, achieving up to an 80% compression ratio with minimal quality degradation. The authors compare their method against traditional Gaussian Splatting techniques, highlighting that their approach not only reduces the number of primitives but also maintains a high level of detail in dynamic elements. Specific quantitative results are not provided in the summary, but the effectiveness of the method is underscored by the substantial compression achieved without sacrificing visual fidelity.
Limitations
The authors acknowledge that while SparseStreet effectively reduces the number of Gaussian primitives, the method may still face challenges in extremely complex scenes where dynamic and static elements are densely intermingled. Additionally, the reliance on a learnable pruning strategy may introduce variability based on the training data and the specific architecture used. The paper does not address potential limitations related to the scalability of the method to other types of scenes beyond street environments.
Why it matters
The implications of SparseStreet are significant for real-time street scene simulation, particularly in applications such as autonomous driving and urban planning, where efficient rendering of complex environments is crucial. By reducing the computational burden associated with Gaussian Splatting, this work paves the way for more resource-efficient models that can operate in real-time settings. The findings contribute to the ongoing discourse on optimizing 3D scene representations, as discussed in related works on scene understanding and rendering efficiency, and are available on arXiv.
By Turing Wire editorial staff · Jun 2, 2026 · Editorial standards →
Source: arXiv cs.CV