paper-with-me

홈 › Papers

AFLoRA: Adaptive Freezing of Low Rank Adaptation in Parameter Efficient Fine-Tuning of Large Models

2024-03-20 · Zeyu Liu, Souvik Kundu, Anni Li, Junrui Wan, Lianghao Jiang, Peter Anthony Beerel

We present a novel Parameter-Efficient Fine-Tuning (PEFT) method, dubbed as Adaptive Freezing of Low Rank Adaptation (AFLoRA). Specifically, for each pre-trained frozen weight tensor, we add a parallel path of trainable low-rank matrices, namely a down-projection and an up-projection matrix, each of which is followed by a feature transformation vector. Based on a novel freezing score, we the incrementally freeze these projection matrices during fine-tuning to reduce the computation and alleviate over-fitting. Our experimental results demonstrate that we can achieve state-of-the-art performance with an average improvement of up to $0.85\%$ as evaluated on GLUE benchmark while yeilding up to $9.5\times$ fewer average trainable parameters. While compared in terms of runtime, AFLoRA can yield up to $1.86\times$ improvement as opposed to similar PEFT alternatives. Besides the practical utility of our approach, we provide insights on the trainability requirements of LoRA paths at different modules and the freezing schedule for the different projection matrices. Code will be released.

📄 PDF Abstract BibTeX arXiv:2403.13269

Code (0)

등록된 구현이 없습니다.

Tasks

parameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

AFLoRA: Adaptive Federated Fine-Tuning of Large Language Models with Resource-Aware Low-Rank Adaption

2025-05-30 · Yajie Zhou, Xiaoyi Pang, Zhibo Wang

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 comm…

Preventing Rank Collapse in Federated Low-Rank Adaptation with Client Heterogeneity

2026-02-13 · Fei Wu, Jia Hu, Geyong Min, Shiqiang Wang arxiv

Federated low-rank adaptation (FedLoRA) has facilitated communication-efficient and privacy-preserving fine-tuning of foundation models for downstream tasks. In practical federated learning scenarios, client heterogeneit…

Federated Learning

Null-LoRA: Low-Rank Adaptation on Null Space

2025-12-17 · Yi Zhang, Yulei Kang, Haoxuan Chen, Jinxuan Li 외 arxiv

Parameter-efficient fine-tuning methods have gained considerable popularity for adapting large-scale models to downstream tasks, particularly LoRA and its variants. Existing methods perform low-rank adaptation over the f…

parameter-efficient fine-tuningVisual Question AnsweringText Retrieval

HAFLQ: Heterogeneous Adaptive Federated LoRA Fine-tuned LLM with Quantization

2024-11-10 · Yang Su, Na Yan, Yansha Deng, Mischa Dohler 외

Federated fine-tuning of pre-trained Large Language Models (LLMs) enables task-specific adaptation across diverse datasets while preserving privacy. However, challenges such as high computational and memory demands, hete…

Quantizationtext-classificationText Classification

NoRA: Nested Low-Rank Adaptation for Efficient Fine-Tuning Large Models

2024-08-18 · Cheng Lin, Lujun Li, Dezhi Li, Jie Zou 외

In this paper, we introduce Nested Low-Rank Adaptation (NoRA), a novel approach to parameter-efficient fine-tuning that extends the capabilities of Low-Rank Adaptation (LoRA) techniques. Vanilla LoRA overlooks pre-traine…

Model Optimizationparameter-efficient fine-tuning