paper-with-me

홈 › Papers

Compact 3D Scene Representation via Self-Organizing Gaussian Grids

2023-12-19 · Wieland Morgenstern, Florian Barthel, Anna Hilsmann, Peter Eisert

3D Gaussian Splatting has recently emerged as a highly promising technique for modeling of static 3D scenes. In contrast to Neural Radiance Fields, it utilizes efficient rasterization allowing for very fast rendering at high-quality. However, the storage size is significantly higher, which hinders practical deployment, e.g. on resource constrained devices. In this paper, we introduce a compact scene representation organizing the parameters of 3D Gaussian Splatting (3DGS) into a 2D grid with local homogeneity, ensuring a drastic reduction in storage requirements without compromising visual quality during rendering. Central to our idea is the explicit exploitation of perceptual redundancies present in natural scenes. In essence, the inherent nature of a scene allows for numerous permutations of Gaussian parameters to equivalently represent it. To this end, we propose a novel highly parallel algorithm that regularly arranges the high-dimensional Gaussian parameters into a 2D grid while preserving their neighborhood structure. During training, we further enforce local smoothness between the sorted parameters in the grid. The uncompressed Gaussians use the same structure as 3DGS, ensuring a seamless integration with established renderers. Our method achieves a reduction factor of 17x to 42x in size for complex scenes with no increase in training time, marking a substantial leap forward in the domain of 3D scene distribution and consumption. Additional information can be found on our project page: https://fraunhoferhhi.github.io/Self-Organizing-Gaussians/

📄 PDF Abstract BibTeX arXiv:2312.13299

Code (2)

fraunhoferhhi/Self-Organizing-Gaussians 공식 구현 pytorch
facebookresearch/uco3d pytorch

Tasks

3DGS3D Scene ReconstructionData CompressionImage CompressionNovel View SynthesisQuantization

Similar Papers 제목 키워드 기반

KISS-GS: 3D Gaussian Splatting Compression Kept Simple

2026-08-27 · Wieland Morgenstern, Friedrich Elias Branschke, Florian Fleischmann, Adrian Szatmari 외 arxiv

Scene reconstruction with 3D Gaussian Splatting (3DGS) has become common, however deployment remains painful as the uncompressed file sizes can be massive. Current 3DGS compression systems combine multiple strategies for…

Probabilistic Point Cloud Modeling via Self-Organizing Gaussian Mixture Models

2023-01-31 · Kshitij Goel, Nathan Michael, Wennie Tabib

This letter presents a continuous probabilistic modeling methodology for spatial point cloud data using finite Gaussian Mixture Models (GMMs) where the number of components are adapted based on the scene complexity. Few …

C3G: Learning Compact 3D Representations with 2K Gaussians

2025-12-03 · Honggyu An, Jaewoo Jung, Mungyeom Kim, Chaehyun Kim 외 arxiv

Reconstructing and understanding 3D scenes from unposed sparse views in a feed-forward manner remains as a challenging task in 3D computer vision. Recent approaches use per-pixel 3D Gaussian Splatting for reconstruction,…

Novel View SynthesisScene Understanding

CompGS: Efficient 3D Scene Representation via Compressed Gaussian Splatting

2024-04-15 · Xiangrui Liu, Xinju Wu, Pingping Zhang, Shiqi Wang 외

Gaussian splatting, renowned for its exceptional rendering quality and efficiency, has emerged as a prominent technique in 3D scene representation. However, the substantial data volume of Gaussian splatting impedes its p…

$\textit{S}^3$Gaussian: Self-Supervised Street Gaussians for Autonomous Driving

2024-05-30 · Nan Huang, Xiaobao Wei, Wenzhao Zheng, Pengju An 외

Photorealistic 3D reconstruction of street scenes is a critical technique for developing real-world simulators for autonomous driving. Despite the efficacy of Neural Radiance Fields (NeRF) for driving scenes, 3D Gaussian…

3DGS3D Reconstruction3D Scene ReconstructionAutonomous Driving+1