Med-VRAgent: A Framework for Medical Visual Reasoning-Enhanced Agents
Guangfu Guo, Xiaoqian Lu, Yue Feng
TL;DR
The paper tackles hallucination and localization challenges in medical visual reasoning by introducing Med-VRAgent, a multimodal agent that combines Visual Guidance, ROI-focused perception, a Teacher-Student-Assessor loop, Retrieval-Augmented Reflection, and Monte Carlo Tree Search. It uses PPO-based fine-tuning on collected reasoning trajectories to align the model with medical reasoning tasks. Empirical results across IU-Xray, MIMIC-CXR, VQA-RAD, and GMAI-MMbench demonstrate state-of-the-art performance on both report generation and visual question answering, outperforming strong baselines and retrieval-based methods. The approach contributes structured reasoning trajectories, improved ROI grounding, and external knowledge grounding, with potential impact on clinical reliability and applicability, while acknowledging computational costs and transferability considerations for real-world deployment.
Abstract
Visual Language Models (VLMs) achieve promising results in medical reasoning but struggle with hallucinations, vague descriptions, inconsistent logic and poor localization. To address this, we propose a agent framework named Medical Visual Reasoning Agent (\textbf{Med-VRAgent}). The approach is based on Visual Guidance and Self-Reward paradigms and Monte Carlo Tree Search (MCTS). By combining the Visual Guidance with tree search, Med-VRAgent improves the medical visual reasoning capabilities of VLMs. We use the trajectories collected by Med-VRAgent as feedback to further improve the performance by fine-tuning the VLMs with the proximal policy optimization (PPO) objective. Experiments on multiple medical VQA benchmarks demonstrate that our method outperforms existing approaches.
