Synthesize, Diagnose, and Optimize: Towards Fine-Grained Vision-Language Understanding
Wujian Peng, Sicheng Xie, Zuyao You, Shiyi Lan, Zuxuan Wu
TL;DR
The paper tackles the challenge that vision-language models struggle with fine-grained visual-linguistic understanding, such as object size, position, existence, and count. It introduces SPEC, a progressive image-synthesis pipeline that creates controlled image-text pairs with varying single attributes, enabling symmetrical evaluation of image and text modalities. Through extensive evaluation of four state-of-the-art VLMs, the authors reveal near-chance performance on SPEC and identify a core limitation in pretraining contrastive losses that bias models toward noun-like cues. They propose a simple remedy—a hard negative aware contrastive loss added to CLIP that preserves zero-shot capabilities and yields substantial improvements on SPEC and two additional benchmarks, suggesting the method generalizes to broader fine-grained multimodal reasoning tasks.
Abstract
Vision language models (VLM) have demonstrated remarkable performance across various downstream tasks. However, understanding fine-grained visual-linguistic concepts, such as attributes and inter-object relationships, remains a significant challenge. While several benchmarks aim to evaluate VLMs in finer granularity, their primary focus remains on the linguistic aspect, neglecting the visual dimension. Here, we highlight the importance of evaluating VLMs from both a textual and visual perspective. We introduce a progressive pipeline to synthesize images that vary in a specific attribute while ensuring consistency in all other aspects. Utilizing this data engine, we carefully design a benchmark, SPEC, to diagnose the comprehension of object size, position, existence, and count. Subsequently, we conduct a thorough evaluation of four leading VLMs on SPEC. Surprisingly, their performance is close to random guess, revealing significant limitations. With this in mind, we propose a simple yet effective approach to optimize VLMs in fine-grained understanding, achieving significant improvements on SPEC without compromising the zero-shot performance. Results on two additional fine-grained benchmarks also show consistent improvements, further validating the transferability of our approach. Code and data are available at https://github.com/wjpoom/SPEC.
