Retrieval-Augmented Visual Question Answering via Built-in Autoregressive Search Engines

Abstract

Retrieval-augmented generation (RAG) has emerged to address the knowledge-intensive visual question answering (VQA) task. Current methods mainly employ separate retrieval and generation modules to acquire external knowledge and generate answers, respectively. We propose ReAuSE, an alternative to the previous RAG model for the knowledge-based VQA task, which seamlessly integrates knowledge retriever into the generative multi-modal large language model, serving as a built-in search engine. Specifically, our model functions both as a generative retriever and an accurate answer generator. It not only helps retrieve documents from the knowledge base by producing identifier for each document, but it also answers visual questions based on the retrieved documents. Furthermore, we also propose a reinforced retrieval calibration module from relevance feedback to improve retrieval performance and align with the preferences for accurate answer generation. Extensive experiments on two representative OKVQA and A-OKVQA datasets demonstrate significant improvements ranging from 2.9% to 9.6% across all evaluation metrics when compared to strong baselines.

Cite

Text

Long et al. "Retrieval-Augmented Visual Question Answering via Built-in Autoregressive Search Engines." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I23.34653

Markdown

[Long et al. "Retrieval-Augmented Visual Question Answering via Built-in Autoregressive Search Engines." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/long2025aaai-retrieval/) doi:10.1609/AAAI.V39I23.34653

BibTeX

@inproceedings{long2025aaai-retrieval,
  title     = {{Retrieval-Augmented Visual Question Answering via Built-in Autoregressive Search Engines}},
  author    = {Long, Xinwei and Ma, Zhiyuan and Hua, Ermo and Zhang, Kaiyan and Qi, Biqing and Zhou, Bowen},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {24723-24731},
  doi       = {10.1609/AAAI.V39I23.34653},
  url       = {https://mlanthology.org/aaai/2025/long2025aaai-retrieval/}
}