Papers › No "Zero-Shot" Without Exponential Data: Pretraining Concept Frequency Determines...

No "Zero-Shot" Without Exponential Data: Pretraining Concept Frequency Determines Multimodal Model Performance

4 Apr 2024arXiv:2404.04125archive 2025-07-28

Vishaal Udandarao, Ameya Prabhu, Adhiraj Ghosh, Yash Sharma, Philip H. S. Torr, Adel Bibi, Samuel Albanie, Matthias Bethge

Web-crawled pretraining datasets underlie the impressive "zero-shot" evaluation performance of multimodal models, such as CLIP for classification/retrieval and Stable-Diffusion for image generation. However, it is unclear how meaningful the notion of "zero-shot" generalization is for such multimodal models, as it is not known to what extent their pretraining datasets encompass the downstream concepts targeted for during "zero-shot" evaluation. In this work, we ask: How is the performance of multimodal models on downstream concepts influenced by the frequency of these concepts in their pretraining datasets? We comprehensively investigate this question across 34 models and five standard pretraining datasets (CC-3M, CC-12M, YFCC-15M, LAION-400M, LAION-Aesthetics), generating over 300GB of data artifacts. We consistently find that, far from exhibiting "zero-shot" generalization, multimodal models require exponentially more data to achieve linear improvements in downstream "zero-shot" performance, following a sample inefficient log-linear scaling trend. This trend persists even when controlling for sample-level similarity between pretraining and downstream datasets, and testing on purely synthetic data distributions. Furthermore, upon benchmarking models on long-tailed data sampled based on our analysis, we demonstrate that multimodal models across the board perform poorly. We contribute this long-tail test set as the "Let it Wag!" benchmark to further research in this direction. Taken together, our study reveals an exponential need for training data which implies that the key to "zero-shot" generalization capabilities under large-scale training paradigms remains to be found.

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="2404.04125")

Code

Syntology Ran 8 of 14 code samples harvested from 1 repository linked to this paper; 6 have no recorded run. Of those that ran: 8 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 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.

bethgelab/frequency_determines_performance officialmentioned in papermentioned on GitHubpytorchMIT 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; 8 ran; 0 honoured the contract we drafted; 6 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.

8ran
6unverified

Licence: 0 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 bethgelab/frequency_determines_performance. “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.

analyze_tags bethgelab/frequency_determines_performance/src/gpt_descriptions_for_ram.py official repository ran MIT (permissive) · 1ab1cc2780c29e05 · report
batchify_search_texts bethgelab/frequency_determines_performance/src/integrated_search_matches_inverted_index.py official repository ran MIT (permissive) · 1f20979267216862 · report
custom_collate_fn bethgelab/frequency_determines_performance/ram_model/image_search_run_rampp.py official repository ran MIT (permissive) · eada73be057e8407 · report
generate_combinations bethgelab/frequency_determines_performance/src/image_search_matches_inverted_index.py official repository ran fingerprinted MIT (permissive) · 739edf2c5c8d6828 · report
get_embeddings bethgelab/frequency_determines_performance/src/retrieval_eval.py official repository ran MIT (permissive) · 507a009866a94a6f · report
get_model_metadata bethgelab/frequency_determines_performance/src/retrieval_eval.py official repository ran MIT (permissive) · d2accc8537efedd5 · report
load_file bethgelab/frequency_determines_performance/src/text_search_inverted_index_combine_dictionaries.py official repository ran MIT (permissive) · 426e1eb7406a069c · report
search_for_text bethgelab/frequency_determines_performance/src/integrated_search_matches_inverted_index.py official repository ran MIT (permissive) · 6375919d880bdd02 · report
convert_to_rgb bethgelab/frequency_determines_performance/ram_model/image_search_run_rampp.py official repository unverified MIT (permissive) · 71b9114cf328f415 · report
data_load bethgelab/frequency_determines_performance/src/downstream_retrieval_extract_concepts.py official repository unverified MIT (permissive) · 4027c8ca9e8b9f1d · report
data_load bethgelab/frequency_determines_performance/src/retrieval_eval.py official repository unverified MIT (permissive) · 7c897748918de731 · report
flatten_dictionary bethgelab/frequency_determines_performance/ram_model/image_search_convert_to_rampp_format.py official repository unverified MIT (permissive) · 0dfb182cef299f3d · report
save_image_sample2concepts_index bethgelab/frequency_determines_performance/src/misalignment_degree_quantification.py official repository unverified MIT (permissive) · 13d86c6b0ba4d7cf · report
save_text_sample2concepts_index bethgelab/frequency_determines_performance/src/misalignment_degree_quantification.py official repository unverified MIT (permissive) · f94779e9fb3b9076 · report

Tasks

BenchmarkingImage GenerationZero-shot Generalization

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

CLIPSET

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