Search papers, labs, and topics across Lattice.
This paper introduces FlowWAM, a dual-stream diffusion framework that utilizes optical flow as a unified action representation for World Action Models (WAMs), addressing the challenge of aligning action representations with pretrained video generators. By leveraging optical flow, FlowWAM captures rich per-pixel motion cues, enabling effective action prediction and world modeling without the need for labeled action data. Empirical results demonstrate that FlowWAM significantly improves performance on RoboTwin manipulation and WorldArena tasks, achieving a success rate of 92.94% and an EWMScore of 63.71, respectively, surpassing existing baselines.
FlowWAM achieves a remarkable 92.94% success rate in manipulation tasks by harnessing optical flow as a video-native action representation.
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 .