paper-with-me

홈 › Papers

SpaceVLM: Sub-Space Modeling of Negation in Vision-Language Models

2025-11-15 · Sepehr Kazemi Ranjbar, Kumail Alhamoud, Marzyeh Ghassemi arxiv

Vision-Language Models (VLMs) struggle with negation. Given a prompt like "retrieve (or generate) a street scene without pedestrians," they often fail to respect the "not." Existing methods address this limitation by fine-tuning on large negation datasets, but such retraining often compromises the model's zero-shot performance on affirmative prompts. We show that the embedding space of VLMs, such as CLIP, can be divided into semantically consistent subspaces. Based on this property, we propose a training-free framework that models negation as a subspace in the joint embedding space rather than a single point (Figure 1). To find the matching image for a caption such as "A but not N," we construct two spherical caps around the embeddings of A and N, and we score images by the central direction of the region that is close to A and far from N. Across retrieval, MCQ, and text-to-image tasks, our method improves negation understanding by about 30% on average over prior methods. It closes the gap between affirmative and negated prompts while preserving the zero-shot performance that fine-tuned models fail to maintain. Code will be released upon publication.

📄 PDF Abstract BibTeX arXiv:2511.12331

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Disparities In Negation Understanding Across Languages In Vision-Language Models

2026-04-21 · Charikleia Moraitaki, Sarah Pan, Skyler Pulling, Gwendolyn Flusche 외 arxiv

Vision-language models (VLMs) exhibit affirmation bias: a systematic tendency to select positive captions ("X is present") even when the correct description contains negation ("no X"). While prior work has documented thi…

Mastering Negation: Boosting Grounding Models via Grouped Opposition-Based Learning

2026-03-13 · Zesheng Yang, Xi Jiang, Bingzhang Hu, Weili Guan 외 arxiv

Current vision-language detection and grounding models predominantly focus on prompts with positive semantics and often struggle to accurately interpret and ground complex expressions containing negative semantics. A key…

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…

HANCLIP: A Family of Hyperbolic Angular Negation Vision Language Models

2026-06-22 · Hoang-Bao Le, Aiden Durrant, Thai Son Mai, Binh T. Nguyen 외 arxiv

Vision-Language Models (VLMs) are typically pre-trained on large-scale image-text datasets to capture semantic correspondences between visual content and natural language. However, they remain surprisingly brittle to neg…

Text Retrieval

Investigating Negation in Pre-trained Vision-and-language Models

2021-11-01 · EMNLP (BlackboxNLP) 2021 11 · Radina Dobreva, Frank Keller

Pre-trained vision-and-language models have achieved impressive results on a variety of tasks, including ones that require complex reasoning beyond object recognition. However, little is known about how they achieve thes…

NegationObject Recognition