RynnVLA-001: Using Human Demonstrations to Improve Robot Manipulation
Yuming Jiang, Siteng Huang, Shengke Xue, Yaxi Zhao, Jun Cen, Sicong Leng, Kehan Li, Jiayan Guo, Kexiang Wang, Mingxiu Chen, Fan Wang, Deli Zhao, Xin Li
TL;DR
The paper tackles the data scarcity barrier in Vision-Language-Action (VLA) for robotics by introducing RynnVLA-001, a three-stage pretraining curriculum that leverages large-scale ego-centric video generation, followed by trajectory-aware modeling with human keypoints, and finally robot-centric fine-tuning using ActionVAE to compress action sequences. The approach enables transfer of manipulation priors from human demonstrations to robot control, achieving superior finetuned performance over state-of-the-art baselines on LeRobot SO100 across three tasks. Inference is optimized by predicting action embeddings rather than full future frames, enabling faster real-time control. The work demonstrates that a staged curriculum bridging visual dynamics and low-level actions can significantly improve VLA performance in robotics, with ActionVAE providing compact, coherent action representations.
Abstract
This paper presents RynnVLA-001, a vision-language-action(VLA) model built upon large-scale video generative pretraining from human demonstrations. We propose a novel two-stage pretraining methodology. The first stage, Ego-Centric Video Generative Pretraining, trains an Image-to-Video model on 12M ego-centric manipulation videos to predict future frames conditioned on an initial frame and a language instruction. The second stage, Human-Centric Trajectory-Aware Modeling, extends this by jointly predicting future keypoint trajectories, thereby effectively bridging visual frame prediction with action prediction. Furthermore, to enhance action representation, we propose ActionVAE, a variational autoencoder that compresses sequences of actions into compact latent embeddings, reducing the complexity of the VLA output space. When finetuned on the same downstream robotics datasets, RynnVLA-001 achieves superior performance over state-of-the-art baselines, demonstrating that the proposed pretraining strategy provides a more effective initialization for VLA models.
