Question-Focused Filtering for Knowledge-based VQA
Wei Ye, Yixin Su, Yueguo Chen, Longxiang Gao, Jianjun Li, Ruixuan Li, Rui Zhang
TL;DR
This work tackles knowledge-based visual question answering by addressing two core filtering errors: article selection and intra-article information retrieval. It introduces QKVQA, a two-stage filtering framework consisting of a trainable Question-Focused Filter (QFF) and a Chunk-based Dynamic Multi-Article Selection (CDA), designed to fuse question semantics with cross-article knowledge while maintaining efficiency. QFF uses a Q-Former to inject question guidance into section representations, and CDA performs fine-grained, chunk-level filtering across multiple articles with dynamic quotas, aided by a reranker for chunk relevance. Experiments on E-VQA and InfoSeek demonstrate consistent, substantial improvements over state-of-the-art baselines, confirming the approach effectively balances deep semantic understanding with practical computational costs and enabling robust cross-article knowledge integration.
Abstract
Knowledge-based Visual Question Answering (KB-VQA) aims to answer questions by integrating images with external knowledge. Effective knowledge filtering is crucial for improving accuracy. Typical filtering methods use similarity metrics to locate relevant article sections from one article, leading to information selection errors at the article and intra-article levels. Although recent explorations of Multimodal Large Language Model (MLLM)-based filtering methods demonstrate superior semantic understanding and cross-article filtering capabilities, their high computational cost limits practical application. To address these issues, this paper proposes a question-focused filtering method. This approach can perform question-focused, cross-article filtering, efficiently obtaining high-quality filtered knowledge while keeping computational costs comparable to typical methods. Specifically, we design a trainable Question-Focused Filter (QFF) and a Chunk-based Dynamic Multi-Article Selection (CDA) module, which collectively alleviate information selection errors at both the article and intra-article levels. Experiments show that our method outperforms current state-of-the-art models by 4.9% on E-VQA and 3.8% on InfoSeek, validating its effectiveness. The code is publicly available at: https://github.com/leaffeall/QKVQA.
