Table of Contents
Fetching ...

MARS: Harmonizing Multimodal Convergence via Adaptive Rank Search

Minkyoung Cho, Insu Jang, Shuowei Jin, Zesen Zhao, Adityan Jothi, Ethem F. Can, Min-Hung Chen, Z. Morley Mao

TL;DR

By re-purposing the LoRA rank as a controller for modality-specific convergence speed, MARS outperforms baseline methods and provides a robust, automated strategy for optimizing MLLM fine-tuning.

Abstract

Fine-tuning Multimodal Large Language Models (MLLMs) with parameter-efficient methods like Low-Rank Adaptation (LoRA) is crucial for task adaptation. However, imbalanced training dynamics across modalities often lead to suboptimal accuracy due to negative interference, a challenge typically addressed with inefficient heuristic methods such as manually tuning separate learning rates. To overcome this, we introduce MARS (Multimodal Adaptive Rank Search), an approach to discover optimal rank pairs that balance training dynamics while maximizing performance. Our key innovation, a proposed framework of dual scaling laws, enables this search: one law models module-specific convergence time to prune the search space to candidates with aligned dynamics, while the other predicts final task performance to select the optimal pair from the pruned set. By re-purposing the LoRA rank as a controller for modality-specific convergence speed, MARS outperforms baseline methods and provides a robust, automated strategy for optimizing MLLM fine-tuning.

MARS: Harmonizing Multimodal Convergence via Adaptive Rank Search

TL;DR

By re-purposing the LoRA rank as a controller for modality-specific convergence speed, MARS outperforms baseline methods and provides a robust, automated strategy for optimizing MLLM fine-tuning.

Abstract

Fine-tuning Multimodal Large Language Models (MLLMs) with parameter-efficient methods like Low-Rank Adaptation (LoRA) is crucial for task adaptation. However, imbalanced training dynamics across modalities often lead to suboptimal accuracy due to negative interference, a challenge typically addressed with inefficient heuristic methods such as manually tuning separate learning rates. To overcome this, we introduce MARS (Multimodal Adaptive Rank Search), an approach to discover optimal rank pairs that balance training dynamics while maximizing performance. Our key innovation, a proposed framework of dual scaling laws, enables this search: one law models module-specific convergence time to prune the search space to candidates with aligned dynamics, while the other predicts final task performance to select the optimal pair from the pruned set. By re-purposing the LoRA rank as a controller for modality-specific convergence speed, MARS outperforms baseline methods and provides a robust, automated strategy for optimizing MLLM fine-tuning.
Paper Structure (59 sections, 10 equations, 11 figures, 8 tables, 1 algorithm)

This paper contains 59 sections, 10 equations, 11 figures, 8 tables, 1 algorithm.

Figures (11)

  • Figure 1: Motivation: Imbalanced training dynamics lead to suboptimal performance. Conceptual cases of module imbalance (left) and their corresponding empirical results (right).
  • Figure 2: The proposed dual scaling laws from LLaVA-OV-0.5B* (VE and LLM have a similar parameter count without task-specific knowledge). This pattern holds consistently across different fixed-rank settings (e.g., $r_{ve}=8$ and $r_{ve}=32$).
  • Figure 3: Evaluation of Generalist Capabilities. Left: Comparison across diverse multimodal benchmarks demonstrating broad generalization. Right: Fine-grained capability breakdown on MMStar. Detailed numbers are in Appendix \ref{['appendix: generality_appendix']}.
  • Figure 4: Time comparison between Naive Search and MARS. Naive Search explores the grid $\{4, 8, 16, 32\} \times \{4, 8, 16, 32\}$ to find the optimal rank pair $(r_{\text{ve}}, r_{\text{llm}})$. MARS accounts for both the search time and the full fine-tuning time of the selected rank pair.
  • Figure 5: Correlation between Perplexity and Task Accuracy.
  • ...and 6 more figures