Towards Statistical Factuality Guarantee for Large Vision-Language Models
Zhuohang Li, Chao Yan, Nicholas J. Jackson, Wendi Cui, Bo Li, Jiaxin Zhang, Bradley A. Malin
TL;DR
ConfLVLM tackles LVLM hallucinations by casting generated text as a sequence of verifiable claims and applying a conformal-prediction-based filtering pipeline to guarantee factuality with finite-sample, distribution-free guarantees. The framework decomposes responses, ranks claims using internal and external conformity scores, and calibrates a threshold to meet a user-specified error tolerance $\lambda$ and confidence level $1-\alpha$, yielding a final response $Y^*$ with controlled risk. Validated across three diverse domains—general scene understanding, medical radiology report generation, and document understanding—ConfLVLM demonstrates precise coverage control, effective claim filtering, and flexible tradeoffs between coverage and utility for eight LVLMs and over $8.1\times 10^4$ claims. The work highlights the practical impact of statistical factuality guarantees for safe deployment of LVLMs in safety-critical settings, and points to a rich space of future improvements via discriminative versus generative critics and conditional validity extensions.
Abstract
Advancements in Large Vision-Language Models (LVLMs) have demonstrated promising performance in a variety of vision-language tasks involving image-conditioned free-form text generation. However, growing concerns about hallucinations in LVLMs, where the generated text is inconsistent with the visual context, are becoming a major impediment to deploying these models in applications that demand guaranteed reliability. In this paper, we introduce a framework to address this challenge, ConfLVLM, which is grounded on conformal prediction to achieve finite-sample distribution-free statistical guarantees on the factuality of LVLM output. This framework treats an LVLM as a hypothesis generator, where each generated text detail (or claim) is considered an individual hypothesis. It then applies a statistical hypothesis testing procedure to verify each claim using efficient heuristic uncertainty measures to filter out unreliable claims before returning any responses to users. We conduct extensive experiments covering three representative application domains, including general scene understanding, medical radiology report generation, and document understanding. Remarkably, ConfLVLM reduces the error rate of claims generated by LLaVa-1.5 for scene descriptions from 87.8\% to 10.0\% by filtering out erroneous claims with a 95.3\% true positive rate. Our results further demonstrate that ConfLVLM is highly flexible, and can be applied to any black-box LVLMs paired with any uncertainty measure for any image-conditioned free-form text generation task while providing a rigorous guarantee on controlling the risk of hallucination.
