paper-with-me

Papers

AdaMMS: Model Merging for Heterogeneous Multimodal Large Language Models with Unsupervised Coefficient Optimization

2025-03-31 · CVPR 2025 1 · Yiyang Du, Xiaochen Wang, Chi Chen, Jiabo Ye, Yiru Wang, Peng Li, Ming Yan, Ji Zhang, Fei Huang, Zhifang Sui, Maosong Sun, Yang Liu

Recently, model merging methods have demonstrated powerful strengths in combining abilities on various tasks from multiple Large Language Models (LLMs). While previous model merging methods mainly focus on merging homogeneous models with identical architecture, they meet challenges when dealing with Multimodal Large Language Models (MLLMs) with inherent heterogeneous property, including differences in model architecture and the asymmetry in the parameter space. In this work, we propose AdaMMS, a novel model merging method tailored for heterogeneous MLLMs. Our method tackles the challenges in three steps: mapping, merging and searching. Specifically, we first design mapping function between models to apply model merging on MLLMs with different architecture. Then we apply linear interpolation on model weights to actively adapt the asymmetry in the heterogeneous MLLMs. Finally in the hyper-parameter searching step, we propose an unsupervised hyper-parameter selection method for model merging. As the first model merging method capable of merging heterogeneous MLLMs without labeled data, extensive experiments on various model combinations demonstrated that AdaMMS outperforms previous model merging methods on various vision-language benchmarks.

📄 PDF Abstract BibTeX arXiv:2503.23733

Code (1)

thunlp-mt/adamms 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

PivotMerge: Bridging Heterogeneous Multimodal Pre-training via Post-Alignment Model Merging

2026-04-18 · Zibo Shao, Baochen Xiong, Xiaoshan Yang, Yaguang Song 외 arxiv

Multimodal Large Language Models (MLLMs) rely on multimodal pre-training over diverse data sources, where different datasets often induce complementary cross-modal alignment capabilities. Model merging provides a cost-ef…

DiM\textsuperscript{3}: Bridging Multilingual and Multimodal Models via Direction- and Magnitude-Aware Merging

2026-05-13 · Zijing Wang, Mingyang Wang, Ercong Nie, Yongkang Liu 외 arxiv

Towards more general and human-like intelligence, large language models should seamlessly integrate both multilingual and multimodal capabilities; however, extending an existing multimodal model to many languages typical…

Multimodal Language Analysis in the Wild: CMU-MOSEI Dataset and Interpretable Dynamic Fusion Graph

2018-07-01 · ACL 2018 7 · AmirAli Bagher Zadeh, Paul Pu Liang, Soujanya Poria, Erik Cambria 외

Analyzing human multimodal language is an emerging area of research in NLP. Intrinsically this language is multimodal (heterogeneous), sequential and asynchronous; it consists of the language (words), visual (expressions…

Emotion RecognitionLanguage ModelingLanguage ModellingMultimodal Sentiment Analysis+2

A Survey on Large Language Models in Multimodal Recommender Systems

2025-05-14 · Alejo Lopez-Avila, Jinhua Du

Multimodal recommender systems (MRS) integrate heterogeneous user and item data, such as text, images, and structured information, to enhance recommendation performance. The emergence of large language models (LLMs) intr…

In-Context LearningMultimodal RecommendationRecommendation Systems

SSAM: Singular Subspace Alignment for Merging Multimodal Large Language Models

2026-03-23 · Md Kaykobad Reza, Ameya Patil, Edward Ayrapetian, M. Salman Asif arxiv

Multimodal large language models (MLLMs) achieve strong performance by jointly processing inputs from multiple modalities, such as vision, audio, and language. However, building such models or extending them to new modal…