English

Efficient Discriminative Joint Encoders for Large Scale Vision-Language Reranking

Computer Vision and Pattern Recognition 2026-02-24 v2 Machine Learning

Abstract

Multimodal retrieval still leans on embedding-based models like CLIP for fast vector search over pre-computed image embeddings. Yet, unlike text retrieval, where joint-encoder rerankers are standard, comparable vision-language rerankers are largely absent. We find that seminal joint encoders such as BLIP are severely bottlenecked by an expensive visual feature-extraction stage, preventing practical deployment at scale. Motivated by this bottleneck, we introduce EDJE, an Efficient Discriminative Joint Encoder that precomputes vision tokens offline and compresses them via a lightweight attention-based adapter, so online inference runs only a compact joint encoder over a small set of visual tokens plus the text. EDJE preserves strong retrieval performance while drastically reducing storage and online compute, enabling high-throughput inference. Specifically, EDJE processes 50k image--text pairs/second while requiring 49kB of disk storage per image, matching prior art on Flickr (zero-shot) and COCO (fine-tuned) retrieval.

Keywords

Cite

@article{arxiv.2510.06820,
  title  = {Efficient Discriminative Joint Encoders for Large Scale Vision-Language Reranking},
  author = {Mitchell Keren Taraday and Shahaf Wagner and Chaim Baskin},
  journal= {arXiv preprint arXiv:2510.06820},
  year   = {2026}
}

Comments

Accepted at ICLR 2026

R2 v1 2026-07-01T06:23:25.987Z