中文
相关论文

相关论文: ConsNoTrainLoRA: Data-driven Weight Initialization…

200 篇论文

The rapid development of parameter-efficient fine-tuning methods has noticeably improved the efficiency of adapting large language models. Among these, LoRA has gained widespread popularity due to its strong balance of effectiveness and…

机器学习 · 计算机科学 2026-01-15 Yongfu Xue

Low-rank adaptation (LoRA) reduces the computational and memory demands of fine-tuning large language models (LLMs) by approximating updates with low-rank matrices. However, low-rank approximation in two-dimensional space fails to capture…

计算与语言 · 计算机科学 2024-12-31 Xiaolin Hu , Xiang Cheng , Peiyu Liu , Wei Liu , Jian Luan , Bin Wang , Yong Liu

Among the widely used parameter-efficient fine-tuning (PEFT) methods, LoRA and its variants have gained considerable popularity because of avoiding additional inference costs. However, there still often exists an accuracy gap between these…

Large-scale pretraining followed by task-specific finetuning has achieved great success in various NLP tasks. Since finetuning all parameters of large pretrained models poses substantial computational and memory challenges, several…

计算与语言 · 计算机科学 2024-03-19 Ruiyi Zhang , Rushi Qiang , Sai Ashish Somayajula , Pengtao Xie

Large pre-trained models are commonly adapted to downstream tasks using parameter-efficient fine-tuning methods such as Low-Rank Adaptation (LoRA), which injects small trainable low-rank matrices instead of updating all weights. While LoRA…

机器学习 · 计算机科学 2026-03-10 Nurbek Tastan , Stefanos Laskaridis , Martin Takac , Karthik Nandakumar , Samuel Horvath

Low-rank adaption (LoRA) is a prominent method that adds a small number of learnable parameters to the frozen pre-trained weights for parameter-efficient fine-tuning. Prompted by the question, ``Can we make its representation enough with…

计算机视觉与模式识别 · 计算机科学 2024-06-14 Injoon Hwang , Haewon Park , Youngwan Lee , Jooyoung Yang , SunJae Maeng

Large pre-trained models achieve remarkable success across diverse domains, yet fully fine-tuning incurs prohibitive computational and memory costs. Parameter-efficient fine-tuning (PEFT) has thus become a mainstream paradigm. Among them,…

机器学习 · 计算机科学 2026-02-02 Muqing Liu , Chongjie Si , Yuheng Jia

Low-Rank Adaptation (LoRA) has become a widely adopted parameter-efficient fine-tuning method for large language models, with its effectiveness largely influenced by the allocation of ranks and scaling factors, as well as initialization.…

计算与语言 · 计算机科学 2026-04-21 Weicheng Lin , Yi Zhang , Jiawei Dang , Liang-Jie Zhang

In this paper, we introduce Symmetric Low-Rank Adapters, an optimized variant of LoRA with even fewer weights. This method utilizes Low-Rank Symmetric Weight Matrices to learn downstream tasks more efficiently. Traditional LoRA accumulates…

机器学习 · 计算机科学 2025-04-17 Tales Panoutsos , Rodrygo L. T. Santos , Flavio Figueiredo

Low-rank adaptation (LoRA) is a widely used parameter-efficient fine-tuning method. In standard LoRA layers, one of the matrices, $A$ or $B$, is initialized to zero, ensuring that fine-tuning starts from the pretrained model. However, there…

机器学习 · 计算机科学 2025-08-19 Shiwei Li , Xiandi Luo , Xing Tang , Haozhao Wang , Hao Chen , Weihong Luo , Yuhua Li , Xiuqiang He , Ruixuan Li

Parameter-efficient fine-tuning methods, such as LoRA, reduces the number of trainable parameters. However, they often suffer from scalability issues and differences between their learning pattern and full fine-tuning. To overcome these…

机器学习 · 计算机科学 2025-01-22 Hamid Nasiri , Peter Garraghan

Fine-tuning large-scale pretrained models is prohibitively expensive in terms of computational and memory costs. LoRA, as one of the most popular Parameter-Efficient Fine-Tuning (PEFT) methods, offers a cost-effective alternative by…

机器学习 · 计算机科学 2024-07-17 Shaowen Wang , Linxi Yu , Jian Li

LoRA has become a universal Parameter-Efficient Fine-Tuning (PEFT) technique that equips Large Language Models (LLMs) to adapt quickly to new tasks. However, when these models are scaled up, even the latest LoRA variants still introduce…

计算与语言 · 计算机科学 2026-02-25 Xindian Ma , Rundong Kong , Peng Zhang , Ruoxiang Huang , Yongyu Jiang

Low-Rank Adaptation (LoRA) is the leading parameter-efficient fine-tuning method for Large Language Models (LLMs), but it still suffers from catastrophic forgetting. Recent work has shown that specialized LoRA initialization can alleviate…

计算与语言 · 计算机科学 2026-01-13 Pengwei Tang , Xiaolin Hu , Yong Liu , Lizhong Ding , Dongjie Zhang , Xing Wu , Debing Zhang

The widespread utilization of language models in modern applications is inconceivable without Parameter-Efficient Fine-Tuning techniques, such as low-rank adaptation ($\texttt{LoRA}$), which adds trainable adapters to selected layers.…

机器学习 · 计算机科学 2025-10-17 Andrey Veprikov , Vladimir Solodkin , Alexander Zyl , Andrey Savchenko , Aleksandr Beznosikov

With the increasing number of parameters in large pre-trained models, LoRA as a parameter-efficient fine-tuning(PEFT) method is widely used for not adding inference overhead. The LoRA method assumes that weight changes during fine-tuning…

机器学习 · 计算机科学 2024-08-07 Jihao Gu , Shuai Chen , Zelin Wang , Yibo Zhang , Ping Gong

Parameter-efficient fine-tuning (PEFT) methods have become the standard paradigm for adapting large-scale models. Among these techniques, Weight-Decomposed Low-Rank Adaptation (DoRA) has been shown to improve both the learning capacity and…

机器学习 · 计算机科学 2026-02-09 Nghiem T. Diep , Hien Dang , Tuan Truong , Tan Dinh , Huy Nguyen , Nhat Ho

Low-Rank Adaptation (LoRA) lowers the computational and memory overhead of fine-tuning large models by updating a low-dimensional subspace of the pre-trained weight matrix. Albeit efficient, LoRA exhibits suboptimal convergence and…

机器学习 · 计算机科学 2026-02-25 Yilang Zhang , Bingcong Li , Georgios B. Giannakis

In this paper we generalize and extend an idea of low-rank adaptation (LoRA) of large language models (LLMs) based on Transformer architecture. Widely used LoRA-like methods of fine-tuning LLMs are based on matrix factorization of gradient…

计算与语言 · 计算机科学 2024-02-06 Daniel Bershatsky , Daria Cherniuk , Talgat Daulbaev , Aleksandr Mikhalev , Ivan Oseledets

Parameter-efficient fine-tuning (PEFT) is essential for adapting large language models (LLMs), with low-rank adaptation (LoRA) being the most popular approach. However, LoRA suffers from slow convergence, and some recent LoRA variants, such…

计算与语言 · 计算机科学 2025-02-21 Chenlu Guo , Yuan Wu , Yi Chang
‹ 上一页 1 2 3 10 下一页 ›