Papers › CLOOB: Modern Hopfield Networks with InfoLOOB Outperform CLIP

CLOOB: Modern Hopfield Networks with InfoLOOB Outperform CLIP

21 Oct 2021arXiv:2110.11316archive 2025-07-28

Andreas Fürst, Elisabeth Rumetshofer, Johannes Lehner, Viet Tran, Fei Tang, Hubert Ramsauer, David Kreil, Michael Kopp, Günter Klambauer, Angela Bitto-Nemling, Sepp Hochreiter

CLIP yielded impressive results on zero-shot transfer learning tasks and is considered as a foundation model like BERT or GPT3. CLIP vision models that have a rich representation are pre-trained using the InfoNCE objective and natural language supervision before they are fine-tuned on particular tasks. Though CLIP excels at zero-shot transfer learning, it suffers from an explaining away problem, that is, it focuses on one or few features, while neglecting other relevant features. This problem is caused by insufficiently extracting the covariance structure in the original multi-modal data. We suggest to use modern Hopfield networks to tackle the problem of explaining away. Their retrieved embeddings have an enriched covariance structure derived from co-occurrences of features in the stored embeddings. However, modern Hopfield networks increase the saturation effect of the InfoNCE objective which hampers learning. We propose to use the InfoLOOB objective to mitigate this saturation effect. We introduce the novel "Contrastive Leave One Out Boost" (CLOOB), which uses modern Hopfield networks for covariance enrichment together with the InfoLOOB objective. In experiments we compare CLOOB to CLIP after pre-training on the Conceptual Captions and the YFCC dataset with respect to their zero-shot transfer learning performance on other datasets. CLOOB consistently outperforms CLIP at zero-shot transfer learning across all considered architectures and datasets.

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

Code

Syntology Ran 7 of 11 code samples harvested from 3 repositories linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · honoured contract; 6 ran · our draft was wrong.

By repository: official repository: 4 samples from 1 repository, 4 ran; community: 7 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.

ml-jku/cloob officialmentioned in papermentioned on GitHubpytorch 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

11 samples harvested; 7 ran; 1 honoured the contract we drafted; 4 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
6ran · our draft was wrong
4unverified

Licence: 4 of the 11 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.

cloob ml-jku/cloob/src/training/methods.py official repository ran · our draft was wrong licence not identified · pointer only · 6dd41de81496f6ba · report
hopfield ml-jku/cloob/src/training/methods.py official repository ran · our draft was wrong licence not identified · pointer only · e0792a694e05deeb · report
hopfield_retrieval ml-jku/cloob/src/training/methods.py official repository ran · our draft was wrong licence not identified · pointer only · 4d5e096e98580645 · report
infoLOOB_loss ml-jku/cloob/src/training/methods.py official repository ran · our draft was wrong fingerprinted licence not identified · pointer only · f14e4cd457038dcb · report
eval_mode JD-P/cloob-latent-diffusion/train_latent_diffusion.py community ran · our draft was wrong MIT (permissive) · 1d4710b26e6ea9f5 · report
get_alphas_sigmas JD-P/cloob-latent-diffusion/train_latent_diffusion.py community ran · honoured contract fingerprinted MIT (permissive) · 7543087fb92417f3 · report
parse_prompt JD-P/cloob-latent-diffusion/cfg_sample.py community ran · our draft was wrong fingerprinted MIT (permissive) · 1fdcc5450a1266f3 · report
download_checkpoint crowsonkb/cloob-training/cloob_training/pretrained.py community unverified MIT (permissive) · 07006f9eb4731a60 · report
get_and_init_model crowsonkb/cloob-training/cloob_training/model.py community unverified MIT (permissive) · 1b433f466bd550fe · report
get_config crowsonkb/cloob-training/cloob_training/pretrained.py community unverified MIT (permissive) · 704cbcc71dd35d3d · report
get_hk_model crowsonkb/cloob-training/cloob_training/model.py community unverified MIT (permissive) · 1e3e01f4209f0a95 · report

Tasks

Contrastive LearningSelf-Supervised LearningTransfer Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

AdamAttentionAttention DropoutBERTCLIPDense ConnectionsDropoutInfoNCELayer NormalizationLinear LayerLinear Warmup With Linear DecayMulti-Head AttentionResidual ConnectionSoftmaxWeight DecayWordPiece

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