paper-with-me

Papers

Compression of 3D Gaussian Splatting Data Using GPU-friendly Graphics Texture Coding

2026-07-16 · Amir Said, Randall Rauwendaal arxiv

Techniques for modeling 3D scenes from image collections, such as 3D Gaussian Splatting (3DGS), are capable of generating high-quality novel views by leveraging graphics primitives with view-dependent appearance. In 3DGS, spherical harmonic (SH) are employed to model view-dependent color, resulting in a large number of SH coefficients per primitive and large memory requirements. While compression approaches have been proposed to mitigate this problem, they do not exploit the capabilities of modern Graphics Processing Units (GPUs) for parallel decoding and rendering. In this paper, we propose a method for compressing SH color coefficients using texture compression schemes specifically designed for efficient parallel GPU decoding and supported by dedicated hardware acceleration. It is shown that those methods can compress color coefficients more effectively than 2D textures by exploiting the fact that primitives can be locally grouped and reordered according to color. Furthermore, we introduce a bit-rate control strategy that preserves random access, enabling large-scale parallelization without compromising rendering performance. Experimental results using BC1 and BC7 texture compression formats show that GPU-based decompression can be achieved with negligible or imperceptible degradation in the visual quality of rendered 3DGS scenes.

📄 PDF Abstract BibTeX arXiv:2607.14513

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Mini-Splatting: Representing Scenes with a Constrained Number of Gaussians

2024-03-21 · Guangchi Fang, Bing Wang

In this study, we explore the challenge of efficiently representing scenes with a constrained number of Gaussians. Our analysis shifts from traditional graphics and 2D computer vision to the perspective of point clouds, …

Binarization

ProGS: Towards Progressive Coding for 3D Gaussian Splatting

2026-03-10 · Zhiye Tang, Lingzhuo Liu, Shengjie Jiao, Qiudan Zhang 외 arxiv

With the emergence of 3D Gaussian Splatting (3DGS), numerous pioneering efforts have been made to address the effective compression issue of massive 3DGS data. 3DGS offers an efficient and scalable representation of 3D s…

Triangle Splatting+: Differentiable Rendering with Opaque Triangles

2025-09-29 · Jan Held, Renaud Vandeghen, Sanghyun Son, Daniel Rebain 외 arxiv

Reconstructing 3D scenes and synthesizing novel views has seen rapid progress in recent years. Neural Radiance Fields demonstrated that continuous volumetric radiance fields can achieve high-quality image synthesis, but …

Novel View Synthesis

Image-GS: Content-Adaptive Image Representation via 2D Gaussians

2024-07-02 · Yunxiang Zhang, Bingxuan Li, Alexandr Kuznetsov, Akshay Jindal 외

Neural image representations have emerged as a promising approach for encoding and rendering visual data. Combined with learning-based workflows, they demonstrate impressive trade-offs between visual fidelity and memory …

Image Compression

3DGS.zip: A survey on 3D Gaussian Splatting Compression Methods

2024-06-17 · Milena T. Bagdasarian, Paul Knoll, Yi-Hsin Li, Florian Barthel 외

3D Gaussian Splatting (3DGS) has emerged as a cutting-edge technique for real-time radiance field rendering, offering state-of-the-art performance in terms of both quality and speed. 3DGS models a scene as a collection o…

3DGSSSIMSurvey