Reverse Image Retrieval Cues Parametric Memory in Multimodal LLMs
Jialiang Xu, Michael Moor, Jure Leskovec
TL;DR
This work investigates Reverse Image Retrieval (RIR) as a simple, scalable way to augment multimodal LLMs with web-scale visual context to tackle knowledge-intensive VQA. By returning a screenshot of reverse image search results as contextual input, RIR substantially improves performance for GPT-4 family models and moderately benefits open models, while revealing that improvements often arise from better alignment between visual queries and the model's parametric world knowledge rather than from direct retrieval of factual answers. The analysis shows RIR provides strongest gains on long-tail concepts and objects, with some scenarios where it can hurt, and demonstrates that a naive always-on-RIR baseline can outperform a model that must decide when to use RIR. The findings highlight the potential of web-scale multimodal memory to enhance factual grounding and imply the need for robust decision policies when integrating retrieval-augmented mechanisms into future MLLM systems.
Abstract
Despite impressive advances in recent multimodal large language models (MLLMs), state-of-the-art models such as from the GPT-4 suite still struggle with knowledge-intensive tasks. To address this, we consider Reverse Image Retrieval (RIR) augmented generation, a simple yet effective strategy to augment MLLMs with web-scale reverse image search results. RIR robustly improves knowledge-intensive visual question answering (VQA) of GPT-4V by 37-43%, GPT-4 Turbo by 25-27%, and GPT-4o by 18-20% in terms of open-ended VQA evaluation metrics. To our surprise, we discover that RIR helps the model to better access its own world knowledge. Concretely, our experiments suggest that RIR augmentation helps by providing further visual and textual cues without necessarily containing the direct answer to a query. In addition, we elucidate cases in which RIR can hurt performance and conduct a human evaluation. Finally, we find that the overall advantage of using RIR makes it difficult for an agent that can choose to use RIR to perform better than an approach where RIR is the default setting.
