Methods › Computer Vision › Vision and Language Pre-Trained Models › CLIP
Contrastive Language-Image Pre-training
CLIP
Introduced by Alec Radford et al. in Learning Transferable Visual Models From Natural Language Supervision
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning from natural language supervision. , CLIP jointly trains an image encoder and a text encoder to predict the correct pairings of a batch of (image, text) training examples. At test time the learned text encoder synthesizes a zero-shot linear classifier by embedding the names or descriptions of the target dataset’s classes.
For pre-training, CLIP is trained to predict which of the N X N possible (image, text) pairings across a batch actually occurred. CLIP learns a multi-modal embedding space by jointly training an image encoder and text encoder to maximize the cosine similarity of the image and text embeddings of the N real pairs in the batch while minimizing the cosine similarity of the embeddings of the N² - N incorrect pairings. A symmetric cross entropy loss is optimized over these similarity scores.
Image credit: Learning Transferable Visual Models From Natural Language Supervision
Papers archive 2025-07-28
30 shown of 3,094, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
Bridge Feature Matching and Cross-Modal Alignment with Mutual-filtering for Zero-shot Anomaly Detection 15 Jul 2025 · 0 repositories · arXiv:2507.11003
-
CATVis: Context-Aware Thought Visualization 15 Jul 2025 · 0 repositories · arXiv:2507.11522
-
DEARLi: Decoupled Enhancement of Recognition and Localization for Semi-supervised Panoptic Segmentation 14 Jul 2025 · 1 repository · arXiv:2507.10118
-
Test-Time Canonicalization by Foundation Models for Robust Perception 14 Jul 2025 · 1 repository · arXiv:2507.10375Syntology ran 5 of 5 samples · 0 unverified
-
Text-Visual Semantic Constrained AI-Generated Image Quality Assessment 14 Jul 2025 · 1 repository · arXiv:2507.10432
-
Calibrated and Robust Foundation Models for Vision-Language and Medical Image Tasks Under Distribution Shift 12 Jul 2025 · 0 repositories · arXiv:2507.09222
-
A Neural Representation Framework with LLM-Driven Spatial Reasoning for Open-Vocabulary 3D Visual Grounding 9 Jul 2025 · 0 repositories · arXiv:2507.06719
-
CultureCLIP: Empowering CLIP with Cultural Awareness through Synthetic Images and Contextualized Captions 8 Jul 2025 · 1 repository · arXiv:2507.06210Syntology ran 0 of 11 samples · 11 unverified · 11 pointer-only (licence)
-
Integrated Structural Prompt Learning for Vision-Language Models 8 Jul 2025 · 0 repositories · arXiv:2507.05677
-
RSRefSeg 2: Decoupling Referring Remote Sensing Image Segmentation with Foundation Models 8 Jul 2025 · 1 repository · arXiv:2507.06231
-
Semi-Supervised Defect Detection via Conditional Diffusion and CLIP-Guided Noise Filtering 8 Jul 2025 · 1 repository · arXiv:2507.05588
-
An analysis of vision-language models for fabric retrieval 7 Jul 2025 · 0 repositories · arXiv:2507.04735
-
CLIP-Guided Backdoor Defense through Entropy-Based Poisoned Dataset Separation 7 Jul 2025 · 1 repository · arXiv:2507.05113
-
pFedMMA: Personalized Federated Fine-Tuning with Multi-Modal Adapter for Vision-Language Models 7 Jul 2025 · 1 repository · arXiv:2507.05394Syntology ran 1 of 11 samples · 10 unverified · 11 pointer-only (licence)
-
Beyond Accuracy: Metrics that Uncover What Makes a 'Good' Visual Descriptor 4 Jul 2025 · 1 repository · arXiv:2507.03542
-
Helping CLIP See Both the Forest and the Trees: A Decomposition and Description Approach 4 Jul 2025 · 0 repositories · arXiv:2507.03458
-
Prompt Disentanglement via Language Guidance and Representation Alignment for Domain Generalization 3 Jul 2025 · 0 repositories · arXiv:2507.02288
-
VoteSplat: Hough Voting Gaussian Splatting for 3D Scene Understanding 28 Jun 2025 · 0 repositories · arXiv:2506.22799
-
Q-Frame: Query-aware Frame Selection and Multi-Resolution Adaptation for Video-LLMs 27 Jun 2025 · 0 repositories · arXiv:2506.22139
-
Little By Little: Continual Learning via Self-Activated Sparse Mixture-of-Rank Adaptive Learning 26 Jun 2025 · 0 repositories · arXiv:2506.21035
-
Mitigating Hallucination of Large Vision-Language Models via Dynamic Logits Calibration 26 Jun 2025 · 1 repository · arXiv:2506.21509
-
Multimodal Prompt Alignment for Facial Expression Recognition 26 Jun 2025 · 0 repositories · arXiv:2506.21017
-
ReME: A Data-Centric Framework for Training-Free Open-Vocabulary Segmentation 26 Jun 2025 · 1 repository · arXiv:2506.21233
-
SharpZO: Hybrid Sharpness-Aware Vision Language Model Prompt Tuning via Forward-Only Passes 26 Jun 2025 · 1 repository · arXiv:2506.20990Syntology ran 4 of 10 samples · 6 unverified
-
Leveraging Vision-Language Models to Select Trustworthy Super-Resolution Samples Generated by Diffusion Models 25 Jun 2025 · 0 repositories · arXiv:2506.20832
-
Unfolding the Past: A Comprehensive Deep Learning Approach to Analyzing Incunabula Pages 22 Jun 2025 · 0 repositories · arXiv:2506.18069
-
Multimodal Political Bias Identification and Neutralization 20 Jun 2025 · 0 repositories · arXiv:2506.17372
-
Prmpt2Adpt: Prompt-Based Zero-Shot Domain Adaptation for Resource-Constrained Environments 20 Jun 2025 · 0 repositories · arXiv:2506.16994
-
Can Common VLMs Rival Medical VLMs? Evaluation and Strategic Insights 19 Jun 2025 · 0 repositories · arXiv:2506.17337
-
Evolutionary Caching to Accelerate Your Off-the-Shelf Diffusion Model 18 Jun 2025 · 1 repository · arXiv:2506.15682Syntology ran 0 of 1 samples · 1 unverified · 1 pointer-only (licence)
Tasks archive 2025-07-28
20 shown of 947 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
| Task | Papers |
|---|---|
| Retrieval | 336 |
| Language Modelling | 297 |
| Zero-Shot Learning | 253 |
| Image Classification | 250 |
| Image Generation | 245 |
| Contrastive Learning | 228 |
| Semantic Segmentation | 219 |
| image-classification | 218 |
| Language Modeling | 193 |
| Prompt Learning | 162 |
| Segmentation | 161 |
| zero-shot-classification | 158 |
| Representation Learning | 143 |
| Object | 142 |
| Image Captioning | 117 |
| Object Detection | 117 |
| object-detection | 115 |
| Text-to-Image Generation | 109 |
| Transfer Learning | 107 |
| Image Retrieval | 106 |
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
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