SearchLVLMs: A Plug-and-Play Framework for Augmenting Large Vision-Language Models by Searching Up-to-Date Internet Knowledge
Chuanhao Li, Zhen Li, Chenchen Jing, Shuo Liu, Wenqi Shao, Yuwei Wu,, Ping Luo, Yu Qiao, Kaipeng Zhang

TL;DR
SearchLVLMs is a flexible framework that enhances large vision-language models with up-to-date internet knowledge for visual question answering, addressing their static knowledge limitations.
Contribution
The paper introduces a plug-and-play hierarchical filtering framework and a new dataset for augmenting LVLMs with real-time internet knowledge during inference.
Findings
Outperforms GPT-4V by approximately 25% in accuracy on VQA tasks.
Effectively retrieves relevant up-to-date information from the internet.
Provides a scalable solution for real-time knowledge augmentation in LVLMs.
Abstract
Large vision-language models (LVLMs) are ignorant of the up-to-date knowledge, such as LLaVA series, because they cannot be updated frequently due to the large amount of resources required, and therefore fail in many cases. For example, if a LVLM was released on January 2024, and it wouldn't know the singer of the theme song for the new Detective Conan movie, which wasn't released until April 2024. To solve the problem, a promising solution motivated by retrieval-augmented generation (RAG) is to provide LVLMs with up-to-date knowledge via internet search during inference, i.e., internet-augmented generation (IAG), which is already integrated in some closed-source commercial LVLMs such as GPT-4V. However, the specific mechanics underpinning them remain a mystery. In this paper, we propose a plug-and-play framework, for augmenting existing LVLMs in handling visual question answering (VQA)…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsMultimodal Machine Learning Applications · Natural Language Processing Techniques · Topic Modeling
