Proactive Reasoning-with-Retrieval Framework for Medical Multimodal Large Language Models
Lehan Wang, Yi Qin, Honglong Yang, Xiaomeng Li
TL;DR
This work tackles the unreliability of medical multimodal LLMs by grounding reasoning in external knowledge. It introduces Med-RwR, a multimodal reasoning-with-retrieval framework trained with a two-stage reinforcement learning strategy and reinforced by a novel reward design that aligns visual and textual information during retrieval. A Confidence-Driven Image Re-retrieval (CDIR) module is added to scale test-time retrieval when confidence is low. Empirical results on multiple benchmarks show Med-RwR achieves state-of-the-art performance and good generalization to echocardiography through domain-specific knowledge bases, with publicly released data and code. Overall, the approach demonstrates that proactive, multimodal knowledge retrieval substantially enhances medical reasoning and decision support in unfamiliar domains.
Abstract
Incentivizing the reasoning ability of Multimodal Large Language Models (MLLMs) is essential for medical applications to transparently analyze medical scans and provide reliable diagnosis. However, existing medical MLLMs rely solely on internal knowledge during reasoning, leading to hallucinated reasoning and factual inaccuracies when encountering cases beyond their training scope. Although recent Agentic Retrieval-Augmented Generation (RAG) methods elicit the medical model's proactive retrieval ability during reasoning, they are confined to unimodal LLMs, neglecting the crucial visual information during reasoning and retrieval. Consequently, we propose the first Multimodal Medical Reasoning-with-Retrieval framework, Med-RwR, which actively retrieves external knowledge by querying observed symptoms or domain-specific medical concepts during reasoning. Specifically, we design a two-stage reinforcement learning strategy with tailored rewards that stimulate the model to leverage both visual diagnostic findings and textual clinical information for effective retrieval. Building on this foundation, we further propose a Confidence-Driven Image Re-retrieval (CDIR) method for test-time scaling when low prediction confidence is detected. Evaluation on various public medical benchmarks demonstrates Med-RwR's significant improvements over baseline models, proving the effectiveness of enhancing reasoning capabilities with external knowledge integration. Furthermore, Med-RwR demonstrates remarkable generalizability to unfamiliar domains, evidenced by 8.8% performance gain on our proposed EchoCardiography Benchmark (ECBench), despite the scarcity of echocardiography data in the training corpus. Our data, model, and codes will be made publicly available at https://github.com/xmed-lab/Med-RwR.
