arXiv:2504.04050cs.CL2025-04被引 2

用费舍尔信息筛选关键参数,让微调更省资源且效果更好

FISH-Tuning: Enhancing PEFT Methods with Fisher Information

  • 基于费舍尔信息筛选新增参数中的关键部分进行微调
  • 相同可训练比例下,性能优于传统PEFT方法
  • 适合追求高效微调的开发者和研究者

大型语言模型参数规模快速增长,催生了参数高效微调(PEFT)方法以降低微调计算成本。现有方法如LoRA、Adapter通过仅微调少量参数实现高效,但其引入的新参数本身也存在优化空间。本文提出FISH-Tuning,将费舍尔信息用于筛选这些新增或重参数化组件中的关键参数,仅对最影响性能的部分进行更新。实验表明,在不同数据集与预训练模型上,使用相同可训练参数比例时,FISH-Tuning始终优于原始PEFT方法,且训练时间与推理延迟无增加。代码已公开。

原文摘要 · Abstract (English)

The rapid growth in the parameter size of Large Language Models (LLMs) has spurred the development of Parameter-Efficient Fine-Tuning (PEFT) methods to mitigate the substantial computational costs of fine-tuning. Among these, Fisher Induced Sparse uncHanging (FISH) Mask is a selection-based PEFT technique that identifies a critical subset of pre-trained parameters using approximate Fisher information. While addition-based and reparameterization-based PEFT methods like LoRA and Adapter already fine-tune only a small number of parameters, the newly introduced parameters within these methods themselves present an opportunity for further optimization. Selectively fine-tuning only the most impactful among these new parameters could further reduce resource consumption while maintaining, or even improving, fine-tuning effectiveness. In this paper, we propose \textbf{FISH-Tuning}, a novel approach that incorporates FISH Mask into such PEFT methods, including LoRA, Adapter, and their variants. By leveraging Fisher information to identify and update only the most significant parameters within these added or reparameterized components, FISH-Tuning aims to achieve superior performance without increasing training time or inference latency compared to the vanilla PEFT methods. Experimental results across various datasets and pre-trained models demonstrate that FISH-Tuning consistently outperforms the vanilla PEFT methods when using the same proportion of trainable parameters. Code is available at https://anonymous.4open.science/r/FISH-Tuning-6F7C.

参数高效微调优化费舍尔信息

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。