paper-with-me

Papers

PRoLoRA: Partial Rotation Empowers More Parameter-Efficient LoRA

2024-02-24 · Sheng Wang, Boyang Xue, Jiacheng Ye, Jiyue Jiang, Liheng Chen, Lingpeng Kong, Chuan Wu

With the rapid scaling of large language models (LLMs), serving numerous low-rank adaptations (LoRAs) concurrently has become increasingly impractical, leading to unaffordable costs and necessitating more parameter-efficient finetuning methods. In this work, we introduce Partially Rotation-enhanced Low-Rank Adaptation (PRoLoRA), an intra-layer sharing mechanism comprising four essential components: broadcast reduction, rotation enhancement, partially-sharing refinement, and rectified initialization strategy. As a superset of LoRA, PRoLoRA retains its advantages, and effectively circumvent the drawbacks of peer parameter-sharing methods with superior model capacity, practical feasibility, and broad applicability. Empirical experiments demonstrate the remarkably higher parameter efficiency of PRoLoRA in both specific parameter budget and performance target scenarios, and its scalability to larger LLMs. Notably, with one time less trainable parameters, PRoLoRA still outperforms LoRA on multiple instruction tuning datasets. Subsequently, an ablation study is conducted to validate the necessity of individual components and highlight the superiority of PRoLoRA over three potential variants. Hopefully, the conspicuously higher parameter efficiency can establish PRoLoRA as a resource-friendly alternative to LoRA.

📄 PDF Abstract BibTeX arXiv:2402.16902

Code (1)

Forence1999/PRoLoRA 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Zero-Shot Adaptation of Parameter-Efficient Fine-Tuning in Diffusion Models

2025-05-29 · Farzad Farhadzadeh, Debasmit Das, Shubhankar Borse, Fatih Porikli

We introduce ProLoRA, enabling zero-shot adaptation of parameter-efficient fine-tuning in text-to-image diffusion models. ProLoRA transfers pre-trained low-rank adjustments (e.g., LoRA) from a source to a target model wi…

parameter-efficient fine-tuningTransfer Learning

Exploiting Cyclic Symmetry in Convolutional Neural Networks

2016-02-08 · Sander Dieleman, Jeffrey De Fauw, Koray Kavukcuoglu

Many classes of images exhibit rotational symmetry. Convolutional neural networks are sometimes trained using data augmentation to exploit this, but they are still required to learn the rotation equivariance properties f…

Data AugmentationTranslation

SBDet: A Symmetry-Breaking Object Detector via Relaxed Rotation-Equivariance

2024-08-21 · Zhiqiang Wu, Yingjie Liu, Hanlin Dong, Xuan Tang 외

Introducing Group Equivariant Convolution (GConv) empowers models to explore symmetries hidden in visual data, improving their performance. However, in real-world scenarios, objects or scenes often exhibit perturbations …

2D Object Detectionimage-classificationImage ClassificationObject+2

LeRoPE: Learnable RoPE Frequencies Improve Language Modeling

2026-07-11 · Petros Karypis, Sean O'Brien, Shreyas Kadekodi, Rui Zhu 외 arxiv

Rotary Positional Encodings (RoPE) are currently the most popular positional encodings used in modern language models. RoPE rotates two-dimensional chunks of query and key vectors, operating as a function of their relati…

ComplexFormer: Disruptively Advancing Transformer Inference Ability via Head-Specific Complex Vector Attention

2025-05-15 · Jintian Shao, Hongyi Huang, Jiayi Wu, Beiwen Zhang 외

Transformer models rely on self-attention to capture token dependencies but face challenges in effectively integrating positional information while allowing multi-head attention (MHA) flexibility. Prior methods often mod…

Code GenerationLanguage ModelingLanguage ModellingMathematical Reasoning+1