English

Multimodal Instruction Tuning with Conditional Mixture of LoRA

Computer Vision and Pattern Recognition 2024-12-09 v2

Abstract

Multimodal Large Language Models (MLLMs) have demonstrated remarkable proficiency in diverse tasks across different domains, with an increasing focus on improving their zero-shot generalization capabilities for unseen multimodal tasks. Multimodal instruction tuning has emerged as a successful strategy for achieving zero-shot generalization by fine-tuning pre-trained models on diverse multimodal tasks through instructions. As MLLMs grow in complexity and size, the need for parameter-efficient fine-tuning methods like Low-Rank Adaption (LoRA), which fine-tunes with a minimal set of parameters, becomes essential. However, applying LoRA in multimodal instruction tuning presents the challenge of task interference, which leads to performance degradation, especially when dealing with a broad array of multimodal tasks. To address this, this paper introduces a novel approach that integrates multimodal instruction tuning with Conditional Mixture-of-LoRA (MixLoRA). It innovates upon LoRA by dynamically constructing low-rank adaptation matrices tailored to the unique demands of each input instance, aiming to mitigate task interference. Experimental results on various multimodal evaluation datasets indicate that MixLoRA not only outperforms the conventional LoRA with the same or even higher ranks, demonstrating its efficacy and adaptability in diverse multimodal tasks.

Keywords

Cite

@article{arxiv.2402.15896,
  title  = {Multimodal Instruction Tuning with Conditional Mixture of LoRA},
  author = {Ying Shen and Zhiyang Xu and Qifan Wang and Yu Cheng and Wenpeng Yin and Lifu Huang},
  journal= {arXiv preprint arXiv:2402.15896},
  year   = {2024}
}

Comments

12 pages, 7 figures, ACL 2024

R2 v1 2026-06-28T14:59:12.452Z