English

Saliency Guided Longitudinal Medical Visual Question Answering

Artificial Intelligence 2025-12-09 v2 Computer Vision and Pattern Recognition

Abstract

Longitudinal medical visual question answering (Diff-VQA) requires comparing paired studies from different time points and answering questions about clinically meaningful changes. In this setting, the difference signal and the consistency of visual focus across time are more informative than absolute single-image findings. We propose a saliency-guided encoder-decoder for chest X-ray Diff-VQA that turns post-hoc saliency into actionable supervision. The model first performs a lightweight near-identity affine pre-alignment to reduce nuisance motion between visits. It then executes a within-epoch two-step loop: step 1 extracts a medically relevant keyword from the answer and generates keyword-conditioned Grad-CAM on both images to obtain disease-focused saliency; step 2 applies the shared saliency mask to both time points and generates the final answer. This closes the language-vision loop so that the terms that matter also guide where the model looks, enforcing spatially consistent attention on corresponding anatomy. On Medical-Diff-VQA, the approach attains competitive performance on BLEU, ROUGE-L, CIDEr, and METEOR while providing intrinsic interpretability. Notably, the backbone and decoder are general-domain pretrained without radiology-specific pretraining, highlighting practicality and transferability. These results support saliency-conditioned generation with mild pre-alignment as a principled framework for longitudinal reasoning in medical VQA.

Keywords

Cite

@article{arxiv.2509.25374,
  title  = {Saliency Guided Longitudinal Medical Visual Question Answering},
  author = {Jialin Wu and Xiaofeng Liu},
  journal= {arXiv preprint arXiv:2509.25374},
  year   = {2025}
}

Comments

Published in NeurIPS Workshop

R2 v1 2026-07-01T06:05:57.583Z