English

Is CLIP ideal? No. Can we fix it? Yes!

Machine Learning 2026-03-17 v3 Computer Vision and Pattern Recognition

Abstract

Contrastive Language-Image Pre-Training (CLIP) is a popular method for learning multimodal latent spaces with well-organized semantics. Despite its wide range of applications, CLIP's latent space is known to fail at handling complex visual-textual interactions. Recent works attempt to address its shortcomings with data-centric or algorithmic approaches. But what if the problem is more fundamental, and lies in the geometry of CLIP? Toward this end, we rigorously analyze CLIP's latent space properties, and prove that no CLIP-like joint embedding space exists which can correctly do any two of the following at the same time: 1. represent basic descriptions and image content, 2. represent attribute binding, 3. represent spatial location and relationships, 4. represent negation. Informed by this analysis, we propose Dense Cosine Similarity Maps (DCSMs) as a principled and interpretable scoring method for CLIP-like models, which solves the fundamental limitations of CLIP by retaining the semantic topology of the image patches and text tokens. This method improves upon the performance of classical CLIP-like joint encoder models on a wide array of benchmarks. We share our code and data here for reproducibility: https://github.com/Raphoo/DCSM_Ideal_CLIP

Keywords

Cite

@article{arxiv.2503.08723,
  title  = {Is CLIP ideal? No. Can we fix it? Yes!},
  author = {Raphi Kang and Yue Song and Georgia Gkioxari and Pietro Perona},
  journal= {arXiv preprint arXiv:2503.08723},
  year   = {2026}
}

Comments

ICCV 2025

R2 v1 2026-06-28T22:16:30.740Z