Say, Dream, and Act: Learning Video World Models for Instruction-Driven Robot Manipulation
Songen Gu, Yunuo Cai, Tianyu Wang, Simo Wu, Yanwei Fu
TL;DR
The paper addresses the challenge of enabling precise, long-horizon robotic manipulation by predicting how environments evolve and incorporating that foresight into action. It introduces the Dream4manip framework, which integrates a robust video-based world model (Cosmos-Predict2) through domain adaptation and latent adversarial distillation for fast few-step denoising, a length-agnostic imagination mechanism that compresses trajectories into fixed keyframes, and an in-context conditioned action model that grounds imagined futures in real observations. Key contributions include the selection and adaptation of a high-fidelity world model, a diffusion-based distillation strategy with a defined loss ${\mathcal L}_{\mathcal G} = \lambda {\mathcal L}_{adv}^{\mathcal G} + {\mathcal L}_{rec}$ and $\lambda = 0.1$, frame-rate-agnostic trajectory imagination with $n=93$, and an in-context action model that outputs executable actions conditioned on both imagined and real data. Extensive experiments on LIBERO benchmarks and real-world robot setups demonstrate state-of-the-art performance in Embodiment Consistency, Referring Success Rate, Interaction Success Rate, and Task Completion Rate, validating the practical impact of fast, predictive video-conditioned policies for instruction-driven manipulation.
Abstract
Robotic manipulation requires anticipating how the environment evolves in response to actions, yet most existing systems lack this predictive capability, often resulting in errors and inefficiency. While Vision-Language Models (VLMs) provide high-level guidance, they cannot explicitly forecast future states, and existing world models either predict only short horizons or produce spatially inconsistent frames. To address these challenges, we propose a framework for fast and predictive video-conditioned action. Our approach first selects and adapts a robust video generation model to ensure reliable future predictions, then applies adversarial distillation for fast, few-step video generation, and finally trains an action model that leverages both generated videos and real observations to correct spatial errors. Extensive experiments show that our method produces temporally coherent, spatially accurate video predictions that directly support precise manipulation, achieving significant improvements in embodiment consistency, spatial referring ability, and task completion over existing baselines. Codes & Models will be released.
