A decoupled video-action architecture that turns predicted video dynamics into executable robot behavior via multi-level feature interaction and physically salient affordance & depth supervision.
Generalizable robot manipulation requires policies that can anticipate how visual scenes evolve while executing language instructions. While recent Vision-Language-Action models benefit from large-scale pretraining, their predominantly static pretraining objectives provide limited supervision for physical dynamics and temporal causality, leaving control knowledge to be learned from downstream robot demonstrations. Video generative models offer a promising foundation by encoding rich spatiotemporal priors through future predictions. However, existing Video-Action Models either couple video and action prediction in a shared backbone, making policy adaptation harder to optimize, or under-utilize video information when guiding the action branch. In this work, we introduce DeVA, a Decoupled Video-Action model with specialized video and action experts, multi-level feature transfer, and physically salient guidance. DeVA transfers representations from multiple video layers to the action expert, enabling rich information exchange while making policy learning more tractable. It further supervises intermediate video features and the action stream with physically salient guidance (affordance/depth). Experiments on both simulation benchmarks and real-world deployment demonstrate strong performance with limited data, faster convergence than a unified architecture, and clear performance gains from physical guidance.
DeVA attempts to address the central challenge: Transferring predictive video representations to action generation while retaining specialized capacity for visual dynamics and robot control.
Predict How the Scene Evolves
Vision-language pretraining provides strong semantic priors, but limited temporal supervision. Instead, video prediction models supply complementary priors for physical dynamics and scene evolution.
DeVA assigns video and action prediction into two specialized experts, while multi-level feature transfer preserves rich interaction between them. This design can retain modality specific capacity and makes policy learning more tractable.
DeVA guides intermediate video features with depth and affordance prediction. The features encode task-relevant interaction regions and scene geometry and are injected into the action expert as physical guidance.
Deployed on a dual-arm platform (two 7-DoF I2RT YAM Ultra arms, three RGB-D wrist + head cameras)
Real-world robot success rate
Per task · same 30 demos · higher is better
DeVA is evaluated on visually rich kitchen tasks in RoboCasa, structured tabletop manipulation in LIBERO, and systematic distribution shifts in LIBERO-Plus. DeVA achieves strong success rates across all three settings.
RoboCasa
avg success · 24 tasks
LIBERO
avg success · 40 tasks
LIBERO-Plus
robustness · 7 perturbation types
We assess training efficiency through convergence speed under matched settings and data efficiency through success rates across demonstration budgets. DeVA converges faster than a unified counterpart and achieves higher success rates with the same amount of training data.
Different design choices are isolated and tested using RoboCasa: the video generative backbone, the video-to-action, affordance & depth guidance, and feature interface.
Backbone progression
action-only → video + decoupled · 50k steps
Physical guidance
affordance + depth · 50k steps
Feature injection
last-step vs. multi-step · 30k steps
Decoupled experts make video-to-action learning more tractable. DeVA assigns future prediction and robot control dedicated experts that exchange features across multi-layers, raising success from 36.8% to 66.0% and converging faster than a shared model.
Predicting scene evolution provides richer guidance than static goal image. Goal-image prediction improves over action-only learning (25.8% vs. 10.0%), while multi-frame video prediction further increases success to 36.8%.
Affordance and depth provide control-relevant spatial cues. Each form of guidance improves the base model, and their combination raises success from 66.0% to 72.0% while adding approximately 1.4% more parameters.
DeVA performs strongly across simulation and real-world settings. It achieves strong results on LIBERO, LIBERO-Plus, and RoboCasa, and reaches higher average success across real-world bimanual tasks with 30 demonstrations per task.
@article{zhang2026deva,
title = {{DeVA}: Decoupled Video-Action Model with physical guidance for robot policy learning},
author = {Zhang, Mengqi and Khose, Sahil and Kareer, Simar and
Song, Yuchen and Jain, Unnat and Hoffman, Judy},
journal = {arXiv preprint arXiv:2607.24159},
year = {2026}
}