AIWiki
Malaysia
Back to all articles
AI FoundationsJEPAYann LeCunself-supervised learning

JEPA

3 min readUpdated August 2026
JEPA
Type
Machine learning architecture
Proposed by
Yann LeCun (2022)
Key idea
Predicting representations in latent space
Variants
I-JEPA, V-JEPA, MC-JEPA, LeJEPA
Related
Self-supervised learning, World models

JEPA (Joint Embedding Predictive Architecture) is a machine learning architecture proposed by Yann LeCun in his 2022 position paper A Path Towards Autonomous Machine Intelligence, which learns by predicting abstract representations of inputs in a latent space instead of predicting raw pixels or tokens.[1][2] The goal is to build systems that form internal models of how the world works, closer in LeCun's framing to how humans and animals learn, rather than memorising surface patterns.[1][2]

History

LeCun introduced JEPA as a component of a broader research agenda for autonomous machine intelligence in 2022, arguing that contemporary AI, including large language models, lacks the ability to learn common-sense background knowledge efficiently from passive observation.[2] In June 2023, Meta AI published I-JEPA (Image JEPA), the first AI model based on the architecture, which learns from a single context block of an image by predicting the representations of other target blocks in the same image, without relying on hand-crafted data augmentations.[2][3]

The JEPA family has since expanded: MC-JEPA (motion and content), V-JEPA (video), and later V-JEPA 2, VL-JEPA (vision-language), H-JEPA (hierarchical) and LeJEPA (LeCun's later general formulation).[1][4]

Key Concepts

JEPA operates on a simple principle: rather than predicting what comes next in pixel or token space, a JEPA predicts a representation of a future observation from a representation of a past one, in a learned latent space.[1][2] This lets the predictor ignore unpredictable surface detail — pixel noise, lighting changes, paraphrase variation — and focus on the semantically meaningful structure of the signal.[1]

Key concepts include:

  • Latent-space prediction: predictions happen in embedding space, not raw input space, which removes the pressure to generate every pixel or token.[1][2]
  • Self-supervised learning: JEPA models are trained without labels, using the structure of the data itself as the supervisory signal.[2][3]
  • World models: LeCun positions JEPA as the architectural backbone for world models — internal simulators that let an agent predict and plan.[1][4]
  • Efficiency: I-JEPA was reported to be much more computationally efficient than widely used generative computer vision models while achieving strong performance on downstream tasks.[2]

Applications and Impact

JEPA's most immediate applications are in computer vision, where I-JEPA and V-JEPA produce semantic representations used for image classification, video understanding and activity recognition.[1][2][4] Because JEPA models are non-generative and self-supervised, they are seen as a candidate path toward sample-efficient learning and planning in embodied AI, robotics and autonomous driving.[1][4] Within Meta AI, JEPA represents a research direction distinct from large language models, focused on learning common sense through observation.[2]

>See Also

References

🇲🇾Malaysian Context

JEPA is a research topic within the wider machine learning and computer vision field, and Malaysian universities contribute to this area through AI curricula, interdisciplinary research and academic-industry linkages.[5] Malaysian institutions have been embedding AI ethics, prompt engineering and AI-assisted learning into their curricula, and researchers at Malaysian universities conduct machine learning research across self-supervised learning and related areas, including studies of AI adoption readiness in higher education conducted jointly with Indonesian universities.[5][6] The Malaysian government's AI strategy, coordinated through the National AI Office (NAIO) and the Malaysia Digital Economy Corporation (MDEC), emphasises building research capacity in foundational AI areas such as representation learning, within which architectures like JEPA are studied and taught.[7][8]

References

  1. [What Is JEPA? LeCun Architecture and World Models — Turing Post](https://www.turingpost.com/p/jepa)
  2. [I-JEPA: The first AI model based on Yann LeCun's vision — Meta AI](https://ai.meta.com/blog/yann-lecun-ai-model-i-jepa)
  3. [Self-Supervised Learning from Images with a Joint-Embedding Predictive Architecture — AI at Meta](https://ai.meta.com/research/publications/self-supervised-learning-from-images-with-a-joint-embedding-predictive-architecture)
  4. [JEPA: Joint-Embedding Predictive Architectures — aegean.ai](https://aegean.ai/book/world-models/jepa)
  5. [Malaysia's AI-Driven Education Landscape: Policies and Practice — arXiv](https://arxiv.org/html/2509.21858v1)
  6. [AI Adoption Readiness in Universities: Malaysia and Indonesia — IJRISS](https://rsisinternational.org/journals/ijriss/view/ai-adoption-readiness-in-universities-a-multivariate-regression-and-machine-learning-analysis-of-malaysia-and-indonesia)
  7. [National AI Office (NAIO) — official website](https://ai.gov.my/)
  8. [MDEC — Malaysia Digital Economy Corporation](https://mdec.my/)