Certainly Uncertain: A Benchmark and Metric for Multimodal Epistemic and Aleatoric Awareness
Khyathi Raghavi Chandu, Linjie Li, Anas Awadalla, Ximing Lu, Jae Sung Park, Jack Hessel, Lijuan Wang, Yejin Choi
TL;DR
This work addresses the scarcity of reliable uncertainty handling in vision-language models by introducing a taxonomy that separates epistemic and aleatoric uncertainty and their fine-grained subcategories. It builds the CertainlyUncertain dataset (~178K VQA samples) through two data-generation pipelines: image perturbations to create unanswerable questions and caption-driven QA generation, yielding rich, contrastive pairs. A new confidence-weighted accuracy metric is proposed to jointly capture correctness and calibration, showing stronger alignment with accuracy and lower calibration error than prior metrics. Experiments across multiple base models and training strategies demonstrate improved refusal behavior and reduced hallucinations, while preserving standard VQA performance, highlighting the practical value of structured uncertainty awareness for robust AI systems.
Abstract
The ability to acknowledge the inevitable uncertainty in their knowledge and reasoning is a prerequisite for AI systems to be truly truthful and reliable. In this paper, we present a taxonomy of uncertainty specific to vision-language AI systems, distinguishing between epistemic uncertainty (arising from a lack of information) and aleatoric uncertainty (due to inherent unpredictability), and further explore finer categories within. Based on this taxonomy, we synthesize a benchmark dataset, CertainlyUncertain, featuring 178K visual question answering (VQA) samples as contrastive pairs. This is achieved by 1) inpainting images to make previously answerable questions into unanswerable ones; and 2) using image captions to prompt large language models for both answerable and unanswerable questions. Additionally, we introduce a new metric confidence-weighted accuracy, that is well correlated with both accuracy and calibration error, to address the shortcomings of existing metrics.
