The Compositional Grounding Gap: Why Vision-Language Models Fail at Relational Reasoning and How to Fix It

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning · Depth: Expert, quick

Summary

Large vision-language models (LVLMs) exhibit a "compositional grounding gap," consistently failing at tasks requiring relational reasoning, such as distinguishing "the cat on the mat" from "the mat on the cat." This failure stems from vision-language alignment processes that rely on pooled, order-invariant visual features, which create "compositional blind spots" where distinct scenes map to identical representations. The number of these blind spots grows factorially with scene complexity, establishing a fundamental architectural limit. To address this, a new training-free, test-time method called REGROUND is proposed. REGROUND re-introduces spatial structure by employing relation-guided cross-attention over spatial visual tokens, directed by a lightweight text query parse. Applied to LLaVA-1.5, REGROUND improves compositional accuracy by +8.6 points on Winoground, +8.4 on ARO-Relation, +6.4 on SugarCrepe, and +8.4 on VSR, demonstrating consistent gains across various LVLMs.

Key takeaway

For AI Scientists and NLP Engineers developing or deploying vision-language models, recognize that current architectures often possess fundamental "compositional blind spots" due to pooled visual features. You should consider integrating methods like REGROUND to enhance relational reasoning without fine-tuning. This approach, which re-introduces spatial structure via relation-guided cross-attention, can significantly improve accuracy on benchmarks like Winoground and ARO-Relation, making your LVLMs more robust for complex scene understanding.

Key insights

Vision-language models fail relational reasoning due to pooled features creating "compositional blind spots" that REGROUND fixes.

Principles

Method

REGROUND is a training-free, test-time method that re-introduces spatial structure via relation-guided cross-attention over spatial visual tokens, directed by a lightweight text query parse.

In practice

Topics

Best for: Research Scientist, AI Scientist, NLP Engineer, Computer Vision Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.