CVAISep 22, 2025

Accurate and Efficient Low-Rank Model Merging in Core Space

arXiv:2509.17786v319 citationsh-index: 36Has Code
Originality Highly original
AI Analysis

This addresses the challenge of efficiently merging fine-tuned models for practitioners using parameter-efficient adaptation techniques, with incremental improvements over existing methods.

The paper tackles the problem of merging low-rank adaptations of large neural networks efficiently, proposing the Core Space framework that improves accuracy across vision and language tasks while using fewer computational resources, achieving state-of-the-art results.

In this paper, we address the challenges associated with merging low-rank adaptations of large neural networks. With the rise of parameter-efficient adaptation techniques, such as Low-Rank Adaptation (LoRA), model fine-tuning has become more accessible. While fine-tuning models with LoRA is highly efficient, existing merging methods often sacrifice this efficiency by merging fully-sized weight matrices. We propose the Core Space merging framework, which enables the merging of LoRA-adapted models within a common alignment basis, thereby preserving the efficiency of low-rank adaptation while substantially improving accuracy across tasks. We further provide a formal proof that projection into Core Space ensures no loss of information and provide a complexity analysis showing the efficiency gains. Extensive empirical results demonstrate that Core Space significantly improves existing merging techniques and achieves state-of-the-art results on both vision and language tasks while utilizing a fraction of the computational resources. Codebase is available at https://github.com/apanariello4/core-space-merging.

Foundations

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

Your Notes