Awesome JEPA 
A curated list of papers, models, code, datasets, and learning resources for Joint Embedding Predictive Architectures (JEPA), the self-supervised approach to world models proposed by Yann LeCun.
JEPA learns by predicting representations rather than reconstructing pixels or tokens. This page collects the canonical work from Meta FAIR alongside the wider research that has grown around it. Every link was checked and every attribution verified against primary sources in June 2026.
Contents
What is JEPA?
A Joint Embedding Predictive Architecture predicts the representation of a target signal from the representation of a context signal, entirely in an abstract latent space. Where generative models reconstruct every pixel or token, a JEPA predicts features, so it can discard unpredictable detail and keep the structure that matters for understanding, reasoning, and planning.
A JEPA has three parts: a context encoder, a target encoder, and a predictor that maps context embeddings to predicted target embeddings. Predicting in embedding space admits a trivial solution where everything collapses to a constant, so JEPAs use an asymmetry to prevent this, such as a stop-gradient target encoder updated as an exponential moving average, or an explicit variance and covariance penalty.
This design is the centerpiece of LeCun's proposal for autonomous machine intelligence, where an agent learns a predictive world model in representation space and plans by searching for actions that lead to desired predicted states. The family began with images (I-JEPA) and video (V-JEPA, V-JEPA 2) and now reaches audio, point clouds, graphs, time series, and many scientific domains.
Foundations
Core Architectures
The canonical JEPA line from Meta FAIR.
- I-JEPA: Self-Supervised Learning from Images with a Joint-Embedding Predictive Architecture (Mahmoud Assran et al., CVPR 2023). The first image JEPA, predicting representations of target image blocks from a single context block without hand-crafted augmentations. code · models · blog
- V-JEPA: Revisiting Feature Prediction for Learning Visual Representations from Video (Adrien Bardes et al., ICLR 2025). Learns video representations purely by predicting masked spatiotemporal features in latent space. code · blog
- V-JEPA 2: Self-Supervised Video Models Enable Understanding, Prediction and Planning (Mido Assran et al., 2025). A video world model trained on over one million hours of video, with an action-conditioned variant (V-JEPA 2-AC) that enables zero-shot robot planning. code · models · blog
- V-JEPA 2.1: Unlocking Dense Features in Video Self-Supervised Learning (Lorenzo Mur-Labadia et al., 2026). Extends V-JEPA 2 with dense predictive loss, deep self-supervision, multimodal tokenizers, and released pretrained checkpoints for dense video and image features. code and models
- MC-JEPA: A Joint-Embedding Predictive Architecture for Self-Supervised Learning of Motion and Content Features (Adrien Bardes, Jean Ponce, Yann LeCun, 2023). Jointly learns optical flow and content features in a shared encoder.
Theory, Analysis, and Recipes
- LeJEPA: Provable and Scalable Self-Supervised Learning Without the Heuristics (Randall Balestriero and Yann LeCun, 2025). A theory of JEPAs that identifies the isotropic Gaussian as the optimal embedding distribution, plus SIGReg, a single heuristics-free objective that needs no stop-gradient or teacher-student network. code
- A Lightweight Library for Energy-Based Joint-Embedding Predictive Architectures (Basile Terver et al., 2026). Introduces EB-JEPA, a single-GPU library and tutorial spanning image representation learning, video prediction, and action-conditioned JEPA planning. code
- Joint Embedding Predictive Architectures Focus on Slow Features (Vlad Sobal et al., 2022). Shows that JEPAs preferentially capture slowly varying factors of the input.
- How JEPA Avoids Noisy Features (Etai Littwin et al., 2024). Analyzes the implicit bias of deep linear self-distillation networks underlying JEPA.
- Connecting Joint-Embedding Predictive Architecture with Contrastive Self-supervised Learning (Shentong Mo et al., 2024). Relates the JEPA objective to contrastive learning.
- Why and How Auxiliary Tasks Improve JEPA Representations (Jiacan Yu et al., 2025). Studies when auxiliary objectives help JEPA pretraining.
- Learning and Leveraging World Models in Visual Representation Learning (Quentin Garrido et al., 2024). Introduces Image World Models (IWM), generalizing I-JEPA to broader latent-prediction tasks.
- LiDAR: Sensing Linear Probing Performance in Joint Embedding SSL Architectures (Vimal Thilak et al., 2023). A metric that predicts downstream linear-probing quality of joint-embedding models.
- VICReg: Variance-Invariance-Covariance Regularization for Self-Supervised Learning (Adrien Bardes et al., 2021). The anti-collapse regularizer reused by several JEPA variants.
- Understanding Self-Supervised Learning Dynamics without Contrastive Pairs (Yuandong Tian et al., 2021). Foundational analysis of why non-contrastive methods avoid collapse.
- Var-JEPA: A Variational Formulation of the Joint-Embedding Predictive Architecture (Moritz Gögl et al., 2026). Recasts the JEPA objective in a variational framework.
- Gaussian Joint Embeddings for Self-Supervised Representation Learning (Yongchao Huang et al., 2026). Studies Gaussian embedding distributions for joint-embedding SSL.
Variants by Domain
Audio and Speech
3D and Point Clouds
Graphs and Molecules
Time Series and Tabular Data
Medical Imaging and Biosignals
Earth Observation and Remote Sensing
Language and Recommendation
Generative Modeling
World Models, Robotics, and Planning
- What Drives Success in Physical Planning with Joint-Embedding Predictive World Models? (Basile Terver et al., 2025). A study of the design factors behind JEPA world models for planning. weights
- ACT-JEPA: Novel Joint-Embedding Predictive Architecture for Efficient Policy Representation Learning (Aleksandar Vujinovic et al., 2025). A JEPA for learning policy representations.
- Value-guided action planning with JEPA world models (Matthieu Destrade et al., 2025). Plans actions by guiding search with learned values over JEPA predictions.
- VLA-JEPA: Enhancing Vision-Language-Action Model with Latent World Model (Jingwen Sun et al., 2026). Couples a vision-language-action model with a JEPA latent world model.
- Causal-JEPA: Learning World Models through Object-Level Latent Masking (Heejeong Nam et al., 2026). Learns object-centric world models with latent masking.
- Learning Invariant Visual Representations for Planning with Joint-Embedding Predictive World Models (Leonardo F. Toso et al., 2026). Studies invariant representations for planning with JEPA world models.
- LeWorldModel: Stable End-to-End Joint-Embedding Predictive Architecture from Pixels (Lucas Maes et al., 2026). Learns action-conditioned latent world models directly from pixels with a two-term JEPA objective using SIGReg for anti-collapse. code · website · checkpoints and data
- Hierarchical Planning with Latent World Models (Wancong Zhang et al., 2026). Plans across multiple temporal scales in latent world models, improving long-horizon zero-shot control while reducing planning-time compute. website · code
- stable-worldmodel: A Platform for Reproducible World Modeling Research and Evaluation (Lucas Maes et al., 2026). Provides a standardized world-model research stack with data conversion, baselines, planning solvers, and controllable evaluation environments. code · docs
Models and Weights
- I-JEPA checkpoints on Hugging Face: ijepa_vith14_1k, ijepa_vith14_22k, ijepa_vith16_1k, ijepa_vitg16_22k. ViT-Huge and ViT-Giant encoders pretrained on ImageNet-1K and ImageNet-22K.
- V-JEPA 2 collection on Hugging Face: ViT-L, ViT-H, and ViT-g encoders including vjepa2-vitl-fpc64-256, vjepa2-vith-fpc64-256, vjepa2-vitg-fpc64-256, and vjepa2-vitg-fpc64-384, plus Something-Something v2 and Diving48 fine-tunes.
- V-JEPA 2.1 checkpoints in
facebookresearch/vjepa2: ViT-B, ViT-L, ViT-g, and ViT-G 384-resolution pretrained checkpoints, with PyTorch Hub loaders.
- JEPA-WMs. Joint-embedding predictive world-model checkpoints for physical planning, trained on robotics environments such as DROID, Metaworld, and Push-T.
Code and Frameworks
Datasets
- ImageNet. The image pretraining corpus for I-JEPA. See the ILSVRC paper (Olga Russakovsky et al., 2014).
- Kinetics (Will Kay et al., 2017). Human action video dataset used to pretrain V-JEPA. Downloader: cvdfoundation/kinetics-dataset.
- Something-Something v2 (Raghav Goyal et al., 2017). Fine-grained motion video dataset used to evaluate V-JEPA models.
- EPIC-KITCHENS-100 (Dima Damen et al., 2020). Egocentric video used for action anticipation.
- DROID. A large in-the-wild robot manipulation dataset used in JEPA world-model planning.
Benchmarks
Physical-reasoning benchmarks released with V-JEPA 2.
- IntPhys 2 (Florian Bordes et al., 2025). Measures whether a model can tell physically plausible scenes from implausible ones.
- Minimal Video Pairs (MVPBench) (Benno Krojer et al., 2025). A shortcut-aware video question-answering benchmark for physical understanding.
- CausalVQA (Aaron Foss et al., 2025). Tests physical cause-and-effect reasoning in video models.
Talks and Lectures
- Objective-Driven AI: Towards AI systems that can learn, remember, reason, and plan (Yann LeCun, 2024).
- Self-Supervised Learning, JEPA, World Models, and the future of AI (Yann LeCun, 2025).
- Yann LeCun on Meta AI, Open Source, Limits of LLMs, AGI, and the Future of AI (Lex Fridman Podcast 416, 2024).
- A Path Towards Autonomous Machine Intelligence (Yann LeCun, 2023).
- V-JEPA: Revisiting Feature Prediction (Explained) (Yannic Kilcher, 2024).
- JEPA, A Path Towards Autonomous Machine Intelligence (Paper Explained) (Yannic Kilcher, 2022).
- Yann LeCun's $1B Bet Against LLMs [Part 1] (Welch Labs, 2026). Welch Labs interviewing Yann, with high-level explanations mixed in.
- Yann LeCun's $1B Bet Against LLMs [Part 2] (Welch Labs, 2026). Welch Labs interviewing Yann, with high-level explanations mixed in.
Courses
Articles and Explainers
Contributing
Contributions are welcome. Please open a pull request that follows the existing format: link to the primary source, attribute the first author and year accurately, and write one factual sentence describing the resource. Verify that every link resolves and that arXiv identifiers match the cited title before submitting.
License

To the extent possible under law, the contributors have waived all copyright and related or neighboring rights to this work.