Diagnosing the Compositional Knowledge of Vision Language Models from a Game-Theoretic View
Jin Wang, Shichao Dong, Yapeng Zhu, Kelu Yao, Weidong Zhao, Chao Li, Ping Luo
TL;DR
The paper tackles the problem of poor compositional reasoning in Vision Language Models by introducing a novel game-theoretic framework based on the Harsanyi dividend to quantify how input patterns (objects, relations, attributes) influence text and image encoders, as well as multimodal interactions. It formalizes the framework with $w(\mathcal{S}|\mathcal{N}) = \sum_{\mathcal{S}' \subseteq \mathcal{S}} (-1)^{|\mathcal{S}'| - |\mathcal{S}|} v(\mathcal{S}')$ and uses a reward function $v(\cdot)$ (e.g., cosine similarity) to derive sensitivity metrics $Q_R$, $Q_A$, $Q_O$, $Q_{R\&O}$, $Q_{A\&O}$ for text encoders, evaluating five state-of-the-art VLMs across benchmarks like ARO, SUGARCREPE, VL-CheckList, and Visual Genome Relation. The findings show text encoders exhibit strong, human-aligned compositional sensitivities while image encoders are weaker, and cross-modal analyses reveal a lack of mutually matching compositional knowledge between text and image streams. These insights offer concrete directions to improve visual encoders and to better align cross-modal compositional understanding, potentially via dedicated modules or auxiliary losses informed by the proposed diagnostics.
Abstract
Compositional reasoning capabilities are usually considered as fundamental skills to characterize human perception. Recent studies show that current Vision Language Models (VLMs) surprisingly lack sufficient knowledge with respect to such capabilities. To this end, we propose to thoroughly diagnose the composition representations encoded by VLMs, systematically revealing the potential cause for this weakness. Specifically, we propose evaluation methods from a novel game-theoretic view to assess the vulnerability of VLMs on different aspects of compositional understanding, e.g., relations and attributes. Extensive experimental results demonstrate and validate several insights to understand the incapabilities of VLMs on compositional reasoning, which provide useful and reliable guidance for future studies. The deliverables will be updated at https://vlms-compositionality-gametheory.github.io/.
