TLDR: A new research paper introduces ‘Core Space,’ a framework for merging low-rank adapted AI models (like LoRA) efficiently and accurately. It projects task-specific model updates into a compact, shared subspace, preserving efficiency while significantly improving performance across vision and language tasks. The method is proven to be lossless, offers substantial speed-ups (up to 600x), and achieves state-of-the-art results by enhancing model alignment and reducing computational costs.
In the rapidly evolving landscape of artificial intelligence, large neural networks have become incredibly powerful, but their immense size often comes with significant computational and economic costs for training and fine-tuning. To address this, techniques like Low-Rank Adaptation (LoRA) emerged, making it much more efficient to adapt these models for specific tasks by updating only a small fraction of their parameters.
However, a new challenge arose: how to effectively combine, or ‘merge,’ multiple LoRA-adapted models, each specialized for a different task, into a single, versatile model without losing the efficiency benefits of LoRA. Existing merging methods often fall short, either by requiring the reconstruction of full-sized weight matrices, which is computationally expensive, or by yielding suboptimal results when applied directly to the low-rank components.
A recent research paper titled “Accurate and Efficient Low-Rank Model Merging in Core Space” introduces a groundbreaking solution to this problem. Authored by Aniello Panariello, Daniel Marczak, Simone Magistri, Angelo Porrello, BartÅ‚omiej Twardowski, Andrew D. Bagdanov, Simone Calderara, and Joost van de Weijer, this paper proposes the ‘Core Space’ merging framework.
The Core Space Approach
The Core Space framework allows for the merging of LoRA-adapted models within a common alignment basis. This innovative approach is designed to preserve the efficiency that low-rank adaptation offers while significantly boosting accuracy across various tasks. The core idea revolves around identifying a compact ‘Core Matrix’ for each task, which summarizes the essential directional transformation applied by the LoRA update. These core matrices are then aligned into a shared ‘Reference Basis’ that spans the combined subspace of all tasks.
Crucially, the dimensionality of this Core Space depends only on the number of tasks and the LoRA rank, remaining manageable regardless of the base model’s overall size. This is a key factor in its efficiency.
Key Advantages and Proofs
One of the most significant contributions of the Core Space framework is the formal proof that projecting models into Core Space and back ensures no loss of information. This means the transformation is reversible and accurate. Furthermore, the researchers provide a detailed complexity analysis demonstrating substantial efficiency gains compared to previous methods. For instance, it can offer up to a 600x speed-up in merging operations for large language models.
The framework is also highly versatile, as it can be easily integrated with existing model merging strategies, enhancing their performance without incurring prohibitive computational overheads.
Empirical Validation and State-of-the-Art Results
Extensive experiments were conducted across both vision and language domains to validate the effectiveness of Core Space. For vision tasks, models like ViT-B/32 and ViT-L/14 were used, while for language tasks, the Llama 3 8B backbone was employed. The results consistently showed that Core Space significantly improves existing merging techniques, achieving state-of-the-art performance while utilizing only a fraction of the computational resources.
The analysis further revealed that Core Space is an ‘information-dense’ representation, meaning every component is crucial for performance, unlike full-space representations that often contain redundant information. It also demonstrated that Core Space improves ‘subspace alignment’ between task-specific models, which is a strong indicator of better post-merge performance and reduced interference between tasks.
The framework’s robustness was also tested with heterogeneous LoRA ranks (where different tasks have different LoRA ranks) and even extended to other parameter-efficient fine-tuning methods like VeRA, consistently outperforming other baselines.
Also Read:
- Unlocking the Internal Mechanics of Language Model Fine-Tuning
- Unlocking Efficiency in Language Models: A New Bias-Selection Method for Fine-Tuning
Future Implications
The Core Space framework represents a significant step forward in making large model adaptation more efficient and accessible, particularly in multi-task learning scenarios. By enabling accurate and efficient merging of LoRA-adapted models, it opens new avenues for collaborative AI development and the creation of more versatile, multi-functional models. For more technical details, you can read the full paper here.


