Visual-Text Cross Alignment: Refining the Similarity Score in Vision-Language Models
Jinhao Li, Haopeng Li, Sarah Erfani, Lei Feng, James Bailey, Feng Liu
TL;DR
This paper addresses the mismatch between global image-text alignment and fine-grained visual concepts by showing that finer text descriptions align better with local image regions. It introduces Weighted Visual-Text Cross Alignment (WCA), which uses localized visual prompting to extract patches, then cross-aligns these patches with LLM-generated descriptions through a weighted similarity matrix and a weighted aggregation function. The key contributions include (i) a theoretical justification for focusing on local regions, (ii) a practical, training-free pipeline that computes a single cross-alignment score via weighted patch and text descriptions, and (iii) extensive experiments across multiple datasets and backbones demonstrating significant zero-shot improvements, competitive with few-shot methods. The approach offers a scalable, efficient path to improve vision-language models in real-world zero-shot scenarios without additional data or model training.
Abstract
It has recently been discovered that using a pre-trained vision-language model (VLM), e.g., CLIP, to align a whole query image with several finer text descriptions generated by a large language model can significantly enhance zero-shot performance. However, in this paper, we empirically find that the finer descriptions tend to align more effectively with local areas of the query image rather than the whole image, and then we theoretically validate this finding. Thus, we present a method called weighted visual-text cross alignment (WCA). This method begins with a localized visual prompting technique, designed to identify local visual areas within the query image. The local visual areas are then cross-aligned with the finer descriptions by creating a similarity matrix using the pre-trained VLM. To determine how well a query image aligns with each category, we develop a score function based on the weighted similarities in this matrix. Extensive experiments demonstrate that our method significantly improves zero-shot performance across various datasets, achieving results that are even comparable to few-shot learning methods.
