DeVA: Decoupled Video-Action Model with physical guidance for robot policy learning

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.

Mengqi Zhang1, Sahil Khose1, Simar Kareer2, Yuchen Song1, Unnat Jain1, Judy Hoffman1
1University of California, Irvine   2Georgia Institute of Technology
1 Observe the current scene
2 Predict plausible future dynamics with physical guidance
3 Bootstrap actions from video
DeVA learns to act by predicting future scene dynamics and transferring affordance- and depth-guided video features to robot control.
Abstract

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.

Motivation

From Predictive Video Priors to Robot Control

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.

Decouple the Experts, Preserve Interaction

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.

Guide Action with Affordance and Depth

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.

How DeVA works

Decoupled Video–Action Experts with Physical Guidance

Result #1 — Real Robots

Real-World Evaluation on Bimanual Manipulation

Deployed on a dual-arm platform (two 7-DoF I2RT YAM Ultra arms, three RGB-D wrist + head cameras)

HandoverPrecise grasping and coordinated arm-to-arm transfer.
Lift PotSynchronized bimanual grasping and lifting from both handles.
Pick BottlesCoordinated pickup across bottles with diverse appearances.
More ResultsUnseen instances, distractors, and novel layouts.

Real-world robot success rate

Per task · same 30 demos · higher is better

Cosmos-Policy GR00T-n1.6 DeVA (Ours)
Result #2 — simulation benchmarks

Strong Performance Across Diverse Simulation Tasks

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

24 kitchen tasks

50 demonstrations/task for training
RoboCasa — Pick & Place6 clips / category
PnP Counter → Cab
PnP Cab → Counter
PnP Counter → Sink
PnP Sink → Counter
PnP Counter → Microwave
PnP Microwave → Counter
Open Single Door
Close Single Door
Open Double Door
Close Double Door
Open Single Door
Close Single Door
Open Drawer
Close Drawer
Open Drawer
Close Drawer
Open Drawer
Close Drawer
Turn On Stove
Turn Off Stove
Turn On Stove
Turn Off Stove
Turn On Stove
Turn Off Stove
Turn On Sink Faucet
Turn Off Sink Faucet
Turn Sink Spout
Turn On Sink Faucet
Turn Off Sink Faucet
Turn Sink Spout
Coffee Setup Mug
Coffee Serve Mug
Coffee Press Button
Coffee Setup Mug
Coffee Serve Mug
Coffee Press Button
Turn On Microwave
Turn Off Microwave
Turn On Microwave
Turn Off Microwave
Turn On Microwave
Turn Off Microwave
LIBERO-Plus

Robustness perturbations

6 visual perturbation types + 1 language change
LIBERO-Plus — Camera View9 clips / category
Put both the cream cheese box and the butter…
Pick up the orange juice and place it in the…
Open the middle drawer of the cabinet
Pick up the black bowl on the wooden cabinet…
Pick up the ketchup and place it in the basket
Pick up the black bowl on the ramekin and pl…
Turn on the stove and put the moka pot on it
Put the wine bottle on the rack
Pick up the alphabet soup and place it in th…
Pick up the tomato sauce and place it in the…
Put both the cream cheese box and the butter…
Pick up the black bowl between the plate and…
Put the cream cheese in the bowl
Pick up the orange juice and place it in the…
Pick up the book and place it in the back co…
Pick up the black bowl in the top drawer of…
Pick up the milk and place it in the basket
Pick up the black bowl from table center and…
Pick up the tomato sauce and place it in the…
Pick up the black bowl from table center and…
Pick up the book and place it in the back co…
Push the plate to the front of the stove tb
Pick up the bbq sauce and place it in the ba…
Put both the cream cheese box and the butter…
Pick up the black bowl on the ramekin and pl…
Open the top drawer and put the bowl inside tb
Pick up the salad dressing and place it in t…
Pick up the tomato sauce and place it in the…
Put both the alphabet soup and the tomato sa…
Pick up the black bowl next to the cookie bo…
Put the cream cheese in the bowl add
Pick up the bbq sauce and place it in the ba…
Put the white mug on the plate and put the c…
Pick up the black bowl on the cookie box and…
Open the middle drawer of the cabinet add
Pick up the orange juice and place it in the…
Pick up the black bowl on the wooden cabinet…
Pick up the alphabet soup and place it in th…
Push the plate to the front of the stove
Put the white mug on the left plate and put…
Pick up the salad dressing and place it in t…
Pick up the black bowl on the stove and plac…
Turn on the stove
Turn on the stove and put the moka pot on it
Pick up the butter and place it in the basket
Pick up the butter and place it in the basket
Put the white mug on the left plate and put…
Put the cream cheese in the bowl
Pick up the black bowl between the plate and…
Pick up the cream cheese and place it in the…
Put both the cream cheese box and the butter…
Pick up the black bowl on the cookie box and…
Pick up the orange juice and place it in the…
Put the yellow and white mug in the microwav…
Success rates

DeVA leads all three benchmarks

RoboCasa

avg success · 24 tasks

baselinesDeVA (Ours)

LIBERO

avg success · 40 tasks

baselinesDeVA (Ours)

LIBERO-Plus

robustness · 7 perturbation types

baselinesDeVA (Ours)
Result #3 — Efficiency Analysis

Training Convergence and Data Efficiency

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.

Training convergence

Faster convergence with fewer training samples

Training iterations × batch size; DeVA processes ~11–20× fewer samples than Cosmos-Policy.
Success rate over training steps — the decoupled model reaches near-convergence earlier and consistently outperforms the matched unified variant.
Data efficiency

Data-efficient under budgets

Success rate across fractions of training data; DeVA achieves the performance at each evaluated budget and continues to improve as more data are introduced.
Ablation Study

Analysis of Core Design Components

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

Takeaways

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.

Citation

BibTeX

@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}
}