paper-with-me

Papers

SugarCrepe: Fixing Hackable Benchmarks for Vision-Language Compositionality

2023-06-26 · NeurIPS 2023 11 · Cheng-Yu Hsieh, Jieyu Zhang, Zixian Ma, Aniruddha Kembhavi, Ranjay Krishna

In the last year alone, a surge of new benchmarks to measure compositional understanding of vision-language models have permeated the machine learning ecosystem. Given an image, these benchmarks probe a model's ability to identify its associated caption amongst a set of compositional distractors. Surprisingly, we find significant biases in all these benchmarks rendering them hackable. This hackability is so dire that blind models with no access to the image outperform state-of-the-art vision-language models. To remedy this rampant vulnerability, we introduce SugarCrepe, a new benchmark for vision-language compositionality evaluation. We employ large language models, instead of rule-based templates used in previous benchmarks, to generate fluent and sensical hard negatives, and utilize an adversarial refinement mechanism to maximally reduce biases. We re-evaluate state-of-the-art models and recently proposed compositionality inducing strategies, and find that their improvements were hugely overestimated, suggesting that more innovation is needed in this important direction. We release SugarCrepe and the code for evaluation at: https://github.com/RAIVNLab/sugar-crepe.

📄 PDF Abstract BibTeX arXiv:2306.14610

Code (2)

raivnlab/sugar-crepe 공식 구현 pytorch
borisdayma/clip-jax jax

Similar Papers 제목 키워드 기반

SUGARCREPE++ Dataset: Vision-Language Model Sensitivity to Semantic and Lexical Alterations

2024-06-17 · Sri Harsha Dumpala, Aman Jaiswal, Chandramouli Sastry, Evangelos Milios 외

Despite their remarkable successes, state-of-the-art large language models (LLMs), including vision-and-language models (VLMs) and unimodal language models (ULMs), fail to understand precise semantics. For example, seman…

Language ModelingLanguage ModellingSensitivityTriplet

BiVLC: Extending Vision-Language Compositionality Evaluation with Text-to-Image Retrieval

2024-06-14 · Imanol Miranda, Ander Salaberria, Eneko Agirre, Gorka Azkune

Existing Vision-Language Compositionality (VLC) benchmarks like SugarCrepe are formulated as image-to-text retrieval problems, where, given an image, the models need to select between the correct textual description and …

Image RetrievalImage to textImage-to-Text RetrievalRetrieval+1

A Good CREPE needs more than just Sugar: Investigating Biases in Compositional Vision-Language Benchmarks

2025-06-09 · Vishaal Udandarao, Mehdi Cherti, Shyamgopal Karthik, Jenia Jitsev 외

We investigate 17 benchmarks (e.g. SugarCREPE, VALSE) commonly used for measuring compositional understanding capabilities of vision-language models (VLMs). We scrutinize design choices in their construction, including d…

Language ModelingLanguage Modelling

SPARO: Selective Attention for Robust and Compositional Transformer Encodings for Vision

2024-04-24 · Ankit Vani, Bac Nguyen, Samuel Lavoie, Ranjay Krishna 외

Selective attention helps us focus on task-relevant aspects in the constant flood of our sensory input. This constraint in our perception allows us to robustly generalize under distractions and to new compositions of per…

Inductive BiasRepresentation Learning

What Makes a Good Terminal-Agent Benchmark Task: A Guideline for Adversarial, Difficult, and Legible Evaluation Design

2026-04-30 · Ivan Bercovich arxiv

Terminal-agent benchmarks have become a primary signal for measuring the coding and system-administration capabilities of large language models. As the market for evaluation environments grows, so does the pressure to sh…