CVMay 20

VIHD: Visual Intervention-based Hallucination Detection for Medical Visual Question Answering

arXiv:2605.2077286.0Has Code
Predicted impact top 21% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For clinical decision-making, VIHD provides a more reliable hallucination detection method that leverages internal cross-modal dependencies, reducing risks from visually ungrounded model outputs.

VIHD detects hallucinations in medical Visual Question Answering by masking visually dominant tokens to calibrate semantic entropy, outperforming state-of-the-art methods on three benchmarks with two medical MLLMs.

While medical Multimodal Large Language Models (MLLMs) have shown promise in assisting diagnosis, they still frequently generate hallucinated responses that appear linguistically plausible but lack visual evidence. Such hallucinations pose risks to clinical decision-making and necessitate effective detection. Existing introspective detection methods primarily perform uncertainty estimation or logical verification by analyzing model responses conditioned on original or perturbed inputs. However, such external perturbations are often heuristic and context-agnostic, which overlooks the internal cross-modal dependency between generated tokens and related visual tokens during decoding. To address this issue, we propose VIHD, a Visual Intervention-based Hallucination Detection method that leverages targeted visual token masking to calibrate semantic entropy for more effective hallucination detection. VIHD locates visually dominant decoder layers via Visual Dependency Probing (VDP), executes Visual Intervention Decoding (VID) via token masking to calibrate the semantic distribution, and quantifies the resulting Calibrated Semantic Entropy (CSE) as a reliable hallucination signal. Extensive experiments on three medical VQA benchmarks with two medical MLLMs demonstrate that VIHD consistently outperforms state-of-the-art methods, underscoring the importance of fine-grained visual dependency for hallucination detection. The code will be available at https://github.com/Jiayi-Chen-AU/VIHD

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes