AI Navigate

GigaWorld-Policy: An Efficient Action-Centered World--Action Model

arXiv cs.CV / 3/19/2026

💬 OpinionModels & Research

Key Points

  • GigaWorld-Policy introduces an action-centered World-Action Model (WAM) that learns 2D pixel-action dynamics with optional video generation to accelerate robot policy learning.
  • Policy training is split into predicting future action sequences conditioned on the current observation and generating future videos conditioned on those actions, with both signals supervised to encourage physically plausible actions through visual-dynamics constraints.
  • A causal design ensures future video tokens do not influence action tokens, enabling faster action inference when future-video generation is disabled at deployment.
  • Experimental results on real-world robotic platforms show 9x faster inference than Motus and a 7% improvement in task success, plus a 95% improvement over pi-0.5 on RoboTwin 2.0.

Abstract

World-Action Models (WAM) initialized from pre-trained video generation backbones have demonstrated remarkable potential for robot policy learning. However, existing approaches face two critical bottlenecks that hinder performance and deployment. First, jointly reasoning over future visual dynamics and corresponding actions incurs substantial inference overhead. Second, joint modeling often entangles visual and motion representations, making motion prediction accuracy heavily dependent on the quality of future video forecasts. To address these issues, we introduce GigaWorld-Policy, an action-centered WAM that learns 2D pixel-action dynamics while enabling efficient action decoding, with optional video generation. Specifically, we formulate policy training into two coupled components: the model predicts future action sequences conditioned on the current observation, and simultaneously generates future videos conditioned on the predicted actions and the same observation. The policy is supervised by both action prediction and video generation, providing richer learning signals and encouraging physically plausible actions through visual-dynamics constraints. With a causal design that prevents future-video tokens from influencing action tokens, explicit future-video generation is optional at inference time, allowing faster action prediction during deployment. To support this paradigm, we curate a diverse, large-scale robot dataset to pre-train an action-centered video generation model, which is then adapted as the backbone for robot policy learning. Experimental results on real-world robotic platforms show that GigaWorld-Policy runs 9x faster than the leading WAM baseline, Motus, while improving task success rates by 7%. Moreover, compared with pi-0.5, GigaWorld-Policy improves performance by 95% on RoboTwin 2.0.