# Complete Gaussian Splats from a Single Image with Denoising Diffusion Models

**Authors:** Ziwei Liao, Mohamed Sayed, Steven L. Waslander, Sara Vicente, Daniyar Turmukhambetov, Michael Firman

arXiv: 2508.21542 · 2025-09-01

## TL;DR

This paper introduces a generative approach using diffusion models to reconstruct complete 3D scenes from a single image, effectively handling occlusions and unobserved areas with diverse, high-quality outputs.

## Contribution

It presents a novel generative framework with a Variational AutoReconstructor and diffusion model to produce diverse 3D Gaussian splat reconstructions from a single image, overcoming data limitations.

## Key findings

- Produces faithful 3D reconstructions from a single image.
- Generates diverse plausible surface completions.
- Enables high-quality 360-degree scene renderings.

## Abstract

Gaussian splatting typically requires dense observations of the scene and can fail to reconstruct occluded and unobserved areas. We propose a latent diffusion model to reconstruct a complete 3D scene with Gaussian splats, including the occluded parts, from only a single image during inference. Completing the unobserved surfaces of a scene is challenging due to the ambiguity of the plausible surfaces. Conventional methods use a regression-based formulation to predict a single "mode" for occluded and out-of-frustum surfaces, leading to blurriness, implausibility, and failure to capture multiple possible explanations. Thus, they often address this problem partially, focusing either on objects isolated from the background, reconstructing only visible surfaces, or failing to extrapolate far from the input views. In contrast, we propose a generative formulation to learn a distribution of 3D representations of Gaussian splats conditioned on a single input image. To address the lack of ground-truth training data, we propose a Variational AutoReconstructor to learn a latent space only from 2D images in a self-supervised manner, over which a diffusion model is trained. Our method generates faithful reconstructions and diverse samples with the ability to complete the occluded surfaces for high-quality 360-degree renderings.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2508.21542/full.md

## Figures

22 figures with captions in the complete paper: https://tomesphere.com/paper/2508.21542/full.md

## References

84 references — full list in the complete paper: https://tomesphere.com/paper/2508.21542/full.md

---
Source: https://tomesphere.com/paper/2508.21542