Anatomical Region-Guided Contrastive Decoding: A Plug-and-Play Strategy for Mitigating Hallucinations in Medical VLMs
Xiao Liang, Chenxi Liu, Zhi Ma, Di Wang, Bin Jing, Quan Wang, Yuanyuan Shi
TL;DR
This paper tackles hallucinations in Medical Vision-Language Models by introducing Anatomical Region-Guided Contrastive Decoding (ARCD), a training-free, plug-and-play decoding strategy. ARCD uses Dynamic Attention Mask Generation to convert anatomical region masks into token-level guidance, and a three-tiered Mask-Guided Conditional Token Weighting to steer generation at the token, attention, and logits levels. Experiments across chest X-ray, CT, brain MRI, and ocular ultrasound demonstrate improved regional grounding and reduced hallucinations, with thorough ablations and case studies supporting robustness. The work offers a practical, scalable approach to enhance clinical reliability of MedVLMs without additional training data or model updates.
Abstract
Medical Vision-Language Models (MedVLMs) show immense promise in clinical applicability. However, their reliability is hindered by hallucinations, where models often fail to derive answers from visual evidence, instead relying on learned textual priors. Existing mitigation strategies for MedVLMs have distinct limitations: training-based methods rely on costly expert annotations, limiting scalability, while training-free interventions like contrastive decoding, though data-efficient, apply a global, untargeted correction whose effects in complex real-world clinical settings can be unreliable. To address these challenges, we introduce Anatomical Region-Guided Contrastive Decoding (ARCD), a plug-and-play strategy that mitigates hallucinations by providing targeted, region-specific guidance. Our module leverages an anatomical mask to direct a three-tiered contrastive decoding process. By dynamically re-weighting at the token, attention, and logits levels, it verifiably steers the model's focus onto specified regions, reinforcing anatomical understanding and suppressing factually incorrect outputs. Extensive experiments across diverse datasets, including chest X-ray, CT, brain MRI, and ocular ultrasound, demonstrate our method's effectiveness in improving regional understanding, reducing hallucinations, and enhancing overall diagnostic accuracy.
