Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

VLA-JEPA: Enhancing Vision-Language-Action Model with Latent World Model

arXiv 26.2 2026 52.4 method

TLDR

VLA-JEPA uses a JEPA-style latent world model to predict action-relevant state transitions, improving VLA policy robustness and generalization.

Reasoning

The paper clearly identifies a key limitation of existing latent-action objectives (pixel variation bias) and proposes a leakage-free latent prediction method. Strengths include a simple two-stage recipe and demonstrated gains on multiple benchmarks including real-world tasks. Weaknesses are that the abstract does not detail limitations or ablation studies, and the novelty relative to prior JEPA work is not fully elaborated.

Read-first score

Read-first score 52.4, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 37.

Recency 8%
100

Uses a gentle age decay so recent papers surface without erasing older foundations. 2026

Topical relevance 42%
52.9

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Methodology quality 25%
50

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=experiment

Reproducibility 25%
38

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=code

Field roles

Frontier

Rank sensitivity

Stability: volatile; rank range: 456.

Keyword Scores

world model
9
world dynamics prediction
8
video world model
6
model-based reinforcement learning world model
5
generative world model
4
interactive world model
3
world simulator
2

Deep Analysis

Innovations

  • JEPA-style pretraining framework for Vision-Language-Action models
  • Leakage-free state prediction where future information is used only as supervision targets, never as input
  • Predicting in latent space rather than pixel space to learn dynamics abstractions robust to camera motion and irrelevant background changes
  • Simple two-stage recipe: JEPA pretraining followed by action-head fine-tuning, avoiding multi-stage complexity

Methodology

VLA-JEPA uses a target encoder to produce latent representations from future frames, while the student pathway sees only the current observation. Future information is used solely as supervision targets, never as input. The model is pretrained on video data with a JEPA-style objective in latent space, then fine-tuned with an action head for downstream tasks.

Key Results

Experiments on LIBERO, LIBERO-Plus, SimplerEnv, and real-world manipulation tasks show that VLA-JEPA achieves consistent gains in generalization and robustness over existing methods.

Tags