Dual Decomposition of Weights and Singular Value Low Rank Adaptation
Jialong Han, Si Zhang, Ke Zhang
TL;DR
DuDe presents a principled PEFT method that couples dual weight decomposition with SVD-based initialization to address training instability and inefficient knowledge transfer in LoRA-like adaptations. By splitting weights into frozen and trainable components and initializing the update with top-SVD factors, DuDe achieves stable gradients and better knowledge preservation, yielding superior performance across commonsense reasoning and domain-knowledge benchmarks, as well as improved robustness to seeds and rank settings. Theoretical gradient analyses and extensive experiments substantiate the approach, showing strong results such as up to 48.35% average MMLU accuracy and 62.53% ±1.59 GSM8K accuracy, highlighting practical impact for efficient and reliable LLM adaptation. Limitations include added initialization overhead and higher memory usage, with future work aiming to extend to more architectures and multi-task scenarios while deepening the theoretical understanding of initialization strategies.
Abstract
Parameter-Efficient Fine-Tuning (PEFT) has emerged as a critical paradigm for adapting Large Language Models (LLMs) to downstream tasks, among which Low-rank Adaptation (LoRA) represents one of the most widely adopted methodologies. However, existing LoRA-based approaches exhibit two fundamental limitations: unstable training dynamics and inefficient knowledge transfer from pre-trained models, both stemming from random initialization of adapter parameters. To overcome these challenges, we propose DuDe, a novel approach that decomposes weight matrices into magnitude and direction components, employing Singular Value Decomposition (SVD) for principled initialization. Our comprehensive evaluation demonstrates DuDe's superior performance and robustness, achieving up to 48.35\% accuracy on MMLU and 62.53\% ($\pm$ 1.59) accuracy on GSM8K. Our theoretical analysis and empirical validation collectively demonstrate that DuDe's decomposition strategy enhances optimization stability and better preserves pre-trained representations, particularly for domain-specific tasks requiring specialized knowledge. The combination of robust empirical performance and rigorous theoretical foundations establishes DuDe as a significant contribution to PEFT methodologies for LLMs.
