LGAICLMay 17, 2025

LoRASuite: Efficient LoRA Adaptation Across Large Language Model Upgrades

arXiv:2505.13515v14 citationsh-index: 19
Originality Incremental advance
AI Analysis

This addresses the costly and time-consuming need for retraining LoRA weights from scratch when LLMs are upgraded, which is an incremental improvement for practitioners using LoRA adaptation.

The paper tackles the problem of LoRA weights becoming obsolete when Large Language Models are updated, proposing LoRASuite to efficiently adapt existing LoRA weights to newer model versions. The method achieves performance improvements of +1.4 to +6.6 points on math tasks while reducing memory consumption by 5.5 GB and computational time by 78.23%.

As Large Language Models (LLMs) are frequently updated, LoRA weights trained on earlier versions quickly become obsolete. The conventional practice of retraining LoRA weights from scratch on the latest model is costly, time-consuming, and environmentally detrimental, particularly as the diversity of LLMs and downstream tasks expands. This motivates a critical question: "How can we efficiently leverage existing LoRA weights to adapt to newer model versions?" To address this, we propose LoRASuite, a modular approach tailored specifically to various types of LLM updates. First, we compute a transfer matrix utilizing known parameters from both old and new LLMs. Next, we allocate corresponding layers and attention heads based on centered kernel alignment and cosine similarity metrics, respectively. A subsequent small-scale, skillful fine-tuning step ensures numerical stability. Experimental evaluations demonstrate that LoRASuite consistently surpasses small-scale vanilla LoRA methods. Notably, on backbone LLMs such as MiniCPM and Qwen, LoRASuite even exceeds the performance of full-scale LoRA retraining, with average improvements of +1.4 and +6.6 points on math tasks, respectively. Additionally, LoRASuite significantly reduces memory consumption by 5.5 GB and computational time by 78.23%.

Foundations

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

Your Notes