Make LoRA Great Again: Boosting LoRA with Adaptive Singular Values and Mixture-of-Experts Optimization Alignment
Chenghao Fan, Zhenyi Lu, Sichen Liu, Chengfeng Gu, Xiaoye Qu, Wei Wei, Yu Cheng
TL;DR
GOAT introduces an adaptive SVD-structured Mixture-of-Experts framework to boost LoRA fine-tuning of large models. By initializing each MoE expert with distinct singular-value segments and applying a derived scaling to align LoRA gradients with full fine-tuning, GOAT closes the performance gap without changing core architectures. Theoretical results on initialization and gradient alignment underpin the method, while extensive experiments across 25 detectors spanning CV/NLP domains demonstrate state-of-the-art performance and favorable efficiency. GOAT's adaptive priors, gradient scaling, and MoE routing yield faster convergence and robust gains, making parameter-efficient fine-tuning more competitive with full-tune baselines in practice.
Abstract
While Low-Rank Adaptation (LoRA) enables parameter-efficient fine-tuning for Large Language Models (LLMs), its performance often falls short of Full Fine-Tuning (Full FT). Current methods optimize LoRA by initializing with static singular value decomposition (SVD) subsets, leading to suboptimal leveraging of pre-trained knowledge. Another path for improving LoRA is incorporating a Mixture-of-Experts (MoE) architecture. However, weight misalignment and complex gradient dynamics make it challenging to adopt SVD prior to the LoRA MoE architecture. To mitigate these issues, we propose \underline{G}reat L\underline{o}R\underline{A} Mixture-of-Exper\underline{t} (GOAT), a framework that (1) adaptively integrates relevant priors using an SVD-structured MoE, and (2) aligns optimization with full fine-tuned MoE by deriving a theoretical scaling factor. We demonstrate that proper scaling, without modifying the architecture or training algorithms, boosts LoRA MoE's efficiency and performance. Experiments across 25 datasets, including natural language understanding, commonsense reasoning, image classification, and natural language generation, demonstrate GOAT's state-of-the-art performance, closing the gap with Full FT.
