Papers › Self-Supervised Learning from Images with a Joint-Embedding Predictive Architecture

Self-Supervised Learning from Images with a Joint-Embedding Predictive Architecture

19 Jan 2023CVPR 2023 1arXiv:2301.08243archive 2025-07-28

Mahmoud Assran, Quentin Duval, Ishan Misra, Piotr Bojanowski, Pascal Vincent, Michael Rabbat, Yann Lecun, Nicolas Ballas

This paper demonstrates an approach for learning highly semantic image representations without relying on hand-crafted data-augmentations. We introduce the Image-based Joint-Embedding Predictive Architecture (I-JEPA), a non-generative approach for self-supervised learning from images. The idea behind I-JEPA is simple: from a single context block, predict the representations of various target blocks in the same image. A core design choice to guide I-JEPA towards producing semantic representations is the masking strategy; specifically, it is crucial to (a) sample target blocks with sufficiently large scale (semantic), and to (b) use a sufficiently informative (spatially distributed) context block. Empirically, when combined with Vision Transformers, we find I-JEPA to be highly scalable. For instance, we train a ViT-Huge/14 on ImageNet using 16 A100 GPUs in under 72 hours to achieve strong downstream performance across a wide range of tasks, from linear classification to object counting and depth prediction.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2301.08243")

Code

Syntology Ran 5 of 14 code samples harvested from 3 repositories linked to this paper; 9 have no recorded run. Of those that ran: 1 ran · honoured contract; 2 ran · our draft was wrong; 2 ran with no contract checked.

By repository: official repository: 3 samples from 1 repository, 2 ran; community (archive-listed): 11 samples from 2 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

facebookresearch/ijepa officialmentioned on GitHubpytorch report
gaasher/I-JEPA mentioned on GitHubpytorchMIT report
vectorinstitute/mmlearn mentioned on GitHubpytorchApache-2.0 report
waterdisappear/sar-jepa mentioned on GitHubpytorch report
waterdisappear/sar-kpga mentioned on GitHubpytorchNOASSERTION report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 5 ran; 1 honoured the contract we drafted; 9 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
2ran · our draft was wrong
2ran
9unverified

Licence: 13 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Block facebookresearch/ijepa/src/models/vision_transformer.py official repository ran · metamorphic tier: invariant licence not identified · pointer only · 5a10f46fdda5375c · report
get_2d_sincos_pos_embed facebookresearch/ijepa/src/models/vision_transformer.py official repository ran · honoured contract fingerprinted licence not identified · pointer only · fc939725b0bb127b · report
VisionTransformerPredictor facebookresearch/ijepa/src/models/vision_transformer.py official repository unverified licence not identified · pointer only · 9d96610a96ece7b7 · report
GF waterdisappear/sar-jepa/Pretraining/models_lomar.py community (archive-listed) ran licence not identified · pointer only · abc90f0c6dffd99f · report
get_rpe_config waterdisappear/sar-jepa/Pretraining/models_lomar.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · ab8156d726620d7e · report
get_single_rpe_config waterdisappear/sar-jepa/Pretraining/models_lomar.py community (archive-listed) ran · our draft was wrong fingerprinted licence not identified · pointer only · b67bfbf8a86f8ae3 · report
Attention waterdisappear/sar-jepa/Pretraining/models_lomar.py community (archive-listed) unverified licence not identified · pointer only · d5d4d27df91c3a11 · report
Block waterdisappear/sar-jepa/Pretraining/models_lomar.py community (archive-listed) unverified licence not identified · pointer only · 6710d315e3285047 · report
IJEPAPredictor lightly-ai/lightly/lightly/models/modules/ijepa.py community (archive-listed) unverified MIT (permissive) · 534c33c21ec7b299 · report
MaskedAutoencoderViT waterdisappear/sar-jepa/Pretraining/models_lomar.py community (archive-listed) unverified licence not identified · pointer only · 91e43c1af69c43ab · report
build_rpe waterdisappear/sar-jepa/Pretraining/models_lomar.py community (archive-listed) unverified licence not identified · pointer only · 7f5fc306914d0a48 · report
get_bucket_ids_2d waterdisappear/sar-jepa/Pretraining/models_lomar.py community (archive-listed) unverified licence not identified · pointer only · d5148a7973cd80a8 · report
iRPE waterdisappear/sar-jepa/Pretraining/models_lomar.py community (archive-listed) unverified licence not identified · pointer only · 0a8854a10b0caba2 · report
iRPE_Cross waterdisappear/sar-jepa/Pretraining/models_lomar.py community (archive-listed) unverified licence not identified · pointer only · 6ea577bc7d8c4a62 · report

Tasks

Depth EstimationDepth PredictionObject CountingSelf-Supervised Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections