paper-with-me

Papers

Does CLIP Bind Concepts? Probing Compositionality in Large Image Models

2022-12-20 · Martha Lewis, Nihal V. Nayak, Peilin Yu, Qinan Yu, Jack Merullo, Stephen H. Bach, Ellie Pavlick

Large-scale neural network models combining text and images have made incredible progress in recent years. However, it remains an open question to what extent such models encode compositional representations of the concepts over which they operate, such as correctly identifying "red cube" by reasoning over the constituents "red" and "cube". In this work, we focus on the ability of a large pretrained vision and language model (CLIP) to encode compositional concepts and to bind variables in a structure-sensitive way (e.g., differentiating "cube behind sphere" from "sphere behind cube"). To inspect the performance of CLIP, we compare several architectures from research on compositional distributional semantics models (CDSMs), a line of research that attempts to implement traditional compositional linguistic structures within embedding spaces. We benchmark them on three synthetic datasets - single-object, two-object, and relational - designed to test concept binding. We find that CLIP can compose concepts in a single-object setting, but in situations where concept binding is needed, performance drops dramatically. At the same time, CDSMs also perform poorly, with best performance at chance level.

📄 PDF Abstract BibTeX arXiv:2212.10537

Code (1)

marthaflinderslewis/clip-binding 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingObjectOpen-Ended Question Answering

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

How can embedding models bind concepts?

2026-05-29 · Arnas Uselis, Darina Koishigarina, Seong Joon Oh arxiv

Humans easily determine which color belongs to which shape in multi-object scenes, an ability known as concept binding. Vision-language embedding models such as CLIP struggle with binding: they recognize individual conce…

Cross-Modal Retrieval

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

2025-02-05 · Darina Koishigarina, Arnas Uselis, Seong Joon Oh

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 sug…

Attributecross-modal alignment

Cross-Modal Masked Compositional Concept Modeling for Enhancing Visio-Linguistic Compositionality

2026-06-11 · Wei Li, Zhen Huang, Xinmei Tian arxiv

Contrastively trained vision-language models like CLIP, have made remarkable progress in learning joint image-text representations, but still face challenges in compositional understanding. They often exhibit a "bag-of-w…

Text-to-Image Generation

Advancing Compositional Awareness in CLIP with Efficient Fine-Tuning

2025-05-30 · Amit Peleg, Naman Deep Singh, Matthias Hein

Vision-language models like CLIP have demonstrated remarkable zero-shot capabilities in classification and retrieval. However, these models often struggle with compositional reasoning - the ability to understand the rela…

Retrieval

Compositionality and Generalization in Emergent Languages

2020-04-20 · ACL 2020 6 · Rahma Chaabouni, Eugene Kharitonov, Diane Bouchacourt, Emmanuel Dupoux 외

Natural language allows us to refer to novel composite concepts by combining expressions denoting their parts according to systematic rules, a property known as \emph{compositionality}. In this paper, we study whether th…

DisentanglementRepresentation Learning