Ground Then Rank: Revisiting Knowledge-Based VQA with Training-Free Entity Identification

๐Ÿ“… 2026-06-22
๐Ÿ“ˆ Citations: 0
โœจ Influential: 0
๐Ÿ“„ PDF
๐Ÿค– AI Summary
This work addresses the challenges in knowledge-based visual question answering (KB-VQA), where existing approaches suffer from high computational costs and poor generalization due to tightly coupled fine-grained entity recognition and evidence retrieval. To overcome these limitations, the authors propose a training-free โ€œIdentify-then-Answerโ€ (IBA) framework that decouples entity identification from evidence reranking at the workflow level. Specifically, high-confidence entities are first selected from a candidate set using prompt engineering with multimodal large language models, followed by knowledge retrieval via an off-the-shelf text reranker. This approach substantially reduces both training and inference complexity while outperforming fine-tuned baselines on Encyclopedic-VQA and InfoSeek. Moreover, it simultaneously enhances entity recognition accuracy and the informativeness of retrieved evidence.
๐Ÿ“ Abstract
Knowledge-Based Visual Question Answering (KB-VQA) requires grounding visual queries to external knowledge beyond directly observable content in images. While recent multi modal large language models (MLLMs) show strong perceptual abilities, they struggle on KB-VQA tasks requiring groundings from both fine-grained entity and evidence levels. Most existing multi-modal retrieval augmented generation (MM-RAG) methods tightly couple entity discrimination and section-level evidence ranking into a single re-ranking stage, leading to high cost and limited generalization. In this work, we revisit existing MM-RAG solutions from a workflow perspective and argue both entity-level and fact-level groundings are key bottlenecks. We observe that although MLLMs often fail under open-ended entity naming, they can better identify the correct entity when selecting from a small set of candidate names. Based on this insight, we propose a simple and training-free identify-before-answer IBA framework that decouples entity identification from section-level re-ranking. Our approach prompts an MLLM to select high-confidence entities using only candidate names, followed by an off-the-shelf textual re-ranker for evidence selection. Experiments on Encyclopedic-VQA and InfoSeek show that our method consistently outperforms fine-tuned multi-modal re-ranking baselines while reducing training and inference complexity. Additional analyses reveal that the improvements arise not only from better entity identification, but also from selecting more informative evidence once correct entity is fixed. Our implementation is made public to ease reproducibility.
Problem

Research questions and friction points this paper is trying to address.

Knowledge-Based VQA
Entity Identification
Evidence Retrieval
Multi-modal RAG
Visual Question Answering
Innovation

Methods, ideas, or system contributions that make the work stand out.

training-free
entity identification
retrieval-augmented generation
knowledge-based VQA
decoupling
๐Ÿ”Ž Similar Papers
No similar papers found.