Diversify, Rationalize, and Combine: Ensembling Multiple QA Strategies for Zero-shot Knowledge-based VQA
Miaoyu Li, Haoxin Li, Zilin Du, Boyang Li
TL;DR
The paper tackles zero-shot knowledge-based VQA by showing that a single knowledge-generation strategy is often insufficient. It introduces DietCoke, a three-stage framework (Diversification, Rationalization, Ensemble) that creates three decision contexts—caption-only, short-form knowledge, and long-form knowledge—and generates two types of rationales (automatic and mechanistic) to enable an LLM-based ensemble to select the final answer. Empirical results on OK-VQA and A-OKVQA demonstrate state-of-the-art zero-shot performance and reveal strong synergy among diverse QA strategies and rationales. The approach highlights the value of decorrelated reasoning strategies and rationale-guided fusion for scalable, inference-time adaptable K-VQA, while acknowledging compute-time trade-offs and biases inherent in LLMs.
Abstract
Knowledge-based Visual Question-answering (K-VQA) often requires the use of background knowledge beyond the image. However, we discover that a single knowledge generation strategy is often insufficient for all K-VQA questions. To this end, we propose Diversification, Evidence Truncation, and Combination for Knowledge-based Elucidation (DietCoke), which utilizes a bundle of complementary question-answering tactics and aggregates their answers using textual rationales. DietCoke comprises of three stages: diversification, rationalization, and ensemble. The diversification stage generates three distinctive decision contexts, each leading to its own answer candidate. The rationalization stage generates two rationales, the automatic rationale and the mechanistic rationale, for each answer candidate using decorrelated techniques. Finally, in the ensemble stage, an LLM informed by the rationales selects one answer from the three candidates. Experiments show that DietCoke significantly outperforms state-of-the-art LLM-based baselines by 2.8% on OK-VOA and 4.7% on A-OKVOA and that the strategies in the ensembles are highly complementary. Code is available at: https://github.com/limiaoyu/DietCoke
