Multi-Modality Expansion and Retention for LLMs through Parameter Merging and Decoupling
About
Fine-tuning Large Language Models (LLMs) with multimodal encoders on modality-specific data expands the modalities that LLMs can handle, leading to the formation of Multimodal LLMs (MLLMs). However, this paradigm heavily relies on resource-intensive and inflexible fine-tuning from scratch with new multimodal data. In this paper, we propose MMER (Multi-modality Expansion and Retention), a training-free approach that integrates existing MLLMs for effective multimodal expansion while retaining their original performance. Specifically, MMER reuses MLLMs' multimodal encoders while merging their LLM parameters. By comparing original and merged LLM parameters, MMER generates binary masks to approximately separate LLM parameters for each modality. These decoupled parameters can independently process modality-specific inputs, reducing parameter conflicts and preserving original MLLMs' fidelity. MMER can also mitigate catastrophic forgetting by applying a similar process to MLLMs fine-tuned on new tasks. Extensive experiments show significant improvements over baselines, proving that MMER effectively expands LLMs' multimodal capabilities while retaining 99% of the original performance, and also markedly mitigates catastrophic forgetting.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| 3D Object Classification | ModelNet40 | Accuracy0.6215 | 62 | |
| Audio-Visual Question Answering | MUSIC-AVQA | Accuracy53.54 | 21 | |
| Audio-Video Question Answering | MUSIC-AVQA | AV Temporal Acc53.54 | 19 | |
| Multimodal Capability Understanding | MCUB | AVI-T56.48 | 10 | |
| Multimodal Evaluation | ModelNet40, MUSIC-AVQA, and MCUB | Average Score56.82 | 10 | |
| Multimodal Classification | ModelNet-40 | P-T62.15 | 10 | |
| Image tasks | Image Tasks (VQAv2, GQA, TextVQA, VizWiz, ScienceQA, POPE, OK-VQA) zero-shot | Accuracy (%)62.4 | 9 | |
| Audio tasks | Audio Tasks (TUT, VocalSound, Clotho) zero-shot | Score25.2 | 9 | |
| Multimodal performance retention | Trimmed Average Combined multimodal tasks zero-shot | Score24.17 | 9 | |
| Point Cloud tasks | Point Tasks (ModelNet40, Objaverse) zero-shot | Score23.14 | 9 |