World Action Models / Robust Robot Learning

ST-WAM: Semantic-Temporal World Action Model for Robust Manipulation under Visual Distribution Shifts

Mingxin Wang1,2 Bin Hu1 Bin Qian1 Kaitao Jiang2 Haoning Wu3 Feng Yan4 Bowen Jing5 Ruiyang Hao6 Enyi Wang1 Kangning Niu2 Yandan Yang2 Mu Xu2 Yan Wang1 Houde Liu1,* Tianlun Li2,*
1Tsinghua University 2AMAP-CV-LAB, Alibaba Group 3Shanghai Jiao Tong University 4Xi'an Jiaotong University 5The University of Manchester 6King's College London *Corresponding authors
98.7% LIBERO average success
72.8% Zero-shot LIBERO-Plus
92.8% RoboTwin 2.0 average
61.5% Real-world visual shifts

Overview

Robust action needs futures that preserve task state, not training-domain content.

World Action Models jointly model robot actions and future visual dynamics, but pixel-generative future supervision can entangle action-relevant state transitions with task-irrelevant visual content. Under visual distribution shifts, predicted futures can hallucinate training-domain content rather than remain faithful to the current scene.

ST-WAM uses DINOv3 as a shared semantic representation for future prediction and history retrieval, while retaining fine-grained VAE dynamics. It is trained end-to-end, needs no additional embodied pretraining, and performs action-only inference without explicitly generating future video.

Training-distribution hallucination cases and DINOv3 versus Wan-VAE representation diagnosis
Training-Distribution Hallucination under visual shifts, followed by a controlled representation diagnosis of DINOv3 and Wan-VAE features.

Training-Distribution Hallucination

70.6%

of manually audited predictions distinctly hallucinate training-domain content under visual distribution shifts.

180 predicted futures audited
2 video-generative WAMs
3 visual shift categories

LingBot-VA and Fast-WAM-Joint were each evaluated on 30 randomly sampled cases under background, illumination, and camera-viewpoint shifts. Representative audited cases are shown below.

Audited Video Cases

Predicted futures hallucinate training-domain content under visual distribution shifts.

Each video is a manually labeled hallucination case. The top panel shows the predicted future and the bottom panel shows the policy rollout.

LingBot-VA

3 representative cases
BackgroundTask 0009
LightingTask 2264
CameraTask 0703

Fast-WAM-Joint

3 representative cases
BackgroundTask 0042
LightingTask 2264
CameraTask 0689

Method

Semantic modeling in complementary prospective and retrospective directions.

01

Dual-Space Future Experts

DSFE jointly predicts future VAE latents and DINO features through a three-branch Mixture-of-Transformers. VAE latents retain fine-grained visual dynamics, while DINO provides visually stable semantic transitions.

02

Current-Anchored Intent Retrieval

CAIR uses the current visual-language context to retrieve task-relevant evidence from recent DINO history, producing compact intent tokens that guide action generation under visual shifts.

ST-WAM architecture with Dual-Space Future Experts and Current-Anchored Intent Retrieval
ST-WAM architecture. Future experts are training-time semantic supervision; deployment remains action-only and sub-second.

Structured Routing

Leakage-free information flow across visual, semantic, and action tokens.

The asymmetric attention mask lets clean current VAE and DINO tokens form anchors, allows the two noisy future streams to refine each other, and keeps action queries isolated from future targets.

Structured cross-branch attention masks

Experiments

Strong in-distribution performance, with substantially better robustness out of distribution.

+21.3 pp over Fast-WAM on LIBERO-Plus
2.38× Fast-WAM's success under real-world visual shifts
Only 1.24× latency compared with Fast-WAM

Zero-Shot Generalization

LIBERO-Plus success rate (%)

Trained on LIBERO and evaluated directly across seven visual perturbations.

Method Emb. PT. Camera Robot Lang. Light BG Noise Layout Overall
UniVLAYes1.846.269.669.081.021.231.942.9
pi0Yes13.86.058.885.081.479.068.953.6
pi0-FASTYes65.121.661.073.273.274.468.861.6
RIPT-VLA (OFT)Yes55.231.277.688.491.673.574.268.4
OpenVLA-OFTYes56.431.979.588.793.375.874.269.6
X-VLAYes23.489.775.788.296.062.771.871.4
Fast-WAMNo16.444.568.978.253.737.760.751.5
Fast-WAM-JointNo34.055.188.990.044.933.373.459.0
ST-WAM (Ours)No55.460.179.393.074.279.574.372.8
ST-WAM real-world evaluation across five manipulation tasks
Real-world evaluation across five tasks with diverse temporal and geometric requirements.

Physical Robot

Real-world success rate (%)

Five tasks, nominal conditions, and four unseen visual-shift settings.

Method Nominal Environment Visual Distribution Shifts
Flower Drawer Scoop Fruit Hang Avg. BG Light Obj. App. Comp. Avg.
pi056.746.730.046.756.747.333.340.735.322.032.8
Fast-WAM70.066.746.766.773.364.727.335.325.315.325.8
w/o Semantic Future Expert76.773.356.773.380.072.043.350.041.329.341.0
w/o CAIR80.076.760.076.783.375.346.052.744.032.043.7
ST-WAM (Ours)86.780.066.776.786.779.366.070.062.048.061.5
Action attention to current VAE and DINO tokens
Action-to-DINO attention focuses more strongly on manipulated objects and interaction regions, complementing the broader visual dynamics represented by VAE latents.

Citation

BibTeX

@article{wang2026stwam,
  title   = {ST-WAM: Semantic-Temporal World Action Model for Robust Manipulation under Visual Distribution Shifts},
  author  = {Wang, Mingxin and Hu, Bin and Qian, Bin and Jiang, Kaitao and Wu, Haoning and Yan, Feng and Jing, Bowen and Hao, Ruiyang and Wang, Enyi and Niu, Kangning and Yang, Yandan and Xu, Mu and Wang, Yan and Liu, Houde and Li, Tianlun},
  journal = {arXiv preprint arXiv:2607.28993},
  year    = {2026},
  url     = {https://arxiv.org/abs/2607.28993}
}