用反馈机制提升文本图像检索,无需微调也能显著增效。
A Little More Like This: Text-to-Image Retrieval with Vision-Language Models Using Relevance Feedback
- 引入生成式反馈和注意力摘要器,动态优化查询
- 小模型提升3-5%,大模型提升1-3%(MRR@5)
- 适合交互式搜索场景,抗查询漂移能力强
大型视觉语言模型(VLMs)支持使用自然语言进行直观的视觉搜索。然而,提升性能通常需要微调或使用更大模型。本文受传统文本检索启发,提出推理时增强检索性能的归因反馈机制。我们评估了四种反馈策略:改进的经典伪相关反馈(PRF),基于合成描述的生成式反馈(GRF),以及自定义的注意力反馈摘要器(AFS)。此外,以真实标注作为上界基线模拟显式反馈。在Flickr30k与COCO数据集上的实验表明,对于较小的VLM,GRF、AFS和显式反馈使MRR@5提升3-5%;较大模型提升1-3%。AFS与显式反馈类似,能缓解查询漂移,在多轮迭代中更稳健。结果表明,归因反馈可稳定提升各类VLM的检索效果,为交互式、自适应视觉搜索开辟新路径。
原文摘要 · Abstract (English)
Large vision-language models (VLMs) enable intuitive visual search using natural language queries. However, improving their performance often requires fine-tuning and scaling to larger model variants. In this work, we propose a mechanism inspired by traditional text-based search to improve retrieval performance at inference time: relevance feedback. While relevance feedback can serve as an alternative to fine-tuning, its model-agnostic design also enables use with fine-tuned VLMs. Specifically, we introduce and evaluate four feedback strategies for VLM-based retrieval. First, we revise classical pseudo-relevance feedback (PRF), which refines query embeddings based on top-ranked results. To address its limitations, we propose generative relevance feedback (GRF), which uses synthetic captions for query refinement. Furthermore, we introduce an attentive feedback summarizer (AFS), a custom transformer-based model that integrates multimodal fine-grained features from relevant items. Finally, we simulate explicit feedback using ground-truth captions as an upper-bound baseline. Experiments on Flickr30k and COCO with the VLM backbones show that GRF, AFS, and explicit feedback improve retrieval performance by 3-5% in MRR@5 for smaller VLMs, and 1-3% for larger ones, compared to retrieval with no feedback. Moreover, AFS, similarly to explicit feedback, mitigates query drift and is more robust than GRF in iterative, multi-turn retrieval settings. Our findings demonstrate that relevance feedback can consistently enhance retrieval across VLMs and open up opportunities for interactive and adaptive visual search.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。