When Vision Meets Texts in Listwise Reranking
Hongyi Cai
TL;DR
Rank-Nexus tackles the problem of reranking image–text documents under a modality gap and data scarcity by introducing a lightweight 2B vision–language reranker. It employs a progressive cross-modal training curriculum and a diversity-driven data distillation pipeline to achieve strong text and multimodal reranking performance with minimal high-quality data. The approach delivers state-of-the-art results on MS MARCO text benchmarks (e.g., DL19/DL20) and competitive multimodal performance on INQUIRE and MMDocIR, while offering fast inference due to its compact size and non-reasoning architecture. The work highlights data quality and curriculum learning as critical levers for efficient multimodal IR, with practical implications for deploying multimodal reranking at scale.
Abstract
Recent advancements in information retrieval have highlighted the potential of integrating visual and textual information, yet effective reranking for image-text documents remains challenging due to the modality gap and scarcity of aligned datasets. Meanwhile, existing approaches often rely on large models (7B to 32B parameters) with reasoning-based distillation, incurring unnecessary computational overhead while primarily focusing on textual modalities. In this paper, we propose Rank-Nexus, a multimodal image-text document reranker that performs listwise qualitative reranking on retrieved lists incorporating both images and texts. To bridge the modality gap, we introduce a progressive cross-modal training strategy. We first train modalities separately: leveraging abundant text reranking data, we distill knowledge into the text branch. For images, where data is scarce, we construct distilled pairs from multimodal large language model (MLLM) captions on image retrieval benchmarks. Subsequently, we distill a joint image-text reranking dataset. Rank-Nexus achieves outstanding performance on text reranking benchmarks (TREC, BEIR) and the challenging image reranking benchmark (INQUIRE, MMDocIR), using only a lightweight 2B pretrained visual-language model. This efficient design ensures strong generalization across diverse multimodal scenarios without excessive parameters or reasoning overhead.
