JEPA-VLA: Video Predictive Embedding is Needed for VLA Models
Shangchen Miao, Ningya Feng, Jialong Wu, Ye Lin, Xu He, Dong Li, Mingsheng Long
TL;DR
The work addresses the inefficiency and limited generalization of vision-language-action models by identifying deficiencies in static visual representations for robotics. It shows that video-based predictive embeddings, exemplified by V-JEPA2, capture task-relevant state information and temporal dynamics that serve as effective policy priors, outperforming image-based and language-based pretraining in probing tasks. The authors introduce JEPA-VLA, a flexible fusion framework that either concatenates predictive embeddings (early fusion) or uses gated cross-attention to preserve pretrained priors while integrating new information. Across LIBERO, LIBERO-plus, RoboTwin2.0, and real-world tasks, JEPA-VLA yields consistent improvements in sample efficiency and generalization, demonstrating the practical value of video-predictive pretraining for embodied AI. This work suggests that leveraging video-scale representations is a key step toward more robust and generalizable robotic agents.
Abstract
Recent vision-language-action (VLA) models built upon pretrained vision-language models (VLMs) have achieved significant improvements in robotic manipulation. However, current VLAs still suffer from low sample efficiency and limited generalization. This paper argues that these limitations are closely tied to an overlooked component, pretrained visual representation, which offers insufficient knowledge on both aspects of environment understanding and policy prior. Through an in-depth analysis, we find that commonly used visual representations in VLAs, whether pretrained via language-image contrastive learning or image-based self-supervised learning, remain inadequate at capturing crucial, task-relevant environment information and at inducing effective policy priors, i.e., anticipatory knowledge of how the environment evolves under successful task execution. In contrast, we discover that predictive embeddings pretrained on videos, in particular V-JEPA 2, are adept at flexibly discarding unpredictable environment factors and encoding task-relevant temporal dynamics, thereby effectively compensating for key shortcomings of existing visual representations in VLAs. Building on these observations, we introduce JEPA-VLA, a simple yet effective approach that adaptively integrates predictive embeddings into existing VLAs. Our experiments demonstrate that JEPA-VLA yields substantial performance gains across a range of benchmarks, including LIBERO, LIBERO-plus, RoboTwin2.0, and real-robot tasks.
