Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

GaussianDream: A Feed-Forward 3D Gaussian World Model for Robotic Manipulation

arXiv 2026 59.4 method, application

TLDR

A feed-forward 3D Gaussian world model plug-in that captures spatial structure and future evolution for robotic manipulation, achieving SOTA on benchmarks.

Reasoning

The paper presents a novel world model that integrates 3D Gaussian representations with future prediction, showing strong empirical results on both simulated and real-robot tasks. However, the abstract lacks details on limitations, such as generalization to diverse environments or computational overhead, and the inference-time discarding of auxiliary heads may limit interpretability.

Read-first score

Read-first score 59.4, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 44.

Recency 6%
100

Uses a gentle age decay so recent papers surface without erasing older foundations. 2026

Citation impact 18%
80.4

Uses OpenAlex-shaped citation metadata as a bibliometric attention signal, separate from paper quality. citation_normalized_percentile=0.80408109

Methodology quality 18%
80

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=benchmark,experiment,metric,result

Topical relevance 29%
62.9

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Reproducibility 18%
38

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=code

Citation velocity 12%
0

Citation velocity estimates citations per publication-year to reduce old-paper bias. velocity=0.00

Field roles

FoundationFrontierBridgeMethodology anchor

Rank sensitivity

Stability: volatile; rank range: 320.

Keyword Scores

world model
10
world dynamics prediction
9
generative world model
7
model-based reinforcement learning world model
6
interactive world model
5
video world model
4
world simulator
3

Deep Analysis

Innovations

  • Feed-forward 3D Gaussian world-model plug-in for vision-language-action policies
  • Learnable GaussianDream Queries in the encoder to capture current-frame 3D spatial structure and short-horizon future evolution
  • Training with static reconstruction head and future prediction head supervised by RGB, depth, and pseudo 3D scene-flow signals
  • Inference-time efficiency by discarding auxiliary heads and retaining only the learned prefix for action generation

Methodology

GaussianDream introduces learnable GaussianDream Queries in the encoder to capture current-frame 3D spatial structure and short-horizon future evolution. During training, the latent prefix is processed by a static reconstruction head and a future prediction head to produce current and future 3D Gaussian states, supervised by RGB, depth, and pseudo 3D scene-flow. During inference, all auxiliary heads are discarded and the learned prefix directly conditions action generation without test-time reconstruction or future prediction.

Key Results

GaussianDream achieves state-of-the-art performance with 98.4% on LIBERO, 54.8% on RoboCasa Human-50, and 50.0% on real-robot tasks, while providing higher inference efficiency than video-based world-model approaches.

Tags

3D Gaussianworld modelrobotic manipulationvision-language-actionfeed-forwardspatial reasoningRO