arXiv:2510.05038cs.CL2025-10被引 10

用轻量文本检索器优化视觉模型,提升效率与精度。

Guided Query Refinement: Multimodal Hybrid Retrieval with Test-Time Optimization

  • 测试时通过互补检索器引导重构查询嵌入。
  • 性能媲美大模型,速度提升14倍,内存减少54倍。
  • 适合资源受限场景下的多模态文档检索应用。

多模态编码器推动了视觉文档检索的边界,直接将文本查询词元与图像块匹配,在公开基准上达到顶尖性能。然而,近期模型大幅扩展查询与文档表示规模,给实际部署和可扩展性带来挑战。此外,纯视觉主导的方法可能受限于现代视觉-语言模型仍存在的模态差距。本文将这些挑战与混合检索范式联系起来,探究轻量级密集文本检索器能否增强强视觉中心模型。现有混合方法依赖粗粒度的排名或得分融合,无法充分利用各模型表示空间内的丰富交互。为此,我们提出测试时优化新方法——引导查询精炼(GQR),利用互补检索器的得分指导主检索器查询嵌入的优化。在多个视觉文档检索基准上的大量实验表明,GQR使视觉中心模型性能媲美表示规模大得多的模型,同时速度最高提升14倍,内存需求降低54倍。结果表明,GQR有效提升了多模态检索中性能与效率的帕累托前沿。代码已开源:https://github.com/IBM/test-time-hybrid-retrieval

原文摘要 · Abstract (English)

Multimodal encoders have pushed the boundaries of visual document retrieval, matching textual query tokens directly to image patches and achieving state-of-the-art performance on public benchmarks. Recent models relying on this paradigm have massively scaled the sizes of their query and document representations, presenting obstacles to deployment and scalability in real-world pipelines. Furthermore, purely vision-centric approaches may be constrained by the inherent modality gap still exhibited by modern vision-language models. In this work, we connect these challenges to the paradigm of hybrid retrieval, investigating whether a lightweight dense text retriever can enhance a stronger vision-centric model. Existing hybrid methods, which rely on coarse-grained fusion of ranks or scores, fail to exploit the rich interactions within each model's representation space. To address this, we introduce Guided Query Refinement (GQR), a novel test-time optimization method that refines a primary retriever's query embedding using guidance from a complementary retriever's scores. Through extensive experiments on visual document retrieval benchmarks, we demonstrate that GQR allows vision-centric models to match the performance of models with significantly larger representations, while being up to 14x faster and requiring 54x less memory. Our findings show that GQR effectively pushes the Pareto frontier for performance and efficiency in multimodal retrieval. We release our code at https://github.com/IBM/test-time-hybrid-retrieval

多模态检索测试时优化高效推理

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。