Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

Learning to Search: A Decision-Based Agent for Knowledge-Based Visual Question Answering

About

Knowledge-based visual question answering (KB-VQA) requires vision-language models to understand images and use external knowledge, especially for rare entities and long-tail facts. Most existing retrieval-augmented generation (RAG) methods adopt a fixed pipeline that sequentially retrieves information, filters it, and then produces an answer. Such a design makes it difficult to adapt to diverse question types. Moreover, it separates retrieval from reasoning, making it hard for the model to decide when to search, how to refine queries, or when to stop. As a result, the retrieved evidence is often poorly aligned with the question. To address these limitations, we reformulate KB-VQA as a search-agent problem and model the solving process as a multi-step decision-making procedure. At each step, the agent selects one of four actions-Answer, Image Retrieval, Text Retrieval, and Caption-based on its current information state. We further design an automated pipeline to collect multi-step trajectories that record the agent's reasoning process, tool usage, and intermediate decisions. These trajectories are then used as supervision for fine-tuning. Experiments on InfoSeek and E-VQA demonstrate that our method achieves state-of-the-art performance, consistently outperforming prior baselines and confirming the effectiveness of our framework.

Zhuohong Chen, Zhenxian Wu, Yunyao Yu, Hangrui Xu, Zirui Liao, Zhifang Liu, Xiangwen Deng, Pen Jiao, Haoqian Wang• 2026

Related benchmarks

TaskDatasetResultRank
Knowledge-based Visual Question AnsweringE-VQA Single-Hop
Accuracy46.5
27
Knowledge-based Visual Question AnsweringINFOSEEK Unseen Question
Accuracy46.5
19
Knowledge-based Visual Question AnsweringINFOSEEK (Unseen Entity)
Accuracy51
19
Knowledge-based Visual Question AnsweringInfoSeek All
Accuracy49.9
16
Knowledge-based Visual Question AnsweringE-VQA All
Accuracy45.8
15
Showing 5 of 5 rows

Other info

Follow for update