English

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

Computer Vision and Pattern Recognition 2026-05-26 v2

Abstract

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

Keywords

Cite

@article{arxiv.2605.20772,
  title  = {VIHD: Visual Intervention-based Hallucination Detection for Medical Visual Question Answering},
  author = {Jiayi Chen and Benteng Ma and Zehui Liao and Winston Chong and Yasmeen George and Jianfei Cai},
  journal= {arXiv preprint arXiv:2605.20772},
  year   = {2026}
}

Comments

Early accepted by MICCAI 2026. This version of the contribution has been accepted for publication, after peer review (when applicable) but is not the Version of Record and does not reflect post-acceptance improvements, or any corrections

R2 v1 2026-07-22T07:23:18.511Z