Hidden in plain sight: VLMs overlook their visual representations
Stephanie Fu, Tyler Bonnen, Devin Guillory, Trevor Darrell
TL;DR
This work interrogates why vision-language models (VLMs) struggle on vision-centric tasks by directly comparing them to the visual encoders they incorporate. By evaluating depth estimation, pixel-level and semantic correspondences, 3D object awareness, and art-style matching, the authors show a consistent drop from encoder-based performance to VLM performance, with vision representations largely preserved across VLM layers. They identify three bottlenecks: degradation-free visual features, limited prompt sensitivity, and, most critically, the LLM's underutilization of visual information and its language priors; finetuning the LLM yields the largest gains and reduces priors. The findings imply that improvements in VLM capabilities on vision-centric tasks require stronger integration between vision representations and the LLM, rather than solely upgrading vision encoders. Overall, the study provides a diagnostic framework for understanding and improving how VLMs leverage their visual backbones in multimodal reasoning.
Abstract
Language provides a natural interface to specify and evaluate performance on visual tasks. To realize this possibility, vision language models (VLMs) must successfully integrate visual and linguistic information. Our work compares VLMs to a direct readout of their visual encoders to understand their ability to integrate across these modalities. Across a series of vision-centric benchmarks (e.g., depth estimation, correspondence), we find that VLMs perform substantially worse than their visual encoders, dropping to near-chance performance. We investigate these results through a series of analyses across the entire VLM: namely 1) the degradation of vision representations, 2) brittleness to task prompt, and 3) the language model's role in solving the task. We find that the bottleneck in performing these vision-centric tasks lies in this third category; VLMs are not effectively using visual information easily accessible throughout the entire model, and they inherit the language priors present in the LLM. Our work helps diagnose the failure modes of open-source VLMs, and presents a series of evaluations useful for future investigations into visual understanding within VLMs.
