Search papers, labs, and topics across Lattice.
This paper addresses the challenges in Knowledge-Based Visual Question Answering (KB-VQA) by introducing a training-free framework that separates entity identification from evidence ranking, thereby streamlining the process. The authors demonstrate that while multi-modal large language models (MLLMs) struggle with open-ended entity naming, they excel when choosing from a limited set of candidates, leading to improved performance in KB-VQA tasks. Experimental results on the Encyclopedic-VQA and InfoSeek datasets show that this decoupled approach not only enhances entity identification but also improves the selection of informative evidence, outperforming existing multi-modal re-ranking methods with reduced complexity.
MLLMs can significantly improve KB-VQA performance by first identifying entities from a limited candidate set before selecting evidence, leading to a more efficient and effective workflow.
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.