Paper Overview
Field: Robotics Authors: Dong Jing, Tianqi Zhang, Jiaqi Liu Published: 2026-06-25 arXiv: 2606.19233
Abstract
Most Vision-Language-Action (VLA) models build on a Vision-Language Model (VLM) backbone by attaching an action module and optimizing the full policy jointly. This design inherits strong visual and linguistic priors from the VLM, but leaves the action module to learn physical motion almost from scratch. As a result, the policy lacks an explicit motion prior, forcing early optimization to simultaneously discover temporal action dynamics and cross-modal alignment — a challenge further amplified in cross-embodiment settings.
Key Idea
The authors propose pretraining the action module with motion priors *before* cross-modal VLA alignment, using a two-stage training framework that equips the action module with cross-embodiment temporal motion structure before VLA training begins.
Method
- Stage 1 — Motion prior learning: A lightweight flow-matching-based encoder-decoder action module efficiently learns temporal motion structure solely from unconditional action trajectories, without processing visual or language tokens.
- Stage 2 — Transfer to VLA training: The learned prior is transferred via decoder reuse and early latent distillation, aligning vision-language features with the action embedding space while still permitting end-to-end policy optimization.
- History compression: The trained encoder serves as a compact history compressor, summarizing state-action history into a single temporal context token, enabling history-aware modeling at minimal cost.
- Evaluated on 13 diverse cross-embodiment tasks in both simulation and on real platforms.
- Compared with VLA training without action priors, the model converges faster and achieves higher success rates.
- Performance is significantly stronger on data-scarce real-world tasks.
- Scaling stage-one action data yields more generalizable action priors, directly improving downstream VLA performance.
Results
*Auto-collected on 2026-06-26.*