paper-with-me

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 concepts but fail to represent which concepts form which objects. Although CLIP behaves like a bag-of-concepts model in cross-modal retrieval, object information is recoverable from its image and text embeddings separately. We study this tension through the binding function, which maps concepts to scene embeddings. We find that scene embeddings decompose additively into object representations, explaining why uni-modal probes can recover object information. However, CLIP's binding function is high-complexity, which likely prevents the image and text encoders from learning a shared binding mechanism that generalizes to unseen concept combinations. We then ask whether this limitation is fundamental. We show that it is not. In controlled transformer models trained from scratch, binding generalization emerges with sufficient data coverage. These models learn low-complexity binding functions characterized by multiplicative interactions between concepts, enabling systematic generalization. Code is publicly available at https://github.com/oshapio/binding-concepts-complexity.

📄 PDF Abstract BibTeX arXiv:2605.31503

Code (0)

등록된 구현이 없습니다.

Tasks

Cross-Modal Retrieval

Similar Papers 제목 키워드 기반

Binder: Hierarchical Concept Representation through Order Embedding of Binary Vectors

2024-04-16 · Croix Gyurek, Niloy Talukder, Mohammad Al Hasan

For natural language understanding and generation, embedding concepts using an order-based representation is an essential task. Unlike traditional point vector based representation, an order-based representation imposes …

Link PredictionNatural Language Understanding

Does CLIP Bind Concepts? Probing Compositionality in Large Image Models

2022-12-20 · Martha Lewis, Nihal V. Nayak, Peilin Yu, Qinan Yu 외

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

Language ModelingLanguage ModellingObjectOpen-Ended Question Answering

Magnet: We Never Know How Text-to-Image Diffusion Models Work, Until We Learn How Vision-Language Models Function

2024-09-30 · Chenyi Zhuang, Ying Hu, Pan Gao

Text-to-image diffusion models particularly Stable Diffusion, have revolutionized the field of computer vision. However, the synthesis quality often deteriorates when asked to generate images that faithfully represent co…

AttributeDisentanglement

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

Composing Concepts from Images and Videos via Concept-prompt Binding

2025-12-10 · Xianghao Kong, Zeyu Zhang, Yuwei Guo, Zhuoran Zhao 외 arxiv

Visual concept composition, which aims to integrate different elements from images and videos into a single, coherent visual output, still falls short in accurately extracting complex concepts from visual inputs and flex…