Paper Overview
- Field: Computer Vision
- Authors: Nicolas von Lützow, Barbara Rössle, Katharina Schmid
- Published: 2025-03-30
- arXiv: 2503.23749
- Unlike diffusion-based methods that refine scenes holistically, GaussianGPT constructs scenes step-by-step.
- This formulation naturally supports:
- Scene completion
- Outpainting
- Temperature-controlled sampling
- Flexible generation scopes
- The approach leverages the compositional inductive bias and scalability of autoregressive modeling, while operating on explicit representations compatible with modern neural rendering pipelines.
Abstract
Most recent advances in 3D generative modeling rely on diffusion or flow-matching formulations. The authors instead explore a fully autoregressive alternative and introduce GaussianGPT, a transformer-based model that directly generates 3D Gaussians via next-token prediction, thus facilitating full 3D scene generation.
Method
1. Discrete latent representation: Gaussian primitives are compressed into a discrete latent grid using a sparse 3D convolutional autoencoder with vector quantization. 2. Autoregressive modeling: The resulting tokens are serialized and modeled using a causal transformer with 3D rotary positional embeddings (RoPE), enabling sequential generation of spatial structure and appearance.
Key Properties
Conclusion
The work positions autoregressive transformers as a complementary paradigm to diffusion methods for controllable and context-aware 3D scene generation.
---
*Auto-collected on 2026-03-31.*