PEANuT: Parameter-Efficient Adaptation with Weight-aware Neural Tweakers
Yibo Zhong, Haoxiang Jiang, Lincan Li, Ryumei Nakada, Tianci Liu, Linjun Zhang, Huaxiu Yao, Haoyu Wang
TL;DR
PEANuT tackles the inefficiency of full fine-tuning by introducing weight-aware neural tweakers that produce task-adaptive updates conditioned on frozen pre-trained weights. The method replaces LoRA’s linear, weight-agnostic updates with a lightweight nonlinear network f(W^0; θ), yielding updates ΔW that depend explicitly on the original weights and capture richer adaptation patterns. The authors prove under a Left-Singular-Space invariance condition that PEANuT achieves equal or greater expressivity with fewer parameters, and they demonstrate strong empirical gains across four benchmarks in NLP and vision with minimal overhead. Overall, PEANuT provides a practical, scalable PEFT alternative that improves performance while maintaining efficiency, enabling more effective deployment of large foundation models.
Abstract
Fine-tuning large pre-trained foundation models often yields excellent downstream performance but is prohibitively expensive when updating all parameters. Parameter-efficient fine-tuning (PEFT) methods such as LoRA alleviate this by introducing lightweight update modules, yet they commonly rely on weight-agnostic linear approximations, limiting their expressiveness. In this work, we propose PEANuT, a novel PEFT framework that introduces weight-aware neural tweakers, compact neural modules that generate task-adaptive updates conditioned on frozen pre-trained weights. PEANuT provides a flexible yet efficient way to capture complex update patterns without full model tuning. We theoretically show that PEANuT achieves equivalent or greater expressivity than existing linear PEFT methods with comparable or fewer parameters. Extensive experiments across four benchmarks with over twenty datasets demonstrate that PEANuT consistently outperforms strong baselines in both NLP and vision tasks, while maintaining low computational overhead.
