paper-with-me

Papers

How and where does CLIP process negation?

2024-07-15 · Vincent Quantmeyer, Pablo Mosteiro, Albert Gatt

Various benchmarks have been proposed to test linguistic understanding in pre-trained vision \& language (VL) models. Here we build on the existence task from the VALSE benchmark (Parcalabescu et al, 2022) which we use to test models' understanding of negation, a particularly interesting issue for multimodal models. However, while such VL benchmarks are useful for measuring model performance, they do not reveal anything about the internal processes through which these models arrive at their outputs in such visio-linguistic tasks. We take inspiration from the growing literature on model interpretability to explain the behaviour of VL models on the understanding of negation. Specifically, we approach these questions through an in-depth analysis of the text encoder in CLIP (Radford et al, 2021), a highly influential VL model. We localise parts of the encoder that process negation and analyse the role of attention heads in this task. Our contributions are threefold. We demonstrate how methods from the language model interpretability literature (such as causal tracing) can be translated to multimodal models and tasks; we provide concrete insights into how CLIP processes negation on the VALSE existence task; and we highlight inherent limitations in the VALSE dataset as a benchmark for linguistic understanding.

📄 PDF Abstract BibTeX arXiv:2407.10488

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModellingNegation

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
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 제목 키워드 기반

Know "No'' Better: A Data-Driven Approach for Enhancing Negation Awareness in CLIP

2025-01-19 · Junsung Park, Jungbeom Lee, Jongyoon Song, Sangwon Yu 외

While CLIP has significantly advanced multimodal understanding by bridging vision and language, the inability to grasp negation - such as failing to differentiate concepts like "parking" from "no parking" - poses substan…

Image GenerationImage SegmentationLanguage ModelingLanguage Modelling+6

TNG-CLIP:Training-Time Negation Data Generation for Negation Awareness of CLIP

2025-05-24 · Yuliang Cai, Jesse Thomason, Mohammad Rostami

Vision-language models (VLMs), such as CLIP, have demonstrated strong performance across a range of downstream tasks. However, CLIP is still limited in negation understanding: the ability to recognize the absence or excl…

Image CaptioningImage GenerationImage RetrievalImage-text matching+6

Omni-NegCLIP: Enhancing CLIP with Front-Layer Contrastive Fine-Tuning for Comprehensive Negation Understanding

2026-03-31 · Jingqi Xu arxiv

Vision-Language Models (VLMs) have demonstrated strong capabilities across a wide range of multimodal tasks. However, recent studies have shown that VLMs, such as CLIP, perform poorly in understanding negation expression…

Text Retrieval

When Negation Is a Geometry Problem in Vision-Language Models

2026-03-20 · Fawaz Sammani, Tzoulio Chamiti, Paul Gavrikov, Nikos Deligiannis arxiv

Joint Vision-Language Embedding models such as CLIP typically fail at understanding negation in text queries, for example, failing to distinguish "no" in the query: "a plain blue shirt with no logos". Prior work has larg…

The Effect of Negation on CLIP in Medical Imaging: Limitations of Contrastive Language-Image Pretraining

2025-12-18 · Jasmine Vu, Shivanand Sheshappanavar arxiv

Large vision-language models like CLIP are increasingly used in medical imaging tasks due to their ability to align images and text without the need for extensive labeled data. This makes them particularly useful for app…

Image Retrieval