English

Closing the Modality Gap for Mixed Modality Search

Computer Vision and Pattern Recognition 2025-07-28 v1 Artificial Intelligence Computation and Language Information Retrieval Machine Learning

Abstract

Mixed modality search -- retrieving information across a heterogeneous corpus composed of images, texts, and multimodal documents -- is an important yet underexplored real-world application. In this work, we investigate how contrastive vision-language models, such as CLIP, perform on the mixed modality search task. Our analysis reveals a critical limitation: these models exhibit a pronounced modality gap in the embedding space, where image and text embeddings form distinct clusters, leading to intra-modal ranking bias and inter-modal fusion failure. To address this issue, we propose GR-CLIP, a lightweight post-hoc calibration method that removes the modality gap in CLIP's embedding space. Evaluated on MixBench -- the first benchmark specifically designed for mixed modality search -- GR-CLIP improves NDCG@10 by up to 26 percentage points over CLIP, surpasses recent vision-language generative embedding models by 4 percentage points, while using 75x less compute.

Keywords

Cite

@article{arxiv.2507.19054,
  title  = {Closing the Modality Gap for Mixed Modality Search},
  author = {Binxu Li and Yuhui Zhang and Xiaohan Wang and Weixin Liang and Ludwig Schmidt and Serena Yeung-Levy},
  journal= {arXiv preprint arXiv:2507.19054},
  year   = {2025}
}

Comments

Project page: https://yuhui-zh15.github.io/MixedModalitySearch/

R2 v1 2026-07-01T04:18:27.564Z