MLLGJun 30

CORA: Per-Slice Coherent Orthogonal Rotation for SVD-based Low-Rank Adaptation

arXiv:2607.0257612.7
Predicted impact top 6% in ML · last 90 daysOriginality Incremental advance
AI Analysis

This work provides a more parameter-efficient fine-tuning method for large language models, outperforming existing PEFT approaches while using significantly fewer parameters.

CORA introduces a per-slice coherent orthogonal rotation method for SVD-based low-rank adaptation, achieving superior performance on commonsense reasoning and code generation with approximately 8× fewer parameters than LoRA.

Parameter-Efficient Fine-Tuning (PEFT) commonly adapts pretrained weights through low-rank updates, and recent methods further exploit the singular value decomposition (SVD) of the base weight for initialization or subspace selection. However, these methods do not explicitly preserve the coupled geometry between the pretrained left and right singular bases. Motivated by recent minimum-perturbation theory, which shows that stable finetuning follows a coherent SVD rotation in which a single orthogonal $Q$ acts on both the left singular basis $U_0$ and the right singular basis $V_0$, we prove a per-slice analogue: each row slice of $W_0$ can be adapted by a shared orthogonal rotation $Q_i$ on its left basis $U_i$ and right basis $V_i$ together with a diagonal spectrum shift. We implement this form as CORA (Coherent Orthogonal Rotation Adaptation), which applies per-slice orthogonal rotations and a per-layer diagonal scale to the rank-$r$ SVD truncation of $W_0$. CORA uses $\tfrac{1}{2}m(r{-}1)$ trainable parameters per linear layer, about $4{\times}$ fewer than LoRA at the same rank. CORA outperforms LoRA, DoRA, PiSSA, and MiLoRA on commonsense reasoning and code generation while using about $8{\times}$ fewer parameters.

Foundations

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

Your Notes