HiP-LoRA: Budgeted Spectral Plasticity for Robust Low-Rank Adaptation
About
Adapting foundation models under resource budgets relies heavily on Parameter-Efficient Fine-Tuning (PEFT), with LoRA being a standard modular solution. However, LoRA suffers from spectral interference. Low-rank updates often concentrate energy on the leading singular directions of pretrained weights, perturbing general capabilities and causing catastrophic forgetting and fragile multi-adapter merging. To resolve this, we propose HiP-LoRA, a spectrum-aware adaptation framework. Utilizing the cached singular value decomposition (SVD) of pretrained layers, HiP-LoRA decomposes updates into two channels: a principal channel within the dominant singular subspace, and a residual low-rank channel in the orthogonal complement. A singular-value-weighted stability budget on the principal channel continuously balances pretrained behavior preservation with task-specific plasticity. Experiments on Llama-3.1-8B demonstrate that under matched budgets, HiP-LoRA drastically reduces pretraining degradation and multi-adapter MergeFail, robustly outperforming baselines in interference-sensitive tasks like continual tuning and knowledge editing.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Science Question Answering | ScienceQA | Accuracy94.05 | 791 | |
| Multitask Language Understanding | MMLU | Accuracy39.44 | 263 | |
| Knowledge Retention | Llama 8B Pretraining Distribution 3.1 | Retain (pp)4.9 | 4 | |
| Continual Instruction Tuning | MMLU, ScienceQA, GSM8K, and HumanEval | Average Accuracy74.6 | 3 | |
| Knowledge Editing | Knowledge Editing MMLU ScienceQA GSM8K (held-out) | Edit Success89.2 | 3 |