ImageWAM: Do World Action Models Really Need Video Generation, or Just Image Editing?
Summary
ImageWAM proposes replacing video generation with pretrained image editing models in world action models for robot control, achieving superior performance while reducing FLOPs to 1/6 and latency to 1/4 of video-based approaches.
View Cached Full Text
Cached at: 06/20/26, 02:30 PM
Paper page - ImageWAM: Do World Action Models Really Need Video Generation, or Just Image Editing?
Source: https://huggingface.co/papers/2606.19531
Abstract
ImageWAM demonstrates that pretrained image editing models can effectively replace video generation in world action models for robot control, achieving better performance with reduced computational costs.
World Action Models(WAMs) commonly rely onvideo generationto bridgevisual world modelingandrobot control. However, video-based WAMs face three coupled limitations: dense multi-frame future tokens make inference costly, full video prediction spends capacity on action-irrelevant temporal and appearance details, and long-horizon future imagination may introduce errors that misleadaction prediction. These issues raise a simple question: Does world action model really needvideo generation? We propose ImageWAM, a simple WAM framework that repurposes pretrainedimage editingmodels for robotaction prediction. In contrast tovideo generation,image editingprovides a better-matched prior: it only needs to model a target-frame transformation, focuses on action-relevant current-to-target visual differences, and grounds task instructions to localized visual changes through edit pretraining. In practice, ImageWAM does not decode the target frame at inference time; instead, it conditions aflow-matching action experton theKV cachesproduced by image-editingdenoising, using them as a compact world-action context. ImageWAM outperforms standard VLA baselines and matching competitive WAMs without additional policy pretraining across different simulator and real-world experiments. It also reduces FLOPs to 1/6 and latency to 1/4 of video-based WAMs.Attention analysisfurther shows that editing caches focus on task-relevant change regions, supportingimage editingas an effective alternative to video-based world-action modeling.
View arXiv pageView PDFProject pageGitHub27Add to collection
Get this paper in your agent:
hf papers read 2606\.19531
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper3
#### yuyangalin/ImageWAM-FLUX.2-4B-RoboTwin Robotics• Updated1 day ago • 5
#### yuyangalin/ImageWAM-FLUX.2-4B-LIBERO Robotics• Updated1 day ago • 8
#### yuyangalin/ImageWAM-FLUX.2-9B-LIBERO Robotics• Updated1 day ago • 4
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2606.19531 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2606.19531 in a Space README.md to link it from this page.
Collections including this paper1
Similar Articles
Light-WAM: Efficient World Action Models with State-Fusion Action Decoding
Light-WAM is a lightweight world action model for efficient robot manipulation that uses a compact video backbone and downsampled latent space for future-video supervision, achieving high performance with low inference latency.
World Action Models: The Next Frontier in Embodied AI
This survey paper introduces World Action Models (WAMs), a unified framework for embodied AI that integrates predictive state modeling with action generation. It provides a taxonomy of existing methods, analyzes the data ecosystem, and outlines evaluation protocols for this emerging paradigm.
LaWAM: Latent World Action Models for Efficient Dynamics-Aware Robot Policies
LaWAM enables efficient robot control by predicting compact latent visual subgoals instead of expensive video generation, achieving state-of-the-art success rates with up to 24x lower latency than pixel-space world action models.
τ_0-WM: A Unified Video-Action World Model for Robotic Manipulation
τ_0-WM is a unified video-action world model for robotic manipulation that integrates policy learning, video prediction, and action evaluation using a shared video diffusion backbone. It shows superior performance on challenging long-horizon and fine-grained tasks.
RepWAM: World Action Modeling with Representation Visual-Action Tokenizers
RepWAM introduces a world action modeling approach using representation visual-action tokenizers, aiming to learn unified visual and action representations for planning and control.