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

Astra: General Interactive World Model with Autoregressive Denoising

arXiv 25.12 2025 76.4 method, system

TLDR

Astra is an interactive general world model using autoregressive denoising for long-term video prediction with action control across diverse real-world tasks.

Reasoning

Strengths: novel autoregressive denoising architecture with action-aware adapter and mixture of action experts for heterogeneous actions; demonstrated improvements over SOTA. Weaknesses: limited details on datasets and quantitative results in abstract; no mention of limitations or failure cases.

Read-first score

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

Recency 8%
86.7

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

Topical relevance 42%
81.4

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 25%
81

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

Methodology quality 25%
60

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

Field roles

FrontierReproducibility anchor

Rank sensitivity

Stability: volatile; rank range: 18.

Keyword Scores

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

Deep Analysis

Innovations

  • Autoregressive denoising architecture for interactive world modeling
  • Temporal causal attention to aggregate past observations and support streaming outputs
  • Noise-augmented history memory to balance responsiveness and temporal coherence
  • Action-aware adapter that injects action signals into the denoising process
  • Mixture of action experts for dynamic routing of heterogeneous action modalities

Methodology

Astra employs an autoregressive denoising architecture with temporal causal attention to process past observations and generate streaming future frames. It uses a noise-augmented history memory to prevent over-reliance on past frames, an action-aware adapter for precise action control, and a mixture of action experts to handle diverse action modalities across tasks like autonomous driving and robot grasping.

Key Results

Experiments across multiple datasets demonstrate that Astra achieves improvements in fidelity, long-range prediction, and action alignment over existing state-of-the-art world models.

Tags