中文

Very Efficient Listwise Multimodal Reranking for Long Documents

信息检索 2026-05-13 v1 人工智能 计算机视觉与模式识别 多媒体

摘要

Listwise reranking is a key yet computationally expensive component in vision-centric retrieval and multimodal retrieval-augmented generation (M-RAG) over long documents. While recent VLM-based rerankers achieve strong accuracy, their practicality is often limited by long visual-token sequences and multi-step autoregressive decoding. We propose ZipRerank, a highly efficient listwise multimodal reranker that directly addresses both bottlenecks. It reduces input length via a lightweight query-image early interaction mechanism and eliminates autoregressive decoding by scoring all candidates in a single forward pass. To enable effective learning, ZipRerank adopts a two-stage training strategy: (i) listwise pretraining on large-scale text data rendered as images, and (ii) multimodal finetuning with VLM-teacher-distilled soft-ranking supervision. Extensive experiments on the MMDocIR benchmark show that ZipRerank matches or surpasses state-of-the-art multimodal rerankers while reducing LLM inference latency by up to an order of magnitude, making it well-suited for latency-sensitive real-world systems. The code is available at https://github.com/dukesun99/ZipRerank.

关键词

引用

@article{arxiv.2605.11864,
  title  = {Very Efficient Listwise Multimodal Reranking for Long Documents},
  author = {Yiqun Sun and Pengfei Wei and Lawrence B. Hsieh},
  journal= {arXiv preprint arXiv:2605.11864},
  year   = {2026}
}

备注

To appear in ICML 2026