English

Orthogonal Finetuning Made Scalable

Machine Learning 2025-10-16 v2 Artificial Intelligence Computation and Language Computer Vision and Pattern Recognition

Abstract

Orthogonal finetuning (OFT) offers highly parameter-efficient adaptation while preventing catastrophic forgetting, but its high runtime and memory demands limit practical deployment. We identify the core computational bottleneck in OFT as its weight-centric implementation, which relies on costly matrix-matrix multiplications with cubic complexity. To overcome this, we propose OFTv2, an input-centric reformulation that instead uses matrix-vector multiplications (i.e., matrix-free computation), reducing the computational cost to quadratic. We further introduce the Cayley-Neumann parameterization, an efficient orthogonal parameterization that approximates the matrix inversion in the Cayley transform via a truncated Neumann series. These modifications allow OFTv2 to achieve up to 10x faster training and 3x lower GPU memory usage without compromising performance. In addition, we extend OFTv2 to support finetuning quantized foundation models and show that it outperforms the popular QLoRA in training stability, efficiency, and memory usage.

Keywords

Cite

@article{arxiv.2506.19847,
  title  = {Orthogonal Finetuning Made Scalable},
  author = {Zeju Qiu and Weiyang Liu and Adrian Weller and Bernhard Schölkopf},
  journal= {arXiv preprint arXiv:2506.19847},
  year   = {2025}
}

Comments

EMNLP 2025 Main (18 pages, 7 figures, project page: https://spherelab.ai/oftv2/)

R2 v1 2026-07-01T03:32:01.516Z