Targeted Visual Prompting for Medical Visual Question Answering
Sergio Tascon-Morales, Pablo Márquez-Neila, Raphael Sznitman
TL;DR
Medical-VQA faces data scarcity and diverse imaging modalities, hindering reliable visual grounding in existing systems. The authors propose Targeted Visual Prompting for multimodal LLMs, which encodes both a region-in-context and an isolated-region prompt to enable region-focused questions without adding model parameters. Evaluations on DME-VQA, RIS-VQA, and INSEGCAT-VQA show consistent accuracy and F1 gains over strong baselines, highlighting improved localization and robustness to context versus region cues. This approach enhances explainability and practical utility for clinical assistants and medical education by enabling modular, region-specific analysis of medical images.
Abstract
With growing interest in recent years, medical visual question answering (Med-VQA) has rapidly evolved, with multimodal large language models (MLLMs) emerging as an alternative to classical model architectures. Specifically, their ability to add visual information to the input of pre-trained LLMs brings new capabilities for image interpretation. However, simple visual errors cast doubt on the actual visual understanding abilities of these models. To address this, region-based questions have been proposed as a means to assess and enhance actual visual understanding through compositional evaluation. To combine these two perspectives, this paper introduces targeted visual prompting to equip MLLMs with region-based questioning capabilities. By presenting the model with both the isolated region and the region in its context in a customized visual prompt, we show the effectiveness of our method across multiple datasets while comparing it to several baseline models. Our code and data are available at https://github.com/sergiotasconmorales/locvqallm.
