中文
相关论文

相关论文: FlyLoRA: Boosting Task Decoupling and Parameter Ef…

200 篇论文

Low-Rank Adaptation (LoRA) drives research to align its performance with full fine-tuning. However, significant challenges remain: (1) Simply increasing the rank size of LoRA does not effectively capture high-rank information, which leads…

机器学习 · 计算机科学 2024-10-21 Chuanyu Tang , Yilong Chen , Zhenyu Zhang , Junyuan Shang , Wenyuan Zhang , Yong Huang , Tingwen Liu

Previous multi-task dense prediction methods based on the Mixture of Experts (MoE) have received great performance but they neglect the importance of explicitly modeling the global relations among all tasks. In this paper, we present a…

计算机视觉与模式识别 · 计算机科学 2024-05-28 Yuqi Yang , Peng-Tao Jiang , Qibin Hou , Hao Zhang , Jinwei Chen , Bo Li

Mixture-of-Experts (MoE) has become a prominent paradigm for scaling Large Language Models (LLMs). Parameter-efficient fine-tuning methods, such as LoRA, are widely adopted to adapt pretrained MoE LLMs to downstream tasks. However, existing…

人工智能 · 计算机科学 2026-04-03 Guanzhi Deng , Bo Li , Ronghao Chen , Xiujin Liu , Zhuo Han , Huacan Wang , Lijie Wen , Linqi Song

Low-Rank Adaptation (LoRA) is an efficient fine-tuning method that has been extensively applied in areas such as natural language processing and computer vision. Existing LoRA fine-tuning approaches excel in static environments but struggle…

机器学习 · 计算机科学 2025-02-26 Xin Zhang , Liang Bai , Xian Yang , Jiye Liang

There has been a significant increase in the deployment of neural network models, presenting substantial challenges in model adaptation and fine-tuning. Efficient adaptation is crucial in maintaining model performance across diverse tasks…

机器学习 · 计算机科学 2025-04-02 Maolin Wang , Xiangyu Zhao

Parameter-efficient fine-tuning methods like Low-Rank Adaptation (LoRA) have become essential for deploying large language models, yet their static parameter allocation remains suboptimal for inputs of varying complexity. We present…

机器学习 · 计算机科学 2026-05-05 Zongqian Li , Yixuan Su , Han Zhou , Zihao Fu , Nigel Collier

Parameter Efficient Tuning has been an prominent approach to adapt the Large Language Model to downstream tasks. Most previous works considers adding the dense trainable parameters, where all parameters are used to adapt certain task. We…

计算与语言 · 计算机科学 2023-11-16 Yun Zhu , Nevan Wichers , Chu-Cheng Lin , Xinyi Wang , Tianlong Chen , Lei Shu , Han Lu , Canoee Liu , Liangchen Luo , Jindong Chen , Lei Meng

Instruction Tuning has the potential to stimulate or enhance specific capabilities of large language models (LLMs). However, achieving the right balance of data is crucial to prevent catastrophic forgetting and interference between tasks.…

计算与语言 · 计算机科学 2024-03-07 Wenfeng Feng , Chuzhan Hao , Yuewei Zhang , Yu Han , Hao Wang

The combination of Mixture-of-Experts (MoE) and Low-Rank Adaptation (LoRA) has shown significant potential for enhancing the multi-task learning capabilities of Large Language Models. However, existing methods face two primary challenges:…

计算与语言 · 计算机科学 2026-04-22 Boyan Shi , Wei Chen , Shuyuan Zhao , Junfeng Shen , Shengnan Guo , Shaojiang Wang , Huaiyu Wan

Low-rank adaptation (LoRA) is one of the most popular task-specific parameter-efficient fine-tuning (PEFT) methods on pre-trained language models for its good performance and computational efficiency. LoRA injects a product of two trainable…

机器学习 · 计算机科学 2024-03-20 Youbang Sun , Zitao Li , Yaliang Li , Bolin Ding

Supervised fine-tuning (SFT) is a milestone in aligning large language models with human instructions and adapting them to downstream tasks. In particular, Low-Rank Adaptation (LoRA) has gained widespread attention due to its parameter…

计算与语言 · 计算机科学 2025-11-05 Jia-Chen Zhang , Yu-Jie Xiong , Xi-He Qiu , Chun-Ming Xia , Fei Dai , Zheng Zhou

With the increasing size of pre-trained language models (PLMs), fine-tuning all the parameters in the model is not efficient, especially when there are a large number of downstream tasks, which incur significant training and storage costs.…

计算与语言 · 计算机科学 2023-08-24 Feiyu Zhang , Liangzhi Li , Junhao Chen , Zhouqiang Jiang , Bowen Wang , Yiming Qian

The pretrain+fine-tune paradigm is foundational for deploying large language models (LLMs) across various downstream applications. Within this framework, Low-Rank Adaptation (LoRA) stands out for its parameter-efficient fine-tuning (PEFT),…

计算与语言 · 计算机科学 2024-10-10 Jingwei Xu , Junyu Lai , Yunpeng Huang

Federated fine-tuning has emerged as a promising approach to adapt foundation models to downstream tasks using decentralized data. However, real-world deployment remains challenging due to the high computational and communication demands of…

机器学习 · 计算机科学 2025-08-21 Yajie Zhou , Xiaoyi Pang , Zhibo Wang

Parameter-efficient tuning (PEFT) techniques like low-rank adaptation (LoRA) offer training efficiency on Large Language Models, but their impact on model performance remains limited. Recent efforts integrate LoRA and Mixture-of-Experts…

计算与语言 · 计算机科学 2024-02-14 Chongyang Gao , Kezhen Chen , Jinmeng Rao , Baochen Sun , Ruibo Liu , Daiyi Peng , Yawen Zhang , Xiaoyuan Guo , Jie Yang , VS Subrahmanian

Multimodal Large Language Models (MLLMs) have demonstrated remarkable proficiency in diverse tasks across different domains, with an increasing focus on improving their zero-shot generalization capabilities for unseen multimodal tasks.…

计算机视觉与模式识别 · 计算机科学 2024-12-09 Ying Shen , Zhiyang Xu , Qifan Wang , Yu Cheng , Wenpeng Yin , Lifu Huang

Low-Rank Adaptation (LoRA) is a popular method for parameter-efficient fine-tuning (PEFT) of generative models, valued for its simplicity and effectiveness. Despite recent enhancements, LoRA still suffers from a fundamental limitation:…

机器学习 · 计算机科学 2026-01-16 Yeonjoon Jung , Daehyun Ahn , Hyungjun Kim , Taesu Kim , Eunhyeok Park

While Parameter-Efficient Fine-Tuning (PEFT) methods like LoRA have effectively addressed GPU memory constraints during fine-tuning, their performance often falls short, especially in multidimensional task scenarios. To address this issue,…

Fine-tuning large-scale pre-trained models is prohibitively expensive in terms of computation and memory costs. Low-Rank Adaptation (LoRA), a popular Parameter-Efficient Fine-Tuning (PEFT) method, offers an efficient solution by optimizing…

机器学习 · 计算机科学 2025-05-27 Tao Li , Zhengbao He , Yujun Li , Yasheng Wang , Lifeng Shang , Xiaolin Huang

Low-rank adaptation (LoRA) is a widely used method for parameter-efficient finetuning. However, existing LoRA variants lack mechanisms to explicitly disambiguate task-relevant information within the learned low-rank subspace, potentially…

机器学习 · 计算机科学 2025-10-23 Shashi Kumar , Yacouba Kaloga , John Mitros , Petr Motlicek , Ina Kodrasi