LGCLMay 29, 2025

MAP: Revisiting Weight Decomposition for Low-Rank Adaptation

arXiv:2505.23094v13 citationsh-index: 8
Originality Incremental advance
AI Analysis

This work addresses the challenge of efficient fine-tuning for large language models, offering a simple enhancement to existing methods, though it is incremental as it builds on prior approaches like LoRA and DoRA.

The paper tackles the problem of computationally expensive fine-tuning for large language models by proposing MAP, a framework that reformulates weight matrices as vectors and decouples adaptation into direction and magnitude, which significantly improves performance when combined with existing parameter-efficient fine-tuning methods.

The rapid development of large language models has revolutionized natural language processing, but their fine-tuning remains computationally expensive, hindering broad deployment. Parameter-efficient fine-tuning (PEFT) methods, such as LoRA, have emerged as solutions. Recent work like DoRA attempts to further decompose weight adaptation into direction and magnitude components. However, existing formulations often define direction heuristically at the column level, lacking a principled geometric foundation. In this paper, we propose MAP, a novel framework that reformulates weight matrices as high-dimensional vectors and decouples their adaptation into direction and magnitude in a rigorous manner. MAP normalizes the pre-trained weights, learns a directional update, and introduces two scalar coefficients to independently scale the magnitude of the base and update vectors. This design enables more interpretable and flexible adaptation, and can be seamlessly integrated into existing PEFT methods. Extensive experiments show that MAP significantly improves performance when coupling with existing methods, offering a simple yet powerful enhancement to existing PEFT methods. Given the universality and simplicity of MAP, we hope it can serve as a default setting for designing future PEFT methods.

Foundations

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

Your Notes