paper-with-me

Papers

LoRA Meets Dropout under a Unified Framework

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

With the remarkable capabilities, large language models (LLMs) have emerged as essential elements in numerous NLP applications, while parameter-efficient finetuning, especially LoRA, has gained popularity as a lightweight approach for model customization. Meanwhile, various dropout methods, initially designed for full finetuning with all the parameters updated, alleviates overfitting associated with excessive parameter redundancy. Hence, a possible contradiction arises from negligible trainable parameters of LoRA and the effectiveness of previous dropout methods, which has been largely overlooked. To fill this gap, we first confirm that parameter-efficient LoRA is also overfitting-prone. We then revisit transformer-specific dropout methods, and establish their equivalence and distinctions mathematically and empirically. Building upon this comparative analysis, we introduce a unified framework for a comprehensive investigation, which instantiates these methods based on dropping position, structural pattern and compensation measure. Through this framework, we reveal the new preferences and performance comparisons of them when involved with limited trainable parameters. This framework also allows us to amalgamate the most favorable aspects into a novel dropout method named HiddenKey. Extensive experiments verify the remarkable superiority and sufficiency of HiddenKey across multiple models and tasks, which highlights it as the preferred approach for high-performance and parameter-efficient finetuning of LLMs.

📄 PDF Abstract BibTeX arXiv:2403.00812

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

LoRA Dropout as a Sparsity Regularizer for Overfitting Control

2024-04-15 · Yang Lin, Xinyu Ma, Xu Chu, Yujie Jin 외

Parameter-efficient fine-tuning methods, represented by LoRA, play an essential role in adapting large-scale pre-trained models to downstream tasks. However, fine-tuning LoRA-series models also faces the risk of overfitt…

parameter-efficient fine-tuning

GNNavigator: Towards Adaptive Training of Graph Neural Networks via Automatic Guideline Exploration

2024-04-15 · Tong Qiao, Jianlei Yang, Yingjie Qi, Ao Zhou 외

Graph Neural Networks (GNNs) succeed significantly in many applications recently. However, balancing GNNs training runtime cost, memory consumption, and attainable accuracy for various applications is non-trivial. Previo…

BADDr: Bayes-Adaptive Deep Dropout RL for POMDPs

2022-02-17 · Sammie Katt, Hai Nguyen, Frans A. Oliehoek, Christopher Amato

While reinforcement learning (RL) has made great advances in scalability, exploration and partial observability are still active research topics. In contrast, Bayesian RL (BRL) provides a principled answer to both state …

Reinforcement Learning (RL)State Estimation

FedLoDrop: Federated LoRA with Dropout for Generalized LLM Fine-tuning

2025-10-14 · Sijing Xie, Dingzhu Wen, Changsheng You, Qimei Chen 외 arxiv

Fine-tuning (FT) large language models (LLMs) is crucial for adapting general-purpose models to specific tasks, enhancing accuracy and relevance with minimal resources. To further enhance generalization ability while red…

ALLoRA: Adaptive Learning Rate Mitigates LoRA Fatal Flaws

2024-10-13 · Hai Huang, Randall Balestriero

Low-Rank Adaptation (LoRA) is the bread and butter of Large Language Model (LLM) finetuning. LoRA learns an additive low-rank perturbation, $AB$, of a pretrained matrix parameter $W$ to align the model to a new task or d…

Large Language Model