English

Astra: General Interactive World Model with Autoregressive Denoising

Computer Vision and Pattern Recognition 2026-01-28 v3 Artificial Intelligence Machine Learning

Abstract

Recent advances in diffusion transformers have empowered video generation models to generate high-quality video clips from texts or images. However, world models with the ability to predict long-horizon futures from past observations and actions remain underexplored, especially for general-purpose scenarios and various forms of actions. To bridge this gap, we introduce Astra, an interactive general world model that generates real-world futures for diverse scenarios (e.g., autonomous driving, robot grasping) with precise action interactions (e.g., camera motion, robot action). We propose an autoregressive denoising architecture and use temporal causal attention to aggregate past observations and support streaming outputs. We use a noise-augmented history memory to avoid over-reliance on past frames to balance responsiveness with temporal coherence. For precise action control, we introduce an action-aware adapter that directly injects action signals into the denoising process. We further develop a mixture of action experts that dynamically route heterogeneous action modalities, enhancing versatility across diverse real-world tasks such as exploration, manipulation, and camera control. Astra achieves interactive, consistent, and general long-term video prediction and supports various forms of interactions. Experiments across multiple datasets demonstrate the improvements of Astra in fidelity, long-range prediction, and action alignment over existing state-of-the-art world models.

Keywords

Cite

@article{arxiv.2512.08931,
  title  = {Astra: General Interactive World Model with Autoregressive Denoising},
  author = {Yixuan Zhu and Jiaqi Feng and Wenzhao Zheng and Yuan Gao and Xin Tao and Pengfei Wan and Jie Zhou and Jiwen Lu},
  journal= {arXiv preprint arXiv:2512.08931},
  year   = {2026}
}

Comments

Accepted in ICLR 2026. Code is available at: https://github.com/EternalEvan/Astra

R2 v1 2026-07-01T08:17:36.745Z