CLAICVFeb 4, 2024

Knowledge Generation for Zero-shot Knowledge-based VQA

arXiv:2402.02541v1106 citationsh-index: 11Findings
Originality Incremental advance
AI Analysis

This work addresses the need for interpretable and effective zero-shot K-VQA, though it is incremental as it adapts existing knowledge generation techniques from text-based QA to the visual domain.

The paper tackles the problem of knowledge-based visual question answering (K-VQA) by proposing a zero-shot method that generates knowledge from a large language model (LLM) and incorporates it for answering questions, achieving better performance than previous zero-shot methods on two benchmarks.

Previous solutions to knowledge-based visual question answering~(K-VQA) retrieve knowledge from external knowledge bases and use supervised learning to train the K-VQA model. Recently pre-trained LLMs have been used as both a knowledge source and a zero-shot QA model for K-VQA and demonstrated promising results. However, these recent methods do not explicitly show the knowledge needed to answer the questions and thus lack interpretability. Inspired by recent work on knowledge generation from LLMs for text-based QA, in this work we propose and test a similar knowledge-generation-based K-VQA method, which first generates knowledge from an LLM and then incorporates the generated knowledge for K-VQA in a zero-shot manner. We evaluate our method on two K-VQA benchmarks and found that our method performs better than previous zero-shot K-VQA methods and our generated knowledge is generally relevant and helpful.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes