English

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

Machine Learning 2026-06-30 v1 Machine Learning

Abstract

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 QQ acts on both the left singular basis U0U_0 and the right singular basis V0V_0, we prove a per-slice analogue: each row slice of W0W_0 can be adapted by a shared orthogonal rotation QiQ_i on its left basis UiU_i and right basis ViV_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-rr SVD truncation of W0W_0. CORA uses 12m(r1)\tfrac{1}{2}m(r{-}1) trainable parameters per linear layer, about 4×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×8{\times} fewer parameters.

Keywords

Cite

@article{arxiv.2607.02576,
  title  = {CORA: Per-Slice Coherent Orthogonal Rotation for SVD-based Low-Rank Adaptation},
  author = {Pengcheng Wang and Ziran Liu and Wei Wang and Wei Jiang},
  journal= {arXiv preprint arXiv:2607.02576},
  year   = {2026}
}

Comments

13 pages, 1 figure