paper-with-me

Papers

Linear Model Merging Unlocks Simple and Scalable Multimodal Data Mixture Optimization

2026-02-04 · Davide Berasi, Matteo Farina, Massimiliano Mancini, Elisa Ricci arxiv

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 estimate the efficacy of corresponding data mixtures. We conduct extensive experiments on 14 multimodal benchmarks, and empirically demonstrate that the merged proxy models exhibit a high rank correlation with models trained on actual data mixtures. This decouples the search for optimal mixtures from the resource-intensive training process, thereby providing a scalable and efficient strategy for navigating the complex landscape of mixture weights. Code is publicly available at https://github.com/BerasiDavide/mLLMs_merging_4_DMO.

📄 PDF Abstract BibTeX arXiv:2602.04937

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Token Sequence Compression for Efficient Multimodal Computing

2025-04-24 · Yasmine Omri, Parth Shroff, Thierry Tambe

The exponential growth of Large Multimodal Models (LMMs) has driven advancements in cross-modal reasoning but at significant computational costs. In this work, we focus on visual language models. We highlight the redunda…

Benchmarking

Seeing is Understanding: Unlocking Causal Attention into Modality-Mutual Attention for Multimodal LLMs

2025-03-04 · Wei-Yao Wang, Zhao Wang, Helen Suzuki, Yoshiyuki Kobayashi

Recent Multimodal Large Language Models (MLLMs) have demonstrated significant progress in perceiving and reasoning over multimodal inquiries, ushering in a new research era for foundation models. However, vision-language…

TICL: Text-Embedding KNN For Speech In-Context Learning Unlocks Speech Recognition Abilities of Large Multimodal Models

2025-09-16 · Haolong Zheng, Yekaterina Yegorova, Mark Hasegawa-Johnson arxiv

Speech foundation models have recently demonstrated the ability to perform Speech In-Context Learning (SICL). Selecting effective in-context examples is crucial for SICL performance, yet selection methodologies remain un…

Speech Recognition

Connecting NeRFs, Images, and Text

2024-04-11 · Francesco Ballerini, Pierluigi Zama Ramirez, Roberto Mirabella, Samuele Salti 외

Neural Radiance Fields (NeRFs) have emerged as a standard framework for representing 3D scenes and objects, introducing a novel data type for information exchange and storage. Concurrently, significant progress has been …

NeRFRepresentation LearningRetrievalzero-shot-classification+1

Scaling Linear Mode Connectivity and Merging to Billion Parameter Pretrained Transformers

2026-06-22 · Tianyi Li, Zhiqiang Shen arxiv

Linear mode connectivity (LMC) provides a promising foundation for understanding and merging independently trained neural networks, but existing methods typically optimize the interpolation path from only one model endpo…