paper-with-me

Papers

Detecting Clinical Hallucinations in LVLMs via Counterfactual Visual Grounding Uncertainty

2026-06-26 · Xiao Song, Haonan Qin, Zhaoxu Zhang, Jiong Zhang, Yuqi Fang, Caifeng Shan 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 present a vision-traceable hallucination detection framework that audits arbitrary LVLM responses via visual evidence grounding, requiring neither modification nor internal access to the hidden states of LVLMs. Given an LVLM response, we extract visually verifiable entities and use a medical-domain-adapted Qwen-VL grounding verifier to localize each entity on the input image. To enhance the robustness of our detection method, we introduce a counterfactual entity perturbation method and estimate visual evidence uncertainty by contrasting factual and counterfactual grounding results. Specifically, we compute an entity-level uncertainty score from the positive confidence, counterfactual confidence, and their grounding overlap for binary hallucination decision-making. Experiments on multiple medical imaging modalities and LVLM backbones demonstrate that our method consistently improves hallucination detection performance over recent baselines, while providing interpretable localization evidence and strong cross-model transferability. Code and dataset are available at https://github.com/Agentic-CliniAI/CounterVHD.

📄 PDF Abstract BibTeX arXiv:2606.28520

Code (0)

등록된 구현이 없습니다.

Tasks

Visual Grounding

Similar Papers 제목 키워드 기반

VideoHallucer: Evaluating Intrinsic and Extrinsic Hallucinations in Large Video-Language Models

2024-06-24 · Yuxuan Wang, Yueqian Wang, Dongyan Zhao, Cihang Xie 외

Recent advancements in Multimodal Large Language Models (MLLMs) have extended their capabilities to video understanding. Yet, these models are often plagued by "hallucinations", where irrelevant or nonsensical content is…

HallucinationVideo Understanding

MetaToken: Detecting Hallucination in Image Descriptions by Meta Classification

2024-05-29 · Laura Fieback, Jakob Spiegelberg, Hanno Gottschalk

Large Vision Language Models (LVLMs) have shown remarkable capabilities in multimodal tasks like visual question answering or image captioning. However, inconsistencies between the visual information and the generated te…

HallucinationImage CaptioningQuestion AnsweringSentence+1

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

Antidote: A Unified Framework for Mitigating LVLM Hallucinations in Counterfactual Presupposition and Object Perception

2025-04-29 · CVPR 2025 1 · Yuanchen Wu, Lu Zhang, Hang Yao, Junlong Du 외

Large Vision-Language Models (LVLMs) have achieved impressive results across various cross-modal tasks. However, hallucinations, i.e., the models generating counterfactual responses, remain a challenge. Though recent stu…

counterfactualHallucinationResponse Generation

MHSA: A Lightweight Framework for Mitigating Hallucinations via Steered Attention in LVLMs

2026-05-14 · Wei Ding, Yilin Li, Yudong Zhang, Ruobing Xie 외 arxiv

Large vision-language models (LVLMs) have achieved remarkable performance across diverse multimodal tasks, yet they continue to suffer from hallucinations, generating content that is inconsistent with the visual input. P…