paper-with-me

홈 › Papers

Low-rank Attention Side-Tuning for Parameter-Efficient Fine-Tuning

2024-02-06 · Ningyuan Tang, Minghao Fu, Ke Zhu, Jianxin Wu

In finetuning a large pretrained model to downstream tasks, parameter-efficient fine-tuning (PEFT) methods can effectively finetune pretrained models with few trainable parameters, but suffer from high GPU memory consumption and slow training speed. Because learnable parameters from these methods are entangled with the pretrained model, gradients related to the frozen pretrained model's parameters have to be computed and stored during finetuning. We propose Low-rank Attention Side-Tuning (LAST), which disentangles the trainable module from the pretrained model by freezing not only parameters but also outputs of the pretrained network. LAST trains a side-network composed of only low-rank self-attention modules. By viewing the pretrained model as a frozen feature extractor, the side-network takes intermediate output from the pretrained model and focus on learning task-specific knowledge. We also show that LAST can be highly parallel across multiple optimization objectives, making it very efficient in downstream task adaptation, for example, in finding optimal hyperparameters. LAST outperforms previous state-of-the-art methods on VTAB-1K and other visual adaptation tasks with roughly only 30\% of GPU memory footprint and 60\% of training time compared to existing PEFT methods, but achieves significantly higher accuracy.

📄 PDF Abstract BibTeX arXiv:2402.04009

Code (0)

등록된 구현이 없습니다.

Tasks

GPUparameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

When MOE Meets LLMs: Parameter Efficient Fine-tuning for Multi-task Medical Applications

2023-10-21 · Qidong Liu, Xian Wu, Xiangyu Zhao, Yuanshao Zhu 외

The recent surge in Large Language Models (LLMs) has garnered significant attention across numerous fields. Fine-tuning is often required to fit general LLMs for a specific domain, like the web-based healthcare system. H…

Multi-Task Learningparameter-efficient fine-tuning

AdaFish: Fast low-rank parameter-efficient fine-tuning by using second-order information

2024-03-19 · Jiang Hu, Quanzheng Li

Recent advancements in large-scale pretrained models have significantly improved performance across a variety of tasks in natural language processing and computer vision. However, the extensive number of parameters in th…

parameter-efficient fine-tuning

Artificial Entanglement in the Fine-Tuning of Large Language Models

2026-01-11 · Min Chen, Zihan Wang, Canyu Chen, Zeguan Wu 외 arxiv

Large language models (LLMs) can be adapted to new tasks using parameter-efficient fine-tuning (PEFT) methods that modify only a small number of trainable parameters, often through low-rank updates. In this work, we adop…

parameter-efficient fine-tuning

Parameter-Efficient Fine-Tuning with Learnable Rank

2026-06-03 · Arpit Garg, Simon Lucey, Hemanth Saratchandran arxiv

Low-Rank Adaptation (LoRA) is a popular parameter-efficient fine-tuning (PEFT) method that restricts weight updates to low-rank adapters, introducing a fixed low-rank inductive bias by optimizing in a low-dimensional sub…

parameter-efficient fine-tuning

Hypernetwork-Driven Low-Rank Adaptation Across Attention Heads

2025-10-05 · Nghiem T. Diep, Dung Le, Tuan Truong, Tan Dinh 외 arxiv

Parameter-efficient fine-tuning (PEFT) has emerged as a powerful paradigm for adapting large-scale pre-trained models to downstream tasks with minimal additional parameters. Among PEFT methods, Low-Rank Adaptation (LoRA)…

parameter-efficient fine-tuning