VERA (ours)
✓ SucceedsThe video planner imagines a path around the wall; the Jacobian IDM translates that plan into an action chunk that finds and presses the hidden target.
†Double-click any video, or tap the button in its corner, to view fullscreen.
A 14B video generative model, paired with a faithful inverse dynamics model, solves a wide range of robotics challenges — from zero-shot pick-and-place on a real-world Panda arm to contact-rich re-orientation of a cube with a 16-DoF multi-fingered hand.
We leave the video planner untouched and instead train an embodiment-specific inverse dynamics model (IDM) built on the robot's Jacobian. The resulting closed-loop policy — VERA — translates dreamed futures into low-level actions faithfully, achieving zero-shot manipulation on a Panda arm and 16-DoF dexterous in-hand reorientation with the same planner. Decoupled video planning plus faithful translation is a viable path to generalizable robot control.
From a short observation history, a video generative model imagines a visual plan; the Jacobian IDM inverts each step of that plan into a chunk of low-level actions, the robot executes them, and observations return to the video model for the next round.
Prompt“place the yellow cube on top of the lego block.”
Prompt“approach and push the blue button.”
Prompt“approach and push the orange button.”
Prompt“pick up the green tennis ball and place it inside the bowl.”
Prompt“place the yellow cube on top of the plate.”
Prompt“take the purple cube out of the plate and place it on the side.”
From the same initial observation, three language prompts steer the video planner to three different objects on the table. Prompt grounding is inherited intact from the video model.
Prompt“approach the cup.”
Prompt“approach the lego block.”
Prompt“approach the tennis ball.”
We evaluate our method on dexterous multi-fingered reorientation tasks with 16 DoFs, specifying the goal only by language prompt. The video model is trained on cube-reorientation demonstrations paired with three language prompts — clockwise, counter-clockwise, and random. At inference time, the language prompt steers the hand to produce the intended rotation: opposite prompts yield opposite cube movements from the same initial state.
Prompt“rotate the cube clockwise around the vertical axis.”
Prompt“rotate the cube counter-clockwise around the vertical axis.”
The same video planner that drives a 7-DoF arm also commands a real 16-DoF Allegro hand. Pairing one planner with an embodiment-specific Jacobian IDM is enough to translate the dreamed future into coordinated finger motion on hardware.
Prompt“rotate the cube clockwise around the vertical axis.”
A 2-DoF planar-pushing benchmark with contact-rich corner regrasps — a controlled setting where the gap between a faithful Jacobian translator and an unstructured baseline becomes directly measurable in closed-loop success.
A controlled study isolating the design choice. Under matched data and DoF budgets, the Jacobian-parameterized IDM holds a better data–accuracy frontier than unstructured baselines — and the gap widens as embodiment dimensionality grows.