Gradient-based Parameter Selection for Efficient Fine-Tuning
Zhi Zhang, Qizhe Zhang, Zijun Gao, Renrui Zhang, Ekaterina Shutova,, Shiji Zhou, Shanghang Zhang

TL;DR
This paper introduces Gradient-based Parameter Selection (GPS), a parameter-efficient fine-tuning method that tunes only a few parameters without extra computational costs, achieving comparable or better performance than full fine-tuning across various tasks.
Contribution
GPS is a novel, model-agnostic fine-tuning approach that selects a small subset of parameters to tune, eliminating additional costs and outperforming existing methods.
Findings
GPS improves accuracy by up to 9.61% on image classification tasks.
GPS achieves 17% improvement in mDice and 16.8% in mIoU on medical image segmentation.
GPS outperforms existing PEFT methods in various benchmarks.
Abstract
With the growing size of pre-trained models, full fine-tuning and storing all the parameters for various downstream tasks is costly and infeasible. In this paper, we propose a new parameter-efficient fine-tuning method, Gradient-based Parameter Selection (GPS), demonstrating that only tuning a few selected parameters from the pre-trained model while keeping the remainder of the model frozen can generate similar or better performance compared with the full model fine-tuning method. Different from the existing popular and state-of-the-art parameter-efficient fine-tuning approaches, our method does not introduce any additional parameters and computational costs during both the training and inference stages. Another advantage is the model-agnostic and non-destructive property, which eliminates the need for any other design specific to a particular model. Compared with the full fine-tuning,…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Sparse and Compressive Sensing Techniques · Underwater Vehicles and Communication Systems
MethodsGreedy Policy Search
