CVFeb 24, 2024

Multimodal Instruction Tuning with Conditional Mixture of LoRA

arXiv:2402.15896v242 citationsh-index: 13ACL
Originality Incremental advance
AI Analysis

This addresses a bottleneck for researchers and practitioners using parameter-efficient fine-tuning in multimodal large language models, though it is an incremental improvement over existing LoRA methods.

The paper tackled the problem of task interference in multimodal instruction tuning with LoRA, introducing Conditional Mixture-of-LoRA to dynamically adapt parameters per input, resulting in improved performance over conventional LoRA on various multimodal datasets.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes