Selectively Answering Visual Questions
Julian Martin Eisenschlos, Hernán Maina, Guido Ivetta, Luciana Benotti
TL;DR
This study addresses the problem of calibrated, selective answering in visual question answering (VQA) by evaluating calibration methods for large multimodal models (LMMs) and large language models (LLMs) on VizWiz-VQA and UNK-VQA. It analyzes four scoring strategies—Likelihood, Sampling Repetition, Sampling Diversity, and the proposed Avg BLEU—to estimate confidence and abstention thresholds in in-context learning settings. The key finding is that visually grounded LMMs often calibrate better than text-only LLMs on several metrics, and Avg BLEU provides a robust, unified measure that combines the strengths of sampling and likelihood approaches across modalities. The results have practical significance for assistive VQA applications, enabling more reliable uncertainty estimates, while acknowledging limitations related to dataset scope and caption quality.
Abstract
Recently, large multi-modal models (LMMs) have emerged with the capacity to perform vision tasks such as captioning and visual question answering (VQA) with unprecedented accuracy. Applications such as helping the blind or visually impaired have a critical need for precise answers. It is specially important for models to be well calibrated and be able to quantify their uncertainty in order to selectively decide when to answer and when to abstain or ask for clarifications. We perform the first in-depth analysis of calibration methods and metrics for VQA with in-context learning LMMs. Studying VQA on two answerability benchmarks, we show that the likelihood score of visually grounded models is better calibrated than in their text-only counterparts for in-context learning, where sampling based methods are generally superior, but no clear winner arises. We propose Avg BLEU, a calibration score combining the benefits of both sampling and likelihood methods across modalities.
