paper-with-me

홈 › Papers

VL-Uncertainty: Detecting Hallucination in Large Vision-Language Model via Uncertainty Estimation

2024-11-18 · Ruiyang Zhang, Hu Zhang, Zhedong Zheng

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.

📄 PDF Abstract BibTeX arXiv:2411.11919

Code (1)

JT-Sun/Filtering-WoRA pytorch

Tasks

HallucinationLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Reference-free Hallucination Detection for Large Vision-Language Models

2024-08-11 · Qing Li, Jiahui Geng, Chenyang Lyu, Derui Zhu 외

Large vision-language models (LVLMs) have made significant progress in recent years. While LVLMs exhibit excellent ability in language understanding, question answering, and conversations of visual inputs, they are prone…

HallucinationQuestion AnsweringUncertainty Quantification

Segmentation-Based Attention Entropy: Detecting and Mitigating Object Hallucinations in Large Vision-Language Models

2026-03-17 · Jiale Song, Jiaxin Luo, Xue-song Tang, Kuangrong Hao 외 arxiv

Large Vision-Language Models (LVLMs) achieve strong performance on many multimodal tasks, but object hallucinations severely undermine their reliability. Most existing studies focus on the text modality, attributing hall…

Semantic SegmentationVisual Grounding

Detecting Clinical Hallucinations in LVLMs via Counterfactual Visual Grounding Uncertainty

2026-06-26 · Xiao Song, Haonan Qin, Zhaoxu Zhang, Jiong Zhang 외 arxiv

Large vision-language models (LVLMs) are increasingly used for clinical image understanding, yet they remain vulnerable to \emph{hallucinations}--producing textual findings or attributes not supported by the image. We pr…

Visual Grounding

Detecting hallucinations in large language models using semantic entropy

2024-06-19 · Nature 2024 6 · Sebastian Farquhar, Jannik Kossen, Lorenz Kuhn, Yarin Gal

Large language model (LLM) systems, such as ChatGPT1 or Gemini2, can show impressive reasoning and question-answering capabilities but often ‘hallucinate’ false outputs and unsubstantiated answers3,4. Answering unreliabl…

Large Language ModelQuestion Answering

Detecting Hallucinations in Large Language Models via Internal Attention Divergence Signals

2026-05-06 · Gijs van Dijk arxiv

We propose a lightweight and single-pass uncertainty quantification method for detecting hallucinations in Large Language Models. The method uses attention matrices to estimate uncertainty without requiring repeated samp…