DiffoRA: Enabling Parameter-Efficient Fine-Tuning via Differential Module Selection
Tangyu Jiang, Haodi Wang, Chun Yuan

TL;DR
DiffoRA introduces a novel parameter-efficient fine-tuning method that adaptively selects modules for fine-tuning in large language models, improving efficiency and performance over existing approaches.
Contribution
The paper proposes DiffoRA, a new PEFT scheme with a Differential Adaptation Matrix that adaptively determines which modules to fine-tune, enhancing flexibility and effectiveness.
Findings
Achieves state-of-the-art results on multiple benchmarks.
Demonstrates improved convergence and generalization.
Reduces unnecessary module tuning for efficiency.
Abstract
The Parameter-Efficient Fine-Tuning (PEFT) methods have been extensively researched for large language models in downstream tasks. Among all the existing approaches, the Low-Rank Adaptation (LoRA) has gained popularity for its streamlined design by incorporating low-rank matrices into existing pre-trained models. Though effective, LoRA, as well as its adaptive optimizations, either allocate the same matrix to all the modules or adjust the interior rank of the components based on importance scoring indicators. In this paper, we argue that not all the modules in LLMs are suitable and necessary to be fine-tuned. Enlightened by this insight, we propose a new PEFT scheme called DiffoRA, which enables adaptive adoption of the low-rank decomposition matrices. At the core of DiffoRA lies a Differential Adaptation Matrix (DAM) to determine which module is the most suitable and essential for…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Data Compression Techniques · Digital Filter Design and Implementation · Image and Signal Denoising Methods
