Joint Embedding Predictive Architecture (JEPA) shift

Joint Embedding Predictive Architecture (JEPA) shift: text-to-video outcome prediction versus video-to-physical action

2026-05-25 · ai-architecture agentic-ai consciousness-cognition benchmarks-eval formal-methods · medium · source → · wiki →
key claims
  1. Text-token prediction and JEPA video-outcome prediction are both passive prediction paradigms: neither requires the model to select or commit to actions that affect a physical environment during training or inferenceLeCun (2022)Assran et al. (2023)Assran et al. (2025)
  2. Reinforcement learning theory formally distinguishes prediction problems (estimating the value of a fixed policy) from control problems (optimising the policy itself), identifying them as structurally different classes with different algorithmic requirements and feedback dependenciesIncompleteideas (n.d.)
  3. V-JEPA 2 (2025) required a separate action-conditioned predictor trained on 62 hours of labeled robot-trajectory data after Stage 1 video pre-training, demonstrating that passive video JEPA prediction does not by itself yield physical action capabilityAssran et al. (2025)
  4. JEPA representations learned from passive internet video transfer to the action-conditioned prediction stage efficiently, enabling zero-shot manipulation in new environments with minimal interaction data, meaning JEPA video pre-training is a necessary but not sufficient precondition for action groundingAssran et al. (2025)
  5. Physical action introduces three requirements absent from passive video prediction: action-conditioned interaction data, closed-loop feedback at inference time using model predictive control (MPC), and irreversibility constraints that prevent simple error correction through retrainingHafner et al. (2023)Assran et al. (2025)
  6. The text-to-video-JEPA transition is an improvement in representation quality within the passive prediction class: it captures motion dynamics and causal structure rather than surface token statistics, but the fundamental problem structure (passive, observational, corpus-trained) is unchangedLeCun (2022)Assran et al. (2023)
  7. Cognitive science research on predictive processing distinguishes passive perceptual prediction-error minimisation from active inference (action selection to confirm world-model predictions), independently supporting the inference that passive prediction and physical action belong to different problem classes even when they share a representational foundationFriston (2010)Clark (2013)
  8. For research planning purposes, improving video JEPA pre-training is primarily a data and compute scaling problem, while grounding JEPA representations in physical action requires safe interaction-data collection infrastructure, closed-loop evaluation environments, and robot-specific designAssran et al. (2025)Hafner et al. (2023)

Research Question

Is the shift from text-token prediction to Joint Embedding Predictive Architecture (JEPA)-style video outcome prediction the same class of problem as the shift from video prediction to physically grounded action in the real world?

Findings

Executive Summary

The shift from text-token prediction to Joint Embedding Predictive Architecture (JEPA)-style video outcome prediction is not the same class of problem as the shift from video prediction to physically grounded action. Both text-token prediction and JEPA video-outcome prediction are passive observational prediction tasks: neither requires the model to select actions that affect the world, and both are trained on corpora without environment interaction. The video-JEPA to physical-action shift crosses a structural boundary formalised in reinforcement learning (RL) theory as the prediction/control distinction: prediction estimates what will happen under a fixed policy, while control selects actions that change outcomes, requiring action-conditioned training data, closed-loop feedback, and irreversibility management. V-JEPA 2 (Assran et al., 2025) confirms this empirically by requiring a separate action-conditioned training stage beyond video pre-training before it can plan robot actions. JEPA representations transfer efficiently to the action-conditioned stage, reducing the interaction data needed, but this efficiency gain does not collapse the class distinction.

Key Findings

  1. Text-token prediction and JEPA video-outcome prediction are both passive prediction paradigms: neither requires the model to select or commit to actions that affect a physical environment during training or inference.

  2. Reinforcement learning theory formally distinguishes prediction problems (estimating the value of a fixed policy) from control problems (optimising the policy itself), identifying them as structurally different classes with different algorithmic requirements and feedback dependencies.

  3. V-JEPA 2 (2025) required a separate action-conditioned predictor trained on 62 hours of labeled robot-trajectory data after Stage 1 video pre-training, demonstrating that passive video JEPA prediction does not by itself yield physical action capability.

  4. JEPA representations learned from passive internet video transfer to the action-conditioned prediction stage efficiently, enabling zero-shot manipulation in new environments with minimal interaction data, meaning JEPA video pre-training is a necessary but not sufficient precondition for action grounding.

  5. Physical action introduces three requirements absent from passive video prediction: action-conditioned interaction data, closed-loop feedback at inference time using model predictive control (MPC), and irreversibility constraints that prevent simple error correction through retraining.

  6. The text-to-video-JEPA transition is an improvement in representation quality within the passive prediction class: it captures motion dynamics and causal structure rather than surface token statistics, but the fundamental problem structure (passive, observational, corpus-trained) is unchanged.

  7. Cognitive science research on predictive processing distinguishes passive perceptual prediction-error minimisation from active inference (action selection to confirm world-model predictions), independently supporting the inference that passive prediction and physical action belong to different problem classes even when they share a representational foundation.

  8. For research planning purposes, improving video JEPA pre-training is primarily a data and compute scaling problem, while grounding JEPA representations in physical action requires safe interaction-data collection infrastructure, closed-loop evaluation environments, and robot-specific design.

Assumptions

Analysis

Two converging lines of evidence support the non-equivalence conclusion. The structural line comes from objective function analysis: LLM cross-entropy, JEPA representation prediction, and action-conditioned world model training are each describable in the RL framework as estimation under a fixed policy (the corpus), estimation under passive observation (the video corpus), and active policy optimisation respectively. This maps directly to the prediction/control distinction. The empirical line comes from V-JEPA 2's two-stage architecture: if video JEPA and action-conditioned prediction were the same class, a single training stage would suffice. The fact that Meta/FAIR needed a separate stage with different data and a different objective is strong evidence of a structural boundary.

The primary counter-argument is a continuum view: text, video, and action can be seen as progressively richer forms of grounding on a single dimension of world-model completeness. This view has partial support in LeCun's hierarchical world-model framework, which treats all stages as variants of configurable predictive architectures. However, the continuum interpretation does not fully account for the data-type discontinuity: passive video and action-labeled trajectories are categorically different data types that cannot be trivially interconverted. Even granting the continuum framing, the data-type discontinuity means the two transitions have different practical requirements, which is the decision-relevant conclusion for research planning.

The class-boundary claim refers to the structural requirements of the objective function and feedback mechanism, not to the difficulty of the tasks. The text→video-JEPA transition may be empirically harder (more data, more compute, more engineering) than the JEPA→action transition in cases where abundant robot interaction data is available. Structural class membership is orthogonal to empirical difficulty ordering.

Risks, Gaps, and Uncertainties

Open Questions

  1. Does JEPA video pre-training capture counterfactual causal structure (how the world responds to interventions not observed in the training video), or only conditional predictive structure (what the world will look like given observed context)? This distinction is central to whether JEPA representations can support intervention planning without additional interaction data.
  2. Can the prediction/control class boundary be crossed through synthetic action annotation of internet video, for example by inferring plausible motor commands from dense motion fields in video? If so, the interaction-data requirement might be addressable without physical robots.
  3. Does the text→video-JEPA transition produce any qualitative capability gains in physical-world reasoning tasks (not only video understanding benchmarks), or do the gains remain confined to visual domains?
  4. At what scale of video pre-training does JEPA representation quality plateau for downstream robot manipulation, and what does this imply for the cost-efficiency of the two-stage V-JEPA 2 approach?

sources


cites
cites Vision-Language Joint Embedding Predictive Architecture (VL-JEPA) and concept prediction: background and options for leveraging with frontier models
cites What is Yann LeCun's complete argument against Large Language Models as a path to autonomous machine intelligence, and what is the precise technical basis for each claim?
related (frontmatter)
related Ontology Completeness as a World Model for Large Language Model (LLM) Prediction
related What is the precise technical distinction between code generation and other Large Language Model outputs in terms of external verifiability, and what does this asymmetry imply for safe deployment boundaries in a regulated financial institution?
related Are Human Brains Just Prediction Machines? Comparing Predictive Processing and Large Language Model Next-Token Generation
version history
versiondatecommitsummary
1.02026-05-282a8f2a1Initial completion

Connected items

Loading…

View full knowledge graph →