GigaAI

GigaWorld-Policy-0.5:A Faster and Stronger WAM Empowered by AutoResearch

A World Action Model enabling local real-time deployment with 85ms low latency.

GigaAI
0:00 / 0:00

Architecture

Overview architecture of GigaWorld-Policy-0.5

Figure: Overview of GigaWorld-Policy-0.5, an MoT-based action-centered World Action Model. The model consists of a visual expert and an action expert: the visual expert specializes in processing video tokens, while the action expert focuses on action-token modeling. The two experts are connected through multi-modal self-attention, which follows the same causal masking strategy as GigaWorld-Policy to preserve action-centered dependency modeling.

Abstract

World Action Models (WAMs) improve robot policy learning by jointly modeling actions and future visual observations, using future scene evolution as dense supervision for physically grounded action generation. However, a common design in existing WAMs is to explicitly generate future videos at inference time, incurring substantial computational overhead and hindering real-time closed-loop deployment. GigaWorld-Policy addresses this issue with an action-centered formulation, where future visual dynamics are used during training while action-only decoding is used at inference time. Building upon this framework, we present GigaWorld-Policy-0.5, an enhanced action-centered WAM designed for more efficient robot control. During pretraining, GigaWorld-Policy-0.5 adopts a mixed Action-Conditioned World Modeling (AC-WM) and WAM training strategy. This strengthens the coupling between visual dynamics and robot actions and improves the transferability of action representations for downstream policy learning. For efficient inference, GigaWorld-Policy-0.5 introduces a Mixture-of-Transformers architecture that separates visual dynamics modeling and action generation into specialized experts, reducing active computation during action-only inference and achieving 85 ms inference latency on a local RTX 4090 setup. In addition, we employ an agent-based AutoResearch pipeline to systematically search training configurations, enabling more efficient identification of optimal experimental setups while reducing the time and manual intervention required for hyperparameter tuning. Experiments and ablations show that GigaWorld-Policy-0.5 preserves the training benefits of future visual dynamics while improving inference efficiency for robot control.

Features Compared to GigaWorld-Policy

01

Inference Efficiency

Local RTX 4090 85 ms C++ deployment latency

The Mixture-of-Transformers architecture separates visual dynamics modeling from action generation, enabling a lightweight action-only pathway for low-latency deployment.

Table: Comparison of inference efficiency and real-robot performance.

Method Latency on
A100 (ms) ↓
Latency on
RTX 4090 (ms) ↓
SR on
Real-Robot ↑
π0.52251100.76
Motus32310.80
FastWAM2291820.78
GigaWorld-Policy3602930.80
GigaWorld-Policy-0.51891100.85
+ C++ deployment140850.85
Inference latency and success-rate comparison across A100 and RTX 4090 hardware
Figure: Comparison of GigaWorld-Policy-0.5 with baselines on inference latency and success rate across hardware platforms in real-world settings.
02

Mixed AC-WM and WAM Pre-training

Mixed AC-WM and WAM pre-training strengthens action-dynamics coupling and improves the transferability of action representations.

Success rates at different training steps in the mixed AC-WM and WAM pretraining ablation
Figure: Success rates at different training steps in the AC-WM ablation study.
03

AutoResearch-Driven Hyperparameter Study

AutoResearch automates pilot runs, metric monitoring, and candidate selection to derive a reliable training recipe with less manual tuning.

AutoResearch hyperparameter search and training progression
Figure: AutoResearch hyperparameter search and training progression on the pick the fruit task. Left: 1K-step pilot sweep over learning-rate and batch-size configurations. Right: extended training progression under the selected configuration, with the best validation action MSE at 30K steps.

Experiments

01

Long-Horizon Tasks

Table: Evaluation of end-to-end success rates on long-horizon tasks.

Task nameπ0.5MotusFastWAMGigaWorld-PolicyGigaWorld-Policy-0.5
Food Heating0.500.600.500.600.80
Tableware Arrangement0.700.600.500.600.80
Average0.600.600.500.600.80

Demos

0:00 / 0:00

Heating Food

0:00 / 0:00

Tableware Arrangement

02

Text-Following Tasks

Table: Evaluation of text-following ability on the fruit-picking task.

Text instructionπ0.5MotusFastWAMGigaWorld-PolicyGigaWorld-Policy-0.5
Pick the banana and place it into the basket.0.880.930.830.900.95
Pick the apple and place it into the basket.0.730.780.750.730.80
Pick the lemon and place it into the basket.0.680.750.730.780.83
Pick the grape and place it into the basket.0.850.830.880.880.93
Pick the avocado and place it into the basket.0.680.700.750.730.78
Pick the strawberry and place it into the basket.0.780.800.730.780.85
Average0.760.800.780.800.85

Table: Evaluation of text-following ability on the object-placement task.

Text instructionπ0.5MotusFastWAMGigaWorld-PolicyGigaWorld-Policy-0.5
Pick up the bowl and place it on the plate.0.870.880.730.800.93
Pick up the fork and place it on the plate.0.780.830.850.800.88
Pick up the spoon and place it on the plate.0.730.830.800.750.85
Pick up the bowl and place it into the basket.0.750.830.800.880.95
Pick up the fork and place it into the basket.0.650.750.680.780.85
Pick up the spoon and place it into the basket.0.800.850.750.830.88
Average0.760.830.770.810.89

Citation

@article{gigaworld-policy-0.5,
  title={GigaWorld-Policy-0.5: A Faster and Stronger WAM Empowered by AutoResearch},
  author={Team, GigaWorld and Ye, Angen and Ma, Angyuan and Wang, Boyuan and Ni, Chaojun and Ye, Fangzheng and Huang, Guan and Li, Guo and Zhao, Guosheng and Yan, Haodong and others},
  journal={arXiv preprint arXiv:2607.13960},
  year={2026}
}