Breaking the Visual Shortcuts in Multimodal Knowledge-Based Visual Question Answering
Dosung Lee, Sangwon Jung, Boyoung Kim, Minyoung Kim, Sungyeon Kim, Junyoung Sung, Paul Hongsuck Seo
TL;DR
This work identifies a bias in existing Multimodal Knowledge-Based Visual Question Answering benchmarks where models rely on visual shortcuts tied to the main document entity. It introduces RETINA, an automated, LLM-guided benchmark that uses related entities to remove shortcuts, and MIMIR, a multimodal retriever that augments documents with multiple related-entity images and entity-aware representations. Across RETINA and traditional benchmarks, MIMIR substantially improves retrieval and answer quality, demonstrating the importance of multi-image context and explicit entity alignment for robust MKB-VQA. The findings highlight the need for more realistic evaluation settings and propose a practical approach to bridge the gap between benchmark performance and real-world multimodal reasoning.
Abstract
Existing Multimodal Knowledge-Based Visual Question Answering (MKB-VQA) benchmarks suffer from "visual shortcuts", as the query image typically matches the primary subject entity of the target document. We demonstrate that models can exploit these shortcuts, achieving comparable results using visual cues alone. To address this, we introduce Relational Entity Text-Image kNowledge Augmented (RETINA) benchmark, automatically constructed using an LLM-driven pipeline, consisting of 120k training and 2k human-curated test set. RETINA contains queries referencing secondary subjects (i.e. related entities) and pairs them with images of these related entities, removing the visual shortcut. When evaluated on RETINA existing models show significantly degraded performance, confirming their reliance on the shortcut. Furthermore, we propose Multi-Image MultImodal Retriever (MIMIR), which enriches document embeddings by augmenting images of multiple related entities, effectively handling RETINA, unlike prior work that uses only a single image per document. Our experiments validate the limitations of existing benchmarks and demonstrate the effectiveness of RETINA and MIMIR. Our project is available at: Project Page.
