๐ค AI Summary
This work addresses the limited ability of existing visual attribution methods to accurately reveal the visual evidence actually relied upon by large vision-language models (LVLMs) in chest X-ray diagnosis, which undermines their clinical trustworthiness. To this end, we propose MedFocus, a causal inferenceโbased, multi-granularity attribution method that quantifies the causal effects of clinical anatomical regions on model predictions through counterfactual editing and targeted interventions. MedFocus further integrates imbalanced optimal transport to achieve precise localization at spatial, conceptual, and token levels. Comprehensive evaluations across six open-source LVLMs, eleven baseline methods, and two output modalities demonstrate that MedFocus substantially outperforms existing approaches, offering a more faithful representation of the visual evidence underpinning model decisions and thereby enhancing the reliability and interpretability of medical LVLM attributions.
๐ Abstract
Large Vision Language Models (LVLMs) show promise in medical applications, but their inability to faithfully ground responses in visual evidence raises serious concerns about clinical trustworthiness. While visual attribution methods are widely used to explain LVLM predictions, whether these explanations actually reflect the visual evidence underlying the model's decision is largely unverified, since ground-truth annotations for internal model reasoning are typically unavailable. We address this question for chest X-ray (CXR) reasoning by developing a causal evaluation framework that retains only CXR-VQA samples for which the expert-annotated region is verified, via counterfactual editing, to be causally responsible for the model's prediction. Using this framework across 11 attribution methods, six open-source LVLMs, and two output modes (direct answer and step-by-step reasoning), we find that existing attribution methods often fail to identify the evidence used by LVLMs. To address this failure, we propose MedFocus, a concept-based attribution method that localizes clinically meaningful anatomical regions via unbalanced optimal transport and measures their causal effect on model outputs through targeted interventions. MedFocus produces spatial, concept-level, and token-level attributions and substantially outperforms prior methods, taking a step toward more trustworthy attribution for medical LVLMs. Our data and code are available at https://github.com/gzxiong/medfocus/.