arXiv:2507.12378cs.IRcs.CL2025-07

用多阶段检索与重排序提升视觉问答系统效率与可扩展性。

Developing Visual Augmented Q&A System using Scalable Vision Embedding Retrieval & Late Interaction Re-ranker

  • 结合混合搜索与晚期交互重排序,实现高效视觉检索
  • 在保持性能的前提下,速度显著提升,适合企业级部署
  • 解决向量数据库不支持多向量检索等实际工程难题

传统信息抽取系统依赖纯文本语言模型,忽视表格、图表、图像等视觉信息。多模态大模型在基于检索的视觉问答任务中面临‘大海捞针’问题,即上下文过长或文档数量庞大导致检索效率低。晚期交互机制虽在视觉问答中表现优异,但在RAG架构下仍存在挑战:现有主流向量数据库不支持原生多向量检索;晚期交互计算开销大,增加存储负担,不利于企业应用;且未利用近似最近邻索引加速检索。本文提出一种实用方案,通过多步骤定制化实现,结合广泛采用的混合搜索(元数据+嵌入)与前沿的晚期交互重排序器,精准召回最优页面。最终,使用多模态大模型作为阅读者,从上下文化的匹配页面生成答案。实验表明,该设计具备显著提速能力且性能稳定,可直接用于企业生产系统。

原文摘要 · Abstract (English)

Traditional information extraction systems face challenges with text only language models as it does not consider infographics (visual elements of information) such as tables, charts, images etc. often used to convey complex information to readers. Multimodal LLM (MLLM) face challenges of finding needle in the haystack problem i.e., either longer context length or substantial number of documents as search space. Late interaction mechanism over visual language models has shown state of the art performance in retrieval-based vision augmented Q&A tasks. There are yet few challenges using it for RAG based multi-modal Q&A. Firstly, many popular and widely adopted vector databases do not support native multi-vector retrieval. Secondly, late interaction requires computation which inflates space footprint and can hinder enterprise adoption. Lastly, the current state of late interaction mechanism does not leverage the approximate neighbor search indexing methods for large speed ups in retrieval process. This paper explores a pragmatic approach to make vision retrieval process scalable and efficient without compromising on performance quality. We propose multi-step custom implementation utilizing widely adopted hybrid search (metadata & embedding) and state of the art late interaction re-ranker to retrieve best matching pages. Finally, MLLM are prompted as reader to generate answers from contextualized best matching pages. Through experiments, we observe that the proposed design is scalable (significant speed up) and stable (without degrading performance quality), hence can be used as production systems at enterprises.

视觉问答检索增强多模态工程优化

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