CVJul 19, 2024

A Benchmark for Gaussian Splatting Compression and Quality Assessment Study

arXiv:2407.14197v125 citationsh-index: 7Has Code
Originality Synthesis-oriented
AI Analysis

This work provides a benchmark for compressing and assessing Gaussian Splatting data, which is incremental as it fills a gap in existing methods for this specific domain.

The paper introduces Graph-based GS Compression (GGSC) to address the lack of traditional compression methods for Gaussian Splatting, achieving compression with analysis of distortion characteristics, and creates a GS Quality Assessment dataset (GSQA) with 120 samples and subjective scores to evaluate visual quality.

To fill the gap of traditional GS compression method, in this paper, we first propose a simple and effective GS data compression anchor called Graph-based GS Compression (GGSC). GGSC is inspired by graph signal processing theory and uses two branches to compress the primitive center and attributes. We split the whole GS sample via KDTree and clip the high-frequency components after the graph Fourier transform. Followed by quantization, G-PCC and adaptive arithmetic coding are used to compress the primitive center and attribute residual matrix to generate the bitrate file. GGSS is the first work to explore traditional GS compression, with advantages that can reveal the GS distortion characteristics corresponding to typical compression operation, such as high-frequency clipping and quantization. Second, based on GGSC, we create a GS Quality Assessment dataset (GSQA) with 120 samples. A subjective experiment is conducted in a laboratory environment to collect subjective scores after rendering GS into Processed Video Sequences (PVS). We analyze the characteristics of different GS distortions based on Mean Opinion Scores (MOS), demonstrating the sensitivity of different attributes distortion to visual quality. The GGSC code and the dataset, including GS samples, MOS, and PVS, are made publicly available at https://github.com/Qi-Yangsjtu/GGSC.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes