CVJul 17

Model Merging for Medical LVLMs: A Benchmark and a Winner-Take-All Approach

arXiv:2607.1566112.5h-index: 4
Predicted impact top 25% in CV · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying multiple medical LVLMs, this work provides a practical, hyperparameter-free merging method that reduces computational overhead while maintaining or improving performance.

This paper presents the first systematic study of model merging for medical LVLMs, introducing MergeMedBench benchmark spanning 8 imaging modalities and 16 LoRA models. The proposed winner-take-all merging method consistently outperforms existing approaches, achieving superior performance without hyperparameters.

Large vision-language models (LVLMs) can be adapted to specialized medical imaging tasks via parameter-efficient fine-tuning approaches such as low-rank adaptation (LoRA), leading to a growing ecosystem of expert models tailored to specific imaging modalities and clinical scenarios. However, deploying multiple expert LVLMs in practice incurs substantial computational and operational overhead. Model merging provides a promising solution by consolidating multiple experts into a single model without retraining, yet it remains largely unexplored in the medical domain. In this work, we present the first systematic study of model merging for medical LVLMs. We introduce MergeMedBench, a comprehensive benchmark spanning eight imaging modalities and diverse clinical task types, comprising 16 LoRA fine-tuned models built upon two mainstream architectures. We conduct an extensive evaluation of existing merging methods and further propose winner-take-all, a simple and hyperparameter-free approach that retains only the most dominant parameters across expert models. By preserving the critical parameters that govern model behavior and discarding weaker ones, our method avoids the information dilution inherent in averaging- or alignment-based strategies. Despite its simplicity, winner-take-all consistently outperforms existing approaches, offering both a new perspective on LoRA merging and a strong practical baseline for future research.

Foundations

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

Your Notes