LGAICLMay 4, 2024

Random Masking Finds Winning Tickets for Parameter Efficient Fine-tuning

arXiv:2405.02596v116 citationsh-index: 4ICML
Originality Incremental advance
AI Analysis

This work addresses the high computational cost of fine-tuning for users of large language models, though it is incremental as it builds on existing parameter-efficient fine-tuning approaches.

The paper tackles the problem of reducing the cost of fine-tuning large language models by proposing Random Masking, a simpler parameter-efficient fine-tuning method that matches the performance of standard algorithms like LoRA on various tasks while using fewer trainable parameters.

Fine-tuning large language models (LLM) can be costly. Parameter-efficient fine-tuning (PEFT) addresses the problems by training a fraction of the parameters, whose success reveals the expressiveness and flexibility of pretrained models. This paper studies the limit of PEFT, by further simplifying its design and reducing the number of trainable parameters beyond standard setups. To this end, we use Random Masking to fine-tune the pretrained model. Despite its simplicity, we show that Random Masking is surprisingly effective: with a larger-than-expected learning rate, Random Masking can match the performance of standard PEFT algorithms such as LoRA on various tasks, using fewer trainable parameters. We provide both empirical and theoretical explorations into the success of Random Masking. We show that masking induces a flatter loss landscape and more distant solutions, which allows for and necessitates large learning rates.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes