SCAR-GS: Spatial Context Attention for Residuals in Progressive Gaussian Splatting
SCAR-GS is a new compression pipeline for progressive 3D Gaussian Splatting, aimed squarely at the storage and bandwidth pain points that make large scenes awkward to stream. Instead of relying on scalar quantization for Gaussian attributes, it uses residual vector quantization to encode primitive features in a way that should preserve more of the structure in high-dimensional data.
The key technical addition is an autoregressive entropy model guided by a multi-resolution hash grid. In practical terms, that means the codec predicts the conditional probability of each successive transmitted index more accurately, which helps the coarse layer and later refinement layers compress more efficiently. For teams working with splat-based rendering, that matters because bitrate and reconstruction quality are still the main tradeoff blocking broader deployment.
The work sits in the same space as other progressive compression efforts for 3DGS, but it pushes beyond scalar methods that can leave performance on the table when feature vectors have strong internal correlations. That makes it especially relevant for graphics programmers and technical artists exploring real-time novel view synthesis, cloud rendering, or asset streaming pipelines.
The paper was submitted on 7 Jan 2026 and revised on 12 Aug 2026. No implementation details, runtime costs, or production integration guidance have been disclosed yet, so the immediate value is as a signal that Gaussian splatting compression is still evolving quickly and may soon become more practical for shipping content.
“Residual vector quantization approach to compress the primitive features.”
- what
- SCAR-GS introduces a progressive codec for 3D Gaussian Splatting using residual vector quantization and an autoregressive entropy model.
- who
- Diego Revilla, Pooja Suresh, Ooi Wei Tsang, and Anand Bhojan.
- when
- Submitted 7 Jan 2026; revised 12 Aug 2026.
- impact
- Could reduce storage and bitrate for splat-based scenes, improving cloud and streaming viability.
Promising compression advance for a fast-moving rendering tech
Follow 3d gaussian splatting updates
See relevant stories in your personalized news feed.
Discussion