Linear Model Merging Unlocks Simple and Scalable Multimodal Data Mixture Optimization
Davide Berasi, Matteo Farina, Massimiliano Mancini, Elisa Ricci

TL;DR
This paper introduces a scalable method that uses model merging as a proxy to efficiently estimate the performance of different data mixtures for multimodal models, reducing the need for costly training runs.
Contribution
It proposes a novel approach that leverages model merging to predict data mixture effectiveness, significantly simplifying the optimization process for multimodal model fine-tuning.
Findings
Merged proxy models correlate highly with actual data mixture models
The method reduces computational costs for data mixture optimization
Extensive experiments on 14 benchmarks validate the approach
Abstract
Selecting the best data mixture is critical for successful Supervised Fine-Tuning (SFT) of Multimodal Large Language Models. However, determining the optimal mixture weights across multiple domain-specific datasets remains a significant bottleneck due to the combinatorial search space and the high cost associated with even a single training run. This is the so-called Data Mixture Optimization (DMO) problem. On the other hand, model merging unifies domain-specific experts through parameter interpolation. This strategy is efficient, as it only requires a single training run per domain, yet oftentimes leads to suboptimal models. In this work, we take the best of both worlds, studying model merging as an efficient strategy for estimating the performance of different data mixtures. We train domain-specific multimodal experts and evaluate their weighted parameter-space combinations to…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
- 🤗daviBera/qwen2_2b_lora_expert_general-102400model· 2 dl2 dl
- 🤗daviBera/qwen2_2b_lora_expert_ocr-102400model· 3 dl3 dl
- 🤗daviBera/qwen2_2b_lora_expert_counting-102400model· 2 dl2 dl
- 🤗daviBera/qwen2_2b_lora_expert_chart-102400model· 2 dl2 dl
- 🤗daviBera/qwen2_2b_lora_mixed-102400model
- 🤗daviBera/intern35_2b_lora_expert_general-102400model· 3 dl3 dl
- 🤗daviBera/intern35_2b_lora_expert_ocr-102400model· 3 dl3 dl
- 🤗daviBera/intern35_2b_lora_expert_counting-102400model· 4 dl4 dl
- 🤗daviBera/intern35_2b_lora_expert_chart-102400model· 4 dl4 dl
- 🤗daviBera/intern35_2b_lora_mixed-102400model
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsDomain Adaptation and Few-Shot Learning · Topic Modeling · Natural Language Processing Techniques
