CVLGNov 29, 2024

SURE-VQA: Systematic Understanding of Robustness Evaluation in Medical VQA Tasks

arXiv:2411.19688v32 citationsh-index: 29Has Code
Originality Incremental advance
AI Analysis

This work addresses robustness evaluation for medical VQA, which is crucial for safe deployment in healthcare, but it is incremental as it builds on existing fine-tuning methods and evaluation practices.

The paper tackles the problem of evaluating robustness in medical Visual Question Answering (VQA) by introducing the SURE-VQA framework, which uses real-world distribution shifts, semantic evaluation with LLMs, and sanity baselines to analyze fine-tuning methods, finding that no method consistently outperforms others in robustness and that LoRA performs best on in-distribution data.

Vision-Language Models (VLMs) have great potential in medical tasks, like Visual Question Answering (VQA), where they could act as interactive assistants for both patients and clinicians. Yet their robustness to distribution shifts on unseen data remains a key concern for safe deployment. Evaluating such robustness requires a controlled experimental setup that allows for systematic insights into the model's behavior. However, we demonstrate that current setups fail to offer sufficiently thorough evaluations. To address this gap, we introduce a novel framework, called SURE-VQA, centered around three key requirements to overcome current pitfalls and systematically analyze VLM robustness: 1) Since robustness on synthetic shifts does not necessarily translate to real-world shifts, it should be measured on real-world shifts that are inherent to the VQA data; 2) Traditional token-matching metrics often fail to capture underlying semantics, necessitating the use of large language models (LLMs) for more accurate semantic evaluation; 3) Model performance often lacks interpretability due to missing sanity baselines, thus meaningful baselines should be reported that allow assessing the multimodal impact on the VLM. To demonstrate the relevance of this framework, we conduct a study on the robustness of various Fine-Tuning (FT) methods across three medical datasets with four types of distribution shifts. Our study highlights key insights into robustness: 1) No FT method consistently outperforms others in robustness, and 2) robustness trends are more stable across FT methods than across distribution shifts. Additionally, we find that simple sanity baselines that do not use the image data can perform surprisingly well and confirm LoRA as the best-performing FT method on in-distribution data. Code is provided at https://github.com/IML-DKFZ/sure-vqa.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes