GD-FPS: Growth-Driven Feedforward Parameter Selection for Efficient Fine-Tuning
Kenneth Yang, Wen-Li Wei, and Jen-Chun Lin

TL;DR
GD-FPS is a gradient-free, efficient parameter selection method for fine-tuning large models, reducing memory and computation while improving robustness and performance across visual tasks.
Contribution
It introduces a novel forward-pass only approach for parameter selection that outperforms gradient-based methods in efficiency and determinism.
Findings
GD-FPS achieves competitive or better performance on 26 visual tasks.
It reduces peak memory usage by nearly 18 times compared to GPS.
It accelerates parameter selection by over 2.7 times.
Abstract
Parameter-Efficient Fine-Tuning (PEFT) has emerged as a key strategy for adapting large-scale pre-trained models to downstream tasks, but existing approaches face notable limitations. Addition-based methods, such as Adapters, introduce inference latency and engineering complexity, whereas selection-based methods like Gradient-based Parameter Selection (GPS) require a full backward pass. The reliance on gradients not only incurs massive memory usage and substantial computational latency, but also leaves the selection vulnerable to the randomness of stochastic batch sampling. To resolve this, we propose Growth-Driven Feedforward Parameter Selection (GD-FPS). Operating entirely via forward passes, this strictly gradient-free method identifies the optimal parameter subset by scaling intrinsic weight magnitudes by their relative activation growth against a pre-training anchor. Evaluated on…
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.
