English

SymGS : Leveraging Local Symmetries for 3D Gaussian Splatting Compression

Computer Vision and Pattern Recognition 2025-11-20 v2 Graphics

Abstract

3D Gaussian Splatting has emerged as a transformative technique in novel view synthesis, primarily due to its high rendering speed and photorealistic fidelity. However, its memory footprint scales rapidly with scene complexity, often reaching several gigabytes. Existing methods address this issue by introducing compression strategies that exploit primitive-level redundancy through similarity detection and quantization. We aim to surpass the compression limits of such methods by incorporating symmetry-aware techniques, specifically targeting mirror symmetries to eliminate redundant primitives. We propose a novel compression framework, SymGS, introducing learnable mirrors into the scene, thereby eliminating local and global reflective redundancies for compression. Our framework functions as a plug-and-play enhancement to state-of-the-art compression methods, (e.g. HAC) to achieve further compression. Compared to HAC, we achieve 1.66×1.66 \times compression across benchmark datasets (upto 3×3\times on large-scale scenes). On an average, SymGS enables 108×\bf{108\times} compression of a 3DGS scene, while preserving rendering quality. The project page and supplementary can be found at symgs.github.io

Keywords

Cite

@article{arxiv.2511.13264,
  title  = {SymGS : Leveraging Local Symmetries for 3D Gaussian Splatting Compression},
  author = {Keshav Gupta and Akshat Sanghvi and Shreyas Reddy Palley and Astitva Srivastava and Charu Sharma and Avinash Sharma},
  journal= {arXiv preprint arXiv:2511.13264},
  year   = {2025}
}

Comments

Project Page: https://symgs.github.io/