Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

CLIP Behaves like a Bag-of-Words Model Cross-modally but not Uni-modally

About

CLIP (Contrastive Language-Image Pretraining) has become a popular choice for various downstream tasks. However, recent studies have questioned its ability to represent compositional concepts effectively. These works suggest that CLIP often acts like a bag-of-words (BoW) model, interpreting images and text as sets of individual concepts without grasping the structural relationships. In particular, CLIP struggles to correctly bind attributes to their corresponding objects when multiple objects are present in an image or text. In this work, we investigate why CLIP exhibits this BoW-like behavior. We find that the correct attribute-object binding information is already present in individual text and image modalities. Instead, the issue lies in the cross-modal alignment, which relies on cosine similarity. To address this, we propose Linear Attribute Binding CLIP or LABCLIP. It applies a linear transformation to text embeddings before computing cosine similarity. This approach significantly improves CLIP's ability to bind attributes to correct objects, thereby enhancing its compositional understanding. The code is available at https://github.com/kdariina/CLIP-not-BoW-unimodally.

Darina Koishigarina, Arnas Uselis, Seong Joon Oh• 2025

Related benchmarks

TaskDatasetResultRank
Text-to-Image RetrievalFlickr30K 1K (test)
R@163.36
375
Text-to-Image RetrievalMSCOCO 5K (test)
R@139.78
286
Compositional EvaluationARO-A (test)
Accuracy68.49
13
Compositional EvaluationSugarCrepe swap att (test)
Accuracy74.62
13
Compositional EvaluationABC-6K (test)
Accuracy0.6891
12
Showing 5 of 5 rows

Other info

Follow for update