Structure Causal Models and LLMs Integration in Medical Visual Question Answering
Zibo Xu, Qiang Li, Weizhi Nie, Weijie Wang, Anan Liu
TL;DR
This work addresses confounding biases in Medical Visual Question Answering by introducing a causal inference framework (CIF) that leverages front-door adjustment with two mediators to deconfound image-question interactions. A mediator-informed sampling strategy guided by mutual information, plus a prompt module (PM) that generates structured QA prompts, enables robust causal feature alignment and improves LLM-guided answer generation. The approach is instantiated with CLIP-based visual features and LLaMA-based language modeling, and evaluated across five MedVQA datasets, achieving consistent accuracy gains, notably on open-ended questions and more complex reasoning tasks. The combination of CIF and PM demonstrates a synergistic effect, reducing reliance on spurious correlations and enhancing generalization in multi-modal medical data, with practical implications for reliable clinical QA systems.
Abstract
Medical Visual Question Answering (MedVQA) aims to answer medical questions according to medical images. However, the complexity of medical data leads to confounders that are difficult to observe, so bias between images and questions is inevitable. Such cross-modal bias makes it challenging to infer medically meaningful answers. In this work, we propose a causal inference framework for the MedVQA task, which effectively eliminates the relative confounding effect between the image and the question to ensure the precision of the question-answering (QA) session. We are the first to introduce a novel causal graph structure that represents the interaction between visual and textual elements, explicitly capturing how different questions influence visual features. During optimization, we apply the mutual information to discover spurious correlations and propose a multi-variable resampling front-door adjustment method to eliminate the relative confounding effect, which aims to align features based on their true causal relevance to the question-answering task. In addition, we also introduce a prompt strategy that combines multiple prompt forms to improve the model's ability to understand complex medical data and answer accurately. Extensive experiments on three MedVQA datasets demonstrate that 1) our method significantly improves the accuracy of MedVQA, and 2) our method achieves true causal correlations in the face of complex medical data.
