ViPRA: Video Prediction for Robot Actions
About
Can we turn a video prediction model into a robot policy? Videos, including those of humans or teleoperated robots, capture rich physical interactions. However, most of them lack labeled actions, which limits their use in robot learning. We present Video Prediction for Robot Actions (ViPRA), a simple pretraining-finetuning framework that learns continuous robot control from these actionless videos. Instead of directly predicting actions, we train a video-language model to predict both future visual observations and motion-centric latent actions, which serve as intermediate representations of scene dynamics. We train these latent actions using perceptual losses and optical flow consistency to ensure they reflect physically grounded behavior. For downstream control, we introduce a chunked flow matching decoder that maps latent actions to robot-specific continuous action sequences, using only 100 to 200 teleoperated demonstrations. This approach avoids expensive action annotation, supports generalization across embodiments, and enables smooth, high-frequency continuous control upto 22 Hz via chunked action decoding. Unlike prior latent action works that treat pretraining as autoregressive policy learning, ViPRA explicitly models both what changes and how. Our method outperforms strong baselines, with a 16% gain on the SIMPLER benchmark and a 13% improvement across real world manipulation tasks. We have released models and code at https://vipra-project.github.io
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Stack Green Block on Yellow Block | SimplerEnv WidowX+Bridge | Grasp Green Block Success Rate66.7 | 14 | |
| Average (SIMPLER Bridge Tasks) | SIMPLER-Bridge | Success Rate69.8 | 10 | |
| Carrot2Plate | SIMPLER Bridge tasks | Success Rate62.5 | 9 | |
| Eggplant2Bask | SIMPLER Bridge tasks | Success Rate83.3 | 9 | |
| Spoon2Cloth | SIMPLER-Bridge | Success Rate66.7 | 9 | |
| Long-horizon manipulation | LIBERO-10 Long | Success Rate79 | 7 | |
| Robotic Control | Robotic Control Inference Benchmark | Inference Time (ms)510 | 6 |