English

mimic-video: Video-Action Models for Generalizable Robot Control Beyond VLAs

Robotics 2025-12-22 v2 Artificial Intelligence Computer Vision and Pattern Recognition Machine Learning

Abstract

Prevailing Vision-Language-Action Models (VLAs) for robotic manipulation are built upon vision-language backbones pretrained on large-scale, but disconnected static web data. As a result, despite improved semantic generalization, the policy must implicitly infer complex physical dynamics and temporal dependencies solely from robot trajectories. This reliance creates an unsustainable data burden, necessitating continuous, large-scale expert data collection to compensate for the lack of innate physical understanding. We contend that while vision-language pretraining effectively captures semantic priors, it remains blind to physical causality. A more effective paradigm leverages video to jointly capture semantics and visual dynamics during pretraining, thereby isolating the remaining task of low-level control. To this end, we introduce mimic-video, a novel Video-Action Model (VAM) that pairs a pretrained Internet-scale video model with a flow matching-based action decoder conditioned on its latent representations. The decoder serves as an Inverse Dynamics Model (IDM), generating low-level robot actions from the latent representation of video-space action plans. Our extensive evaluation shows that our approach achieves state-of-the-art performance on simulated and real-world robotic manipulation tasks, improving sample efficiency by 10x and convergence speed by 2x compared to traditional VLA architectures.

Keywords

Cite

@article{arxiv.2512.15692,
  title  = {mimic-video: Video-Action Models for Generalizable Robot Control Beyond VLAs},
  author = {Jonas Pai and Liam Achenbach and Victoriano Montesinos and Benedek Forrai and Oier Mees and Elvis Nava},
  journal= {arXiv preprint arXiv:2512.15692},
  year   = {2025}
}

Comments

Revised Introduction, Related Work, and Appendix. Additional minor notational and grammatical fixes

R2 v1 2026-07-01T08:29:40.396Z