ThinkJEPA: Empowering Latent World Models with Large Vision-Language Reasoning Model
TLDR
ThinkJEPA integrates a VLM with a JEPA-style latent world model for long-horizon video prediction, outperforming baselines on hand-manipulation trajectory prediction.
Reasoning
The paper presents a novel dual-temporal framework combining dense JEPA and sparse VLM branches, with a hierarchical pyramid module for guidance. Strengths include addressing limitations of both dense prediction and VLMs, but the evaluation is limited to a single domain (hand-manipulation) and lacks broader real-world benchmarks or interactive settings.
Read-first score
Read-first score 48.8, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 37.
Field roles
Rank sensitivity
Stability: volatile; rank range: 330.
Keyword Scores
Deep Analysis
Innovations
- VLM-guided JEPA-style latent world modeling framework combining dense-frame dynamics with long-horizon semantic guidance via a dual-temporal pathway
- Dual-temporal pathway: a dense JEPA branch for fine-grained motion and interaction cues, and a uniformly sampled VLM thinker branch with larger temporal stride for knowledge-rich guidance
- Hierarchical pyramid representation extraction module that aggregates multi-layer VLM representations into guidance features compatible with latent prediction
Methodology
The proposed ThinkJEPA framework integrates a dense JEPA branch for fine-grained motion and interaction cues with a uniformly sampled VLM thinker branch that provides long-horizon semantic guidance. A hierarchical pyramid representation extraction module transfers progressive reasoning signals from the VLM into guidance features for latent prediction. The model is evaluated on hand-manipulation trajectory prediction, compared against a VLM-only baseline and a JEPA-predictor baseline.
Key Results
ThinkJEPA outperforms both a strong VLM-only baseline and a JEPA-predictor baseline on hand-manipulation trajectory prediction, and yields more robust long-horizon rollout behavior.
Limitations
- Dense prediction from a short observation window limits temporal context and biases predictors toward local, low-level extrapolation, making it difficult to capture long-horizon semantics
- VLMs are not ideal as standalone dense predictors due to compute-driven sparse sampling, a language-output bottleneck that compresses fine-grained interaction states into text-oriented representations, and a data-regime mismatch when adapting to small action-conditioned datasets