SURf: Teaching Large Vision-Language Models to Selectively Utilize Retrieved Information
Jiashuo Sun, Jihai Zhang, Yucheng Zhou, Zhaochen Su, Xiaoye Qu, Yu Cheng
TL;DR
This paper tackles the instability of retrieval-augmented large vision-language models by introducing SURf, a self-refinement framework that teaches LVLMs to selectively utilize retrieved image-caption information. SURf constructs positive and negative examples from retrieved content based on whether they improve answers to initially incorrect questions, filters these examples, and performs RAG instruction-tuning with retrieved context enclosed in explicit tags. Through experiments on seven datasets covering VQA, image captioning, and image classification, SURf achieves significant gains over baselines and demonstrates robustness to irrelevant or misleading retrieval content. The approach highlights the value of hard-negative sampling and data filtering in enabling reliable multimodal RAG, suggesting a practical path toward more trustworthy LVLMs.
Abstract
Large Vision-Language Models (LVLMs) have become pivotal at the intersection of computer vision and natural language processing. However, the full potential of LVLMs Retrieval-Augmented Generation (RAG) capabilities remains underutilized. Existing works either focus solely on the text modality or are limited to specific tasks. Moreover, most LVLMs struggle to selectively utilize retrieved information and are sensitive to irrelevant or misleading references. To address these challenges, we propose a self-refinement framework designed to teach LVLMs to Selectively Utilize Retrieved Information (SURf). Specifically, when given questions that are incorrectly answered by the LVLM backbone, we obtain references that help correct the answers (positive references) and those that do not (negative references). We then fine-tune the LVLM backbone using a combination of these positive and negative references. Our experiments across three tasks and seven datasets demonstrate that our framework significantly enhances LVLMs ability to effectively utilize retrieved multimodal references and improves their robustness against irrelevant or misleading information. The source code is available at https://github.com/GasolSun36/SURf.
