VL-Uncertainty: Detecting Hallucination in Large Vision-Language Model via Uncertainty Estimation
Ruiyang Zhang, Hu Zhang, Zhedong Zheng
TL;DR
VL-Uncertainty introduces an intrinsic uncertainty-based approach to detect hallucinations in large vision-language models by applying semantic-equivalent perturbations to both visual (blur) and textual prompts (LLM rephrasing). It measures uncertainty through semantic-meaning clustering and entropy of the resulting answer distribution, enabling a continuous, threshold-free signal for hallucination detection. Across 10 LVLMs and 4 benchmarks, the method consistently outperforms strong baselines, with ablations showing the importance of perturbation design and semantic equivalence. The approach is scalable, annotation-free, and suited to safety-critical deployments where unknown-domain problems arise.
Abstract
Given the higher information load processed by large vision-language models (LVLMs) compared to single-modal LLMs, detecting LVLM hallucinations requires more human and time expense, and thus rise a wider safety concerns. In this paper, we introduce VL-Uncertainty, the first uncertainty-based framework for detecting hallucinations in LVLMs. Different from most existing methods that require ground-truth or pseudo annotations, VL-Uncertainty utilizes uncertainty as an intrinsic metric. We measure uncertainty by analyzing the prediction variance across semantically equivalent but perturbed prompts, including visual and textual data. When LVLMs are highly confident, they provide consistent responses to semantically equivalent queries. However, when uncertain, the responses of the target LVLM become more random. Considering semantically similar answers with different wordings, we cluster LVLM responses based on their semantic content and then calculate the cluster distribution entropy as the uncertainty measure to detect hallucination. Our extensive experiments on 10 LVLMs across four benchmarks, covering both free-form and multi-choice tasks, show that VL-Uncertainty significantly outperforms strong baseline methods in hallucination detection.
