English

GenFT: A Generative Parameter-Efficient Fine-Tuning Method for Pretrained Foundation Models

Machine Learning 2025-06-16 v1

Abstract

Pretrained Foundation Models (PFMs) have transformed numerous applications by enabling efficient adaptation to customized tasks. Parameter-Efficient Fine-Tuning (PEFT) has emerged as a resource-efficient alternative to full fine-tuning, especially leveraging reparameterized weights ΔW\Delta W to adapt models for downstream tasks. However, a critical yet underexplored question remains: can we utilize well-pretrained weights W0W_0 to guide the update of task-specific ΔW\Delta W, avoiding inefficient training it from scratch? To end this, we propose Generative Parameter-Efficient Fine-Tuning (GenFT), a novel method that extracts structured, transferable information from W0W_0 for efficient ΔW\Delta W training. To extract row and column structure information, GenFT applies row and column transformations to distill essential patterns from W0W_0. A tailored policy further decomposes ΔW\Delta W into layer-shared and layer-specific components, balancing information reuse and individualized flexibility. GenFT is simple yet effective, achieving superior performance across CV and NLP tasks. Extensive experiments on VTAB-1K, FGVC, and GLUE benchmarks demonstrate that GenFT outperforms state-of-the-art PEFT methods, offering a new perspective for efficient model adaptation.

Keywords

Cite

@article{arxiv.2506.11042,
  title  = {GenFT: A Generative Parameter-Efficient Fine-Tuning Method for Pretrained Foundation Models},
  author = {Baoquan Zhang and Guangning Xu and Michael. K. Ng},
  journal= {arXiv preprint arXiv:2506.11042},
  year   = {2025}
}
R2 v1 2026-07-01T03:14:13.890Z