CVMMJan 22, 2025

Sketch and Patch: Efficient 3D Gaussian Representation for Man-Made Scenes

arXiv:2501.13045v134 citationsh-index: 83DV
AI Analysis

This addresses storage efficiency for practical 3D rendering applications, particularly for man-made scenes, representing a novel method for a known bottleneck.

The paper tackles the high storage requirements of 3D Gaussian Splatting for photorealistic rendering by proposing a hybrid representation that categorizes Gaussians into Sketch and Patch types, achieving up to 32.62% PSNR improvement and reducing model size to 2.3% of the original while maintaining visual quality.

3D Gaussian Splatting (3DGS) has emerged as a promising representation for photorealistic rendering of 3D scenes. However, its high storage requirements pose significant challenges for practical applications. We observe that Gaussians exhibit distinct roles and characteristics that are analogous to traditional artistic techniques -- Like how artists first sketch outlines before filling in broader areas with color, some Gaussians capture high-frequency features like edges and contours; While other Gaussians represent broader, smoother regions, that are analogous to broader brush strokes that add volume and depth to a painting. Based on this observation, we propose a novel hybrid representation that categorizes Gaussians into (i) Sketch Gaussians, which define scene boundaries, and (ii) Patch Gaussians, which cover smooth regions. Sketch Gaussians are efficiently encoded using parametric models, leveraging their geometric coherence, while Patch Gaussians undergo optimized pruning, retraining, and vector quantization to maintain volumetric consistency and storage efficiency. Our comprehensive evaluation across diverse indoor and outdoor scenes demonstrates that this structure-aware approach achieves up to 32.62% improvement in PSNR, 19.12% in SSIM, and 45.41% in LPIPS at equivalent model sizes, and correspondingly, for an indoor scene, our model maintains the visual quality with 2.3% of the original model size.

Foundations

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

Your Notes