Papers for

medical imaging software teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

MedTRACE improves clinical diagnosis with smart evidence checking

MedTRACE: Tool-Augmented Multimodal Clinical Reasoning Agents for Evidence-Grounded Decision-Making

Abstract: Multimodal clinical decision-making requires reliable reasoning over heterogeneous evidence from electronic health records, medical images, and physiological signals. Existing models typically map these inputs directly to diagnoses without explicitly assessing evidence sufficiency, tool-use requirements, or diagnostic uncertainty. This paper presents MedTRACE, a tool-augmented multimodal clinical reasoning agent for evidence-grounded decision-making. MedTRACE uses modality-specific encoders to construct a unified patient-state representation and performs an iterative loop of hypothesis formation, toolaware deliberation, and evidence verification. It dynamically invokes visual grounding, evidence retrieval, and structured parsing tools to locate diagnosis-relevant regions, retrieve clinical knowledge and similar cases, and extract structured findings. The acquired evidence enters an evidence memory, where a consistency verifier confirms or revises the current hypothesis. MedTRACE outputs a diagnosis together with supporting evidence, an auditable reasoning trace, and calibrated confidence. Experiments on multiple multimodal clinical diagnosis benchmarks show that MedTRACE improves diagnostic accuracy by 5.4% and AUROC by 4.7 percentage points over the strongest baseline. It also improves evidenceselection F1 by 8.2 percentage points and visual-grounding IoU by 6.5 percentage points, reduces expected calibration error by 31.6%, and decreases unsupported diagnostic errors by 27.8%. These results demonstrate that active evidence acquisition and verification improve the accuracy, interpretability, and reliability of multimodal clinical decisionmaking.

Sun 13 SeptComputation and Language
The gist
Doctors need to look at different types of medical information, like images and health records, to make diagnoses. MedTRACE is a system that carefully checks this medical evidence, uses tools to find important information, and keeps track of how confident it is. This method helps the system make better and clearer decisions about a patient’s condition. The authors show that using MedTRACE makes diagnoses more accurate and easier to understand.
Open 2609.14823v1

Medical vision language model improves multi-task clinical image analysis

Two-Stage Mixture-of-LoRA for Multi-Task Medical Vision-Language Learning

Abstract: Medical vision-language models (VLMs) allow a single model to perform clinical image analysis tasks ranging from diagnosis classification to report generation. However, joint adaptation is challenged by heterogeneous output formats, conflicting task gradients, and imbalanced training data. Hence, we present \textbf{Two-Stage Mixture-of-LoRA}, a framework built on MedGemma-1.5-4B. The framework uses a shared-specific Mixture-of-LoRA architecture comprising one shared LoRA and six task-specific expert LoRAs, together with a two-stage training procedure. In Stage 1, we jointly train the shared LoRA and all task-specific expert LoRAs on all tasks. In Stage 2, we first freeze the backbone, the shared LoRA, and all non-target experts, and refine one task expert at a time. Classification and regression then receive an additional modality-balanced continuation, in which smaller modality groups are repeated to match the largest group. In the FLARE 2026 Task 3 test sets, the proposed method achieves 0.85 balanced accuracy for classification, 0.48 micro-F1 for multi-label classification, 0.79 detection F1, and 17.39 regression MAE. Code is available at https://github.com/YuanYL03/MICCAI-FLARE-2026-Challenge-Task3-2D.

Sun 13 SeptComputer Vision and Pattern Recognition
The gist
Medical images can be analyzed for many different tasks like diagnosing diseases or creating reports, but training one model to do all tasks well is hard. The authors propose a two-step method that uses shared and task-specific parts to learn these tasks together better. They first train everything together and then fine-tune each task separately. Their method showed good results on various medical imaging tests.
Open 2609.14350v1

Large language model improves medical image question answering accuracy

A visual large language foundational model for medical image recognition using clinician-oriented social media

Abstract: Large language models (LLMs) have demonstrated strong capabilities across diverse domains, showing considerable potential in medicine. However, their application in medical settings remains limited by the scarcity of visual question answering (VQA) datasets that capture clinical reasoning and explicit image-text alignment. Here, we leverage de-identified medical images and expert commentaries shared on clinician-oriented social media. By combining an advanced LLM with clinician-in-the-loop verification, we established a rigorous pipeline to construct ThoughtMed-1M, a long-form medical VQA dataset containing over one million VQA pairs and designed to capture structured clinical logic and medical image-text alignment. To demonstrate its utility, we developed a FOundational LLM Trained on ThoughtMed-1M (FOLTMed). FOLTMed achieved state-of-the-art performance across 42 medical VQA benchmark datasets, with a macro accuracy of 85.4%, and generated more clinically coherent responses on the ThoughtMed-1M test set. It outperformed state-of-the-art models by 3--5% across factuality and similarity metrics, highlighting a scalable paradigm for advancing research on clinically grounded multimodal LLMs.

Mon 7 SeptArtificial Intelligence
The gist
Answering questions about medical images is hard because there are not enough datasets showing how doctors think and connect images with text. The authors collected over a million pairs of medical images and doctor comments from social media, creating a large, detailed dataset called ThoughtMed-1M. Using this dataset, they trained a new model, FOLTMed, that performs better than previous methods on many medical image question tasks. This shows a promising way to teach computers to understand medical images more like clinicians do.
Open 2609.06914v1