CLIRLGAug 22, 2025

Sparse and Dense Retrievers Learn Better Together: Joint Sparse-Dense Optimization for Text-Image Retrieval

arXiv:2508.16707v11 citationsh-index: 8CIKM
Originality Incremental advance
AI Analysis

This work addresses the challenge of enhancing multimodal retrieval efficiency and interpretability for applications in vision-language tasks, though it is incremental as it builds on existing VLP models and sparse retrieval methods.

The paper tackles the problem of improving text-image retrieval by enabling bi-directional learning between dense and sparse representations through self-knowledge distillation, resulting in a sparse retriever that outperforms existing sparse baselines and achieves performance comparable to or surpassing dense models on MSCOCO and Flickr30k datasets.

Vision-Language Pretrained (VLP) models have achieved impressive performance on multimodal tasks, including text-image retrieval, based on dense representations. Meanwhile, Learned Sparse Retrieval (LSR) has gained traction in text-only settings due to its interpretability and efficiency with fast term-based lookup via inverted indexes. Inspired by these advantages, recent work has extended LSR to the multimodal domain. However, these methods often rely on computationally expensive contrastive pre-training, or distillation from a frozen dense model, which limits the potential for mutual enhancement. To address these limitations, we propose a simple yet effective framework that enables bi-directional learning between dense and sparse representations through Self-Knowledge Distillation. This bi-directional learning is achieved using an integrated similarity score-a weighted sum of dense and sparse similarities-which serves as a shared teacher signal for both representations. To ensure efficiency, we fine-tune the final layer of the dense encoder and the sparse projection head, enabling easy adaptation of any existing VLP model. Experiments on MSCOCO and Flickr30k demonstrate that our sparse retriever not only outperforms existing sparse baselines, but also achieves performance comparable to-or even surpassing-its dense counterparts, while retaining the benefits of sparse models.

Foundations

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

Your Notes