CVMar 17, 2025

Generative Gaussian Splatting: Generating 3D Scenes with Video Diffusion Priors

arXiv:2503.13272v116 citationsh-index: 30
Originality Incremental advance
AI Analysis

This addresses the challenge of generating 3D scenes for computer vision applications, though it is incremental as it builds on existing video diffusion models and 3D representations.

The paper tackles the problem of synthesizing consistent and photorealistic 3D scenes by integrating a 3D representation with a pre-trained video diffusion model, resulting in significant improvements in 3D consistency and quality, with a ~20% FID improvement on benchmark datasets.

Synthesizing consistent and photorealistic 3D scenes is an open problem in computer vision. Video diffusion models generate impressive videos but cannot directly synthesize 3D representations, i.e., lack 3D consistency in the generated sequences. In addition, directly training generative 3D models is challenging due to a lack of 3D training data at scale. In this work, we present Generative Gaussian Splatting (GGS) -- a novel approach that integrates a 3D representation with a pre-trained latent video diffusion model. Specifically, our model synthesizes a feature field parameterized via 3D Gaussian primitives. The feature field is then either rendered to feature maps and decoded into multi-view images, or directly upsampled into a 3D radiance field. We evaluate our approach on two common benchmark datasets for scene synthesis, RealEstate10K and ScanNet+, and find that our proposed GGS model significantly improves both the 3D consistency of the generated multi-view images, and the quality of the generated 3D scenes over all relevant baselines. Compared to a similar model without 3D representation, GGS improves FID on the generated 3D scenes by ~20% on both RealEstate10K and ScanNet+. Project page: https://katjaschwarz.github.io/ggs/

Foundations

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

Your Notes