ROCVJul 14

FlowWAM: Optical Flow as a Unified Action Representation for World Action Models

arXiv:2607.1301715.05 citations
Predicted impact top 1% in RO · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses the challenge of aligning action representations with pretrained video generators for robot control, offering a practical solution that leverages unlabeled video data.

FlowWAM introduces optical flow as a unified action representation for World Action Models, enabling both action prediction and world modeling. It achieves state-of-the-art results on RoboTwin manipulation (92.94% success rate on Clean) and WorldArena world modeling (63.71 EWMScore, 18.4% improvement in trajectory accuracy).

World Action Models (WAMs) are able to leverage pretrained video generators for both world modeling and action prediction. However, directly leveraging such video generators for control raises a new challenge: how to represent actions in a suitable form that aligns with pretrained video generators while carrying enough motion cues for accurate control. Existing numerical actions fail to satisfy the former, and prior visual action representations overlook the temporal motion structure across frames. We address this issue with FlowWAM, a dual-stream diffusion framework that adopts optical flow as a unified, video-native action representation. Flow videos share the same format as RGB videos and encode rich per-pixel displacement. By jointly modeling them within a shared pretrained video generator, FlowWAM can naturally implement two modes of WAMs. In policy mode, FlowWAM generates flow for action prediction, while in world-model mode, it uses target flow sequences to guide future video generation. Moreover, since flow can be easily extracted from raw videos without action labels, FlowWAM can leverage large-scale action-unlabeled video datasets for pretraining. We empirically find that our flow-based action representation delivers gains across both modes. On RoboTwin manipulation, FlowWAM raises the success rate to 92.94% on the Clean setting and 92.14% on Random, outperforming both VLA and WAM baselines. On WorldArena world modeling, it achieves the best overall EWMScore (63.71) with an 18.4% relative improvement in trajectory accuracy. More results can be found on our project website: https://flow-wam.github.io .

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes