CVCLMar 30, 2024

Do Vision-Language Models Understand Compound Nouns?

arXiv:2404.00419v131 citationsh-index: 21Has CodeNAACL
Originality Incremental advance
AI Analysis

This addresses a specific limitation in VLMs for text-to-image retrieval, but it is incremental as it builds on existing models and benchmarks.

The paper tackles the problem of whether vision-language models (VLMs) like CLIP understand compound nouns, and finds they have limited understanding, with a proposed method improving performance by 8.25% on a new benchmark.

Open-vocabulary vision-language models (VLMs) like CLIP, trained using contrastive loss, have emerged as a promising new paradigm for text-to-image retrieval. However, do VLMs understand compound nouns (CNs) (e.g., lab coat) as well as they understand nouns (e.g., lab)? We curate Compun, a novel benchmark with 400 unique and commonly used CNs, to evaluate the effectiveness of VLMs in interpreting CNs. The Compun benchmark challenges a VLM for text-to-image retrieval where, given a text prompt with a CN, the task is to select the correct image that shows the CN among a pair of distractor images that show the constituent nouns that make up the CN. Next, we perform an in-depth analysis to highlight CLIPs' limited understanding of certain types of CNs. Finally, we present an alternative framework that moves beyond hand-written templates for text prompts widely used by CLIP-like models. We employ a Large Language Model to generate multiple diverse captions that include the CN as an object in the scene described by the caption. Our proposed method improves CN understanding of CLIP by 8.25% on Compun. Code and benchmark are available at: https://github.com/sonalkum/Compun

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes