CVApr 28, 2022

Reliable Visual Question Answering: Abstain Rather Than Answer Incorrectly

Berkeley
arXiv:2204.13631v387 citationsh-index: 156
AI Analysis

This addresses the need for reliable VQA systems in real-world applications by allowing models to abstain, which is crucial for safety and trust, though it is incremental in extending existing VQA frameworks.

The paper tackles the problem of enabling visual question answering (VQA) models to abstain from answering when uncertain, rather than providing incorrect answers, by introducing a new problem formulation and analyzing coverage and risk. It shows that using a multimodal selection function can increase coverage from 6.8% to 15.6% at 1% risk, compared to using softmax scores alone.

Machine learning has advanced dramatically, narrowing the accuracy gap to humans in multimodal tasks like visual question answering (VQA). However, while humans can say "I don't know" when they are uncertain (i.e., abstain from answering a question), such ability has been largely neglected in multimodal research, despite the importance of this problem to the usage of VQA in real settings. In this work, we promote a problem formulation for reliable VQA, where we prefer abstention over providing an incorrect answer. We first enable abstention capabilities for several VQA models, and analyze both their coverage, the portion of questions answered, and risk, the error on that portion. For that, we explore several abstention approaches. We find that although the best performing models achieve over 70% accuracy on the VQA v2 dataset, introducing the option to abstain by directly using a model's softmax scores limits them to answering less than 7.5% of the questions to achieve a low risk of error (i.e., 1%). This motivates us to utilize a multimodal selection function to directly estimate the correctness of the predicted answers, which we show can increase the coverage by, for example, 2.3x from 6.8% to 15.6% at 1% risk. While it is important to analyze both coverage and risk, these metrics have a trade-off which makes comparing VQA models challenging. To address this, we also propose an Effective Reliability metric for VQA that places a larger cost on incorrect answers compared to abstentions. This new problem formulation, metric, and analysis for VQA provide the groundwork for building effective and reliable VQA models that have the self-awareness to abstain if and only if they don't know the answer.

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