FlowWAM Logo
Arxiv 2026 · Preprint

FlowWAM

Optical Flow as a Unified Action Representation for World Action Models

Equal contribution  ·  Corresponding authors
1 CASIA-NLPR 2 UCAS 3 FiveAges 4 MBZUAI 5 Alibaba Group
TL;DR

World Action Models repurpose pretrained video generators for control, yet a modality gap persists: action signals must conform to the generator's visual priors while preserving the dense cross-frame motion that control requires. FlowWAM closes this gap with optical flow, a unified, video-native action representation that shares the RGB format, encodes spatially grounded per-pixel displacement, and is extractable from action-unlabeled video. A single shared dual-stream diffusion model generates flow for action prediction, conditions on flow for world modeling, and pretrains on large-scale unlabeled video.

RoboTwin · Clean
92.94%
Manipulation success rate
RoboTwin · Random
92.14%
Robust under random scenes
WorldArena · EWMScore
63.71
State-of-the-art overall
Trajectory Accuracy
+18.4%
Relative improvement

One representation. Three superpowers.

FlowWAM bridges executable robot actions and pixel-space video priors via dense flow videos — enabling action-unlabeled pretraining, policy inference, and action-conditioned world modeling within the same framework.

FlowWAM teaser figure
Why Optical Flow?

A motion signal already video-native.

01 · Uniformity

Same format as RGB

HSV color-wheel encoding maps per-pixel displacement into RGB images, closing the modality gap between control signals and pretrained video priors.

02 · Reliability

Dense pixel motion

A per-pixel motion field tightly steers video generation to follow the requested trajectory — far beyond sparse action tokens or static masks.

03 · Scalability

No action labels needed

Flow is extractable directly from raw egocentric videos, so FlowWAM scales by absorbing motion priors from large unlabeled corpora.

Method

A dual-stream diffusion transformer

FlowWAM method diagram
Step 1

Flow RGB Encoding

Convert per-pixel optical flow into an RGB image via invertible HSV color-wheel encoding. Format-identical to scene frames — no separate action tokenizer needed.

Step 2

Shared DiT Backbone

RGB and flow latents share a frozen VAE encoder and all transformer blocks. Stream-specific only at patch embedding & output head. Joint self-attention over concatenated tokens.

Step 3

Action Expert

A transformer that cross-attends to flow & RGB tokens, conditions on proprioception, and predicts N-step action chunks under flow-matching — with stochastic latent conditioning to bridge train/inference.

Two Operating Modes

Generate flow. Or condition on it.

Both modes share the same dual-stream DiT. They differ only in whether the flow stream is unknown or observed.

Mode A

Policy Mode

flow is generated

Both streams initialized from Gaussian noise and jointly denoised. The model synthesizes a future RGB rollout and its corresponding flow video — then the action expert decodes executable actions from the predicted motion plan.

Generate future flow latents
Decode into N-step action chunk
Execute on robot
Mode B

World-Model Mode

flow is provided

Flow latents are set to the clean VAE encoding of a desired motion trajectory and held fixed. Only RGB is denoised. The model renders a future video that follows the specified motion — perfect for planning and policy evaluation.

Provide target flow trajectory
Generate RGB future from noise
Use for evaluation & planning
Experiments

Beating VLA and WAM baselines.

Manipulation Policy on RoboTwin 2.0

Average success rate over 50 bimanual tasks — Clean setting (fixed layout/lighting) and Random setting (randomized object pose, distractors, lighting, background).

Method Type Clean Random
π0.5VLA42.98%43.84%
X-VLAVLA72.88%72.84%
MotusWAM88.66%87.02%
GigaWorld-PolicyWAM86.36%85.04%
X-WAMWAM89.76%90.68%
Fast-WAMWAM91.88%91.78%
FlowWAM (w/o pretrain)WAM82.40%80.80%
★ FlowWAM (w/ pretrain) WAM 92.94% 92.14%
Qualitative Results

Watch flow in action.

Citation

Cite FlowWAM

@misc{flowwam,
      title={FlowWAM: Optical Flow as a Unified Action Representation for World Action Models},
      author={Yixiang Chen and Peiyan Li and Yuan Xu and Qisen Ma and Jiabing Yang and Kai Wang and Jianhua Yang and Dong An and He Guan and Gaoteng Liu and Jianlou Si and Jun Huang and Jing Liu and Nianfeng Liu and Yan Huang and Liang Wang},
      year={2026},
      eprint={2607.13017},
      archivePrefix={arXiv},
      primaryClass={cs.RO},
      url={https://arxiv.org/abs/2607.13017},
}