LGCVMar 20, 2024

Bridge the Modality and Capability Gaps in Vision-Language Model Selection

arXiv:2403.13797v325 citationsh-index: 40Has CodeNIPS
Originality Incremental advance
AI Analysis

This work addresses a practical challenge for researchers and practitioners in efficiently reusing pre-trained VLMs for specific tasks, though it is incremental as it builds on existing VLM selection methods.

The paper tackles the problem of selecting the best Vision-Language Model (VLM) for zero-shot image classification tasks using only text data, without access to images, by addressing modality and capability gaps. It proposes SWAB, which uses optimal transport to bridge these gaps, achieving improved performance rankings across various VLMs and datasets.

Vision Language Models (VLMs) excel in zero-shot image classification by pairing images with textual category names. The expanding variety of Pre-Trained VLMs enhances the likelihood of identifying a suitable VLM for specific tasks. To better reuse the VLM resource and fully leverage its potential on different zero-shot image classification tasks, a promising strategy is selecting appropriate Pre-Trained VLMs from the VLM Zoo, relying solely on the text data of the target dataset without access to the dataset's images. In this paper, we analyze two inherent challenges in assessing the ability of a VLM in this Language-Only VLM selection: the "Modality Gap" - the disparity in VLM's embeddings across two different modalities, making text a less reliable substitute for images; and the "Capability Gap" - the discrepancy between the VLM's overall ranking and its ranking for target dataset, hindering direct prediction of a model's dataset-specific performance from its general performance. We propose VLM Selection With gAp Bridging (SWAB) to mitigate the negative impact of two gaps. SWAB first adopts optimal transport to capture the relevance between open-source and target datasets with a transportation matrix. It then uses this matrix to transfer useful statistics of VLMs from open-source datasets to the target dataset for bridging two gaps. By bridging two gaps to obtain better substitutes for test images, SWAB can accurately predict the performance ranking of different VLMs on the target task without the need for the dataset's images. Experiments across various VLMs and image classification datasets validate SWAB's effectiveness.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes