Are vision language models robust to uncertain inputs?
Xi Wang, Eric Nalisnick
TL;DR
The paper investigates whether vision-language models (VLMs) are robust to uncertain inputs, challenging the notion that simply scaling model size cures uncertainty. Through anomaly detection and classification-with-rejection experiments across ImageNet-C, CIFAR-10 mapped tasks, ECG data, and Galaxy Zoo images, it shows that larger, more recent VLMs improve robustness but can still produce confident yet incorrect outputs when inputs are unclear. A key finding is that prompting models to abstain from uncertain predictions substantially enhances reliability on natural images, while domain-specific tasks reveal gaps without domain knowledge. The authors further propose caption diversity as a label-free proxy for internal uncertainty, enabling prediction of abstention behavior without ground-truth labels, and discuss limitations and future directions, including domain-knowledge augmentation for specialized tasks.
Abstract
Robustness against uncertain and ambiguous inputs is a critical challenge for deep learning models. While recent advancements in large scale vision language models (VLMs, e.g. GPT4o) might suggest that increasing model and training dataset size would mitigate this issue, our empirical evaluation shows a more complicated picture. Testing models using two classic uncertainty quantification tasks, anomaly detection and classification under inherently ambiguous conditions, we find that newer and larger VLMs indeed exhibit improved robustness compared to earlier models, but still suffer from a tendency to strictly follow instructions, often causing them to hallucinate confident responses even when faced with unclear or anomalous inputs. Remarkably, for natural images such as ImageNet, this limitation can be overcome without pipeline modifications: simply prompting models to abstain from uncertain predictions enables significant reliability gains, achieving near-perfect robustness in several settings. However, for domain-specific tasks such as galaxy morphology classification, a lack of specialized knowledge prevents reliable uncertainty estimation. Finally, we propose a novel mechanism based on caption diversity to reveal a model's internal uncertainty, enabling practitioners to predict when models will successfully abstain without relying on labeled data.
