World Models and JEPA Background

World-model research asks whether an agent can learn an internal predictive model of its environment and use that model for planning, representation, or control. JEPA-style work narrows the prediction target: predict latent representations of missing or future observations rather than reconstructing every pixel.

Verified chronology

YearMilestoneWhy it followed
2018Ha and Schmidhuber published “World Models,” training agents with compressed visual and temporal models of reinforcement-learning environments.Model-based agents needed a learned simulator-like representation so policies could be trained or evaluated beyond direct environment interaction.
2022Yann LeCun’s “A Path Towards Autonomous Machine Intelligence” argued for predictive world models and joint-embedding predictive architectures.Purely reactive pattern recognition was not enough for planning; agents needed abstract predictions about the world.
2023Assran and coauthors introduced I-JEPA for self-supervised image representation learning.Predicting representations of masked image regions tested whether latent prediction could learn semantics without pixel reconstruction or hand-crafted augmentations.
2024Bardes and coauthors introduced V-JEPA for video feature prediction.Video supplied the temporal structure needed for self-supervised video representation learning and predictive world-model evaluation.

Historical mechanism

The older world-model idea is agent-centric: compress observations, predict future states, and use the model to choose actions. The JEPA idea is representation-centric: encode visible context and predict the embedding of hidden or future targets. That distinction matters. Pixel reconstruction spends capacity on texture and low-level detail; latent prediction can focus on semantic structure if the target representation and masking policy are well chosen.

This page is the historical background for the canonical world models and JEPA concept page. In video, V-JEPA and later V-JEPA 2 sit between world models and self-supervised learning: they learn from unlabeled observations, but the motivating question is whether the learned representation supports prediction, physical reasoning, or downstream action.

The historical caveat is that “world model” is used broadly. Some systems predict pixels, some predict latent states, some condition on actions, and some are representation learners without explicit planning. The date and source of each claim matter because the term covers several related research programs.

References