paper-with-me

Papers

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

2026-06-30 · Pengcheng Wang, Ziran Liu, Wei Wang, Wei Jiang arxiv

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.

📄 PDF Abstract BibTeX arXiv:2607.02576

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuningCode Generation

Similar Papers 제목 키워드 기반

CORAM: Coherent Orthogonal Rotation for Model Merging

2026-08-18 · Xinyi Sui, Ziran Liu, Nam Ling, Wei Wang 외 arxiv

Merging finetuned models combines specialized capabilities without joint training or access to the original data. Most methods operate by linear arithmetic in Euclidean weight space, which cannot carry the geometry of th…

Coordinative Learning with Ordinal and Relational Priors for Volumetric Medical Image Segmentation

2025-11-14 · Haoyi Wang arxiv

Volumetric medical image segmentation presents unique challenges due to the inherent anatomical structure and limited availability of annotations. While recent methods have shown promise by contrasting spatial relationsh…

Volumetric Medical Image Segmentation

CoralLite: μCT Reconstruction of Coral Colonies from Individual Corallites

2026-05-14 · Jess Jones, Leonardo Bertini, Kenneth Johnson, Erica Hendy 외 arxiv

The life history of an individual coral is archived within the accreting skeleton of the colony. While reef-forming coral colonies (e.g. massive $\textit{Porites}$ sp.) may live for hundreds of years and deposit calcareo…

LoCO: Low-rank Compositional Rotation Fine-tuning

2026-05-15 · An Nguyen, Jaesik Choi, Anh Tong arxiv

Parameter-efficient fine-tuning (PEFT) has emerged as an critical technique for adapting large-scale foundation models across natural language processing and computer vision. While existing methods such as low-rank adapt…

parameter-efficient fine-tuning

Guaranteed Non-Orthogonal Tensor Decomposition via Alternating Rank-$1$ Updates

2014-02-21 · Animashree Anandkumar, Rong Ge, Majid Janzamin

In this paper, we provide local and global convergence guarantees for recovering CP (Candecomp/Parafac) tensor decomposition. The main step of the proposed algorithm is a simple alternating rank-$1$ update which is the a…

Tensor Decomposition