Papers › Scaling Up Visual and Vision-Language Representation Learning With Noisy Text Supervision

Scaling Up Visual and Vision-Language Representation Learning With Noisy Text Supervision

11 Feb 2021arXiv:2102.05918archive 2025-07-28

Chao Jia, Yinfei Yang, Ye Xia, Yi-Ting Chen, Zarana Parekh, Hieu Pham, Quoc V. Le, YunHsuan Sung, Zhen Li, Tom Duerig

Pre-trained representations are becoming crucial for many NLP and perception tasks. While representation learning in NLP has transitioned to training on raw text without human annotations, visual and vision-language representations still rely heavily on curated training datasets that are expensive or require expert knowledge. For vision applications, representations are mostly learned using datasets with explicit class labels such as ImageNet or OpenImages. For vision-language, popular datasets like Conceptual Captions, MSCOCO, or CLIP all involve a non-trivial data collection (and cleaning) process. This costly curation process limits the size of datasets and hence hinders the scaling of trained models. In this paper, we leverage a noisy dataset of over one billion image alt-text pairs, obtained without expensive filtering or post-processing steps in the Conceptual Captions dataset. A simple dual-encoder architecture learns to align visual and language representations of the image and text pairs using a contrastive loss. We show that the scale of our corpus can make up for its noise and leads to state-of-the-art representations even with such a simple learning scheme. Our visual representation achieves strong performance when transferred to classification tasks such as ImageNet and VTAB. The aligned visual and language representations enables zero-shot image classification and also set new state-of-the-art results on Flickr30K and MSCOCO image-text retrieval benchmarks, even when compared with more sophisticated cross-attention models. The representations also enable cross-modality search with complex text and text + image queries.

PaperPDFCodeCode 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="2102.05918")

Code

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

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

MicPie/clasp mentioned on GitHubpytorch report
facebookresearch/metaclip mentioned on GitHubpytorch report
kakaobrain/coyo-dataset mentioned on GitHubpytorch report
pwc-1/Paper-8 mindspore 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

10 samples harvested; 8 ran; 0 honoured the contract we drafted; 2 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 · our draft was wrong
7ran
2unverified

Licence: 9 of the 10 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 2 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.

CLASP MicPie/clasp/clasp/clasp.py community (archive-listed) ran · metamorphic tier: deterministic MIT (permissive) · badf4d34a0fb8563 · report
CLIPTextCfg facebookresearch/metaclip/src/mini_clip/model.py community (archive-listed) ran · metamorphic tier: deterministic licence not identified · pointer only · eb0a8c8d30313f06 · report
CLIPVisionCfg facebookresearch/metaclip/src/mini_clip/model.py community (archive-listed) ran · metamorphic tier: deterministic licence not identified · pointer only · c3db51429b148b96 · report
LayerNorm facebookresearch/metaclip/src/mini_clip/model.py community (archive-listed) ran · metamorphic tier: invariant fingerprinted licence not identified · pointer only · 953eea434a052b02 · report
ResidualAttentionBlock facebookresearch/metaclip/src/mini_clip/model.py community (archive-listed) ran · metamorphic tier: deterministic licence not identified · pointer only · 19aedb18f8c2e8ad · report
Transformer facebookresearch/metaclip/src/mini_clip/model.py community (archive-listed) ran · metamorphic tier: deterministic licence not identified · pointer only · e93b074848e6cb6a · report
VisualTransformer facebookresearch/metaclip/src/mini_clip/model.py community (archive-listed) ran · metamorphic tier: deterministic licence not identified · pointer only · 29c96c042002f376 · report
freeze_batch_norm_2d facebookresearch/metaclip/src/mini_clip/model.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · c9e7515a7f8b606b · report
CLIP facebookresearch/metaclip/src/mini_clip/model.py community (archive-listed) unverified licence not identified · pointer only · 349072ec3924682a · report
ModifiedResNet facebookresearch/metaclip/src/mini_clip/model.py community (archive-listed) unverified licence not identified · pointer only · 6da993cf6b63ba3a · report

Tasks

Cross-Modal RetrievalFine-Grained Image ClassificationImage ClassificationImage-text RetrievalRepresentation LearningRetrievalText RetrievalZero-Shot Cross-Modal RetrievalZero-Shot Image ClassificationZero-Shot Transfer Image Classificationimage-classification

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Cross-Modal Retrieval COCO 2014 ALIGN Image-to-text R@1 77 #16 of 36 Archive leaderboard report
Cross-Modal Retrieval COCO 2014 ALIGN Image-to-text R@10 96.9 #16 of 36 Archive leaderboard report
Cross-Modal Retrieval COCO 2014 ALIGN Image-to-text R@5 93.5 #16 of 36 Archive leaderboard report
Cross-Modal Retrieval COCO 2014 ALIGN Text-to-image R@1 59.9 #16 of 36 Archive leaderboard report
Cross-Modal Retrieval COCO 2014 ALIGN Text-to-image R@10 89.8 #16 of 36 Archive leaderboard report
Cross-Modal Retrieval COCO 2014 ALIGN Text-to-image R@5 83.3 #16 of 36 Archive leaderboard report
Cross-Modal Retrieval Flickr30k ALIGN Image-to-text R@1 95.3 #9 of 27 Archive leaderboard report
Cross-Modal Retrieval Flickr30k ALIGN Image-to-text R@10 100 #9 of 27 Archive leaderboard report
Cross-Modal Retrieval Flickr30k ALIGN Image-to-text R@5 99.8 #9 of 27 Archive leaderboard report
Cross-Modal Retrieval Flickr30k ALIGN Text-to-image R@1 84.9 #9 of 27 Archive leaderboard report
Cross-Modal Retrieval Flickr30k ALIGN Text-to-image R@10 98.6 #9 of 27 Archive leaderboard report
Cross-Modal Retrieval Flickr30k ALIGN Text-to-image R@5 97.4 #9 of 27 Archive leaderboard report
Fine-Grained Image Classification Food-101 ALIGN Accuracy 95.88 #3 of 15 Archive leaderboard report
Fine-Grained Image Classification Oxford-IIIT Pet Dataset ALIGN Accuracy 96.19% #5 of 15 Archive leaderboard report
Fine-Grained Image Classification Stanford Cars ALIGN Accuracy 96.13% #6 of 83 Archive leaderboard report
Image Classification Flowers-102 ALIGN Accuracy 99.65% #7 of 52 Archive leaderboard report
Image Classification ImageNet ALIGN (EfficientNet-L2) Number of params 480M #34 of 1060 Archive leaderboard report
Image Classification ImageNet ALIGN (EfficientNet-L2) Top 1 Accuracy 88.64% #34 of 1060 Archive leaderboard report
Image Classification VTAB-1k ALIGN (50 hypers/task) Top-1 Accuracy 79.99 #1 of 34 Archive leaderboard report
Zero-Shot Cross-Modal Retrieval COCO 2014 ALIGN Image-to-text R@1 58.6 #14 of 18 Archive leaderboard report
Zero-Shot Cross-Modal Retrieval COCO 2014 ALIGN Image-to-text R@10 89.7 #14 of 18 Archive leaderboard report
Zero-Shot Cross-Modal Retrieval COCO 2014 ALIGN Image-to-text R@5 83.0 #14 of 18 Archive leaderboard report
Zero-Shot Cross-Modal Retrieval COCO 2014 ALIGN Text-to-image R@1 45.6 #14 of 18 Archive leaderboard report
Zero-Shot Cross-Modal Retrieval COCO 2014 ALIGN Text-to-image R@10 78.6 #14 of 18 Archive leaderboard report
Zero-Shot Cross-Modal Retrieval COCO 2014 ALIGN Text-to-image R@5 69.8 #14 of 18 Archive leaderboard report
Zero-Shot Cross-Modal Retrieval Flickr30k ALIGN Image-to-text R@1 88.6 #14 of 22 Archive leaderboard report
Zero-Shot Cross-Modal Retrieval Flickr30k ALIGN Image-to-text R@10 99.7 #14 of 22 Archive leaderboard report
Zero-Shot Cross-Modal Retrieval Flickr30k ALIGN Image-to-text R@5 98.7 #14 of 22 Archive leaderboard report
Zero-Shot Cross-Modal Retrieval Flickr30k ALIGN Text-to-image R@1 75.7 #14 of 22 Archive leaderboard report
Zero-Shot Cross-Modal Retrieval Flickr30k ALIGN Text-to-image R@10 96.8 #14 of 22 Archive leaderboard report
Zero-Shot Cross-Modal Retrieval Flickr30k ALIGN Text-to-image R@5 93.8 #14 of 22 Archive leaderboard report
Zero-Shot Transfer Image Classification ImageNet ALIGN Accuracy (Private) 76.4 #16 of 23 Archive leaderboard report
Zero-Shot Transfer Image Classification ImageNet ALIGN Accuracy (Public) - #16 of 23 Archive leaderboard report
Zero-Shot Transfer Image Classification ImageNet V2 ALIGN Accuracy (Private) 70.1 #10 of 13 Archive leaderboard report
Zero-Shot Transfer Image Classification ImageNet V2 ALIGN Accuracy (Public) - #10 of 13 Archive leaderboard report
Zero-Shot Transfer Image Classification ImageNet-A ALIGN Accuracy (Private) 75.8 #11 of 13 Archive leaderboard report
Zero-Shot Transfer Image Classification ImageNet-A ALIGN Accuracy (Public) - #11 of 13 Archive leaderboard report
Zero-Shot Transfer Image Classification ImageNet-R ALIGN Accuracy 92.2 #9 of 12 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Introduced by this paper: ALIGN

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