arXiv:2509.18629cs.LGcs.AI2025-09

用极少参数实现高秩微调,让大模型适配更高效

HyperAdapt: Simple High-Rank Adaptation

  • 通过行列缩放实现高秩更新,仅需n+m个可训练参数
  • 在140亿参数模型上达到全量微调性能,参数量减少数个数量级
  • 适合资源受限场景下的大模型快速定制,如边缘设备部署

基础模型在多种任务中表现优异,但将其适配到特定应用通常需要微调,该方法计算与内存开销大。参数高效微调(PEFT)通过仅更新少量权重缓解此问题。本文提出HyperAdapt,一种参数高效微调方法,相比当前最优方法(如LoRA),显著减少可训练参数。具体而言,HyperAdapt通过两个对角矩阵对预训练权重矩阵进行行和列的缩放,从而实现高秩更新,对n×m矩阵仅需n+m个可训练参数。理论上,我们建立了更新秩的上界;实验上,验证其在各模型层均能持续诱导高秩变换。在GLUE、算术推理和常识推理基准测试中,使用高达140亿参数的模型,HyperAdapt性能接近或匹配全量微调及先进PEFT方法,同时可训练参数量减少数个数量级。

原文摘要 · Abstract (English)

Foundation models excel across diverse tasks, but adapting them to specialized applications often requires fine-tuning, an approach that is memory and compute-intensive. Parameter-efficient fine-tuning (PEFT) methods mitigate this by updating only a small subset of weights. In this paper, we introduce HyperAdapt, a parameter-efficient fine-tuning method that significantly reduces the number of trainable parameters compared to state-of-the-art methods like LoRA. Specifically, HyperAdapt adapts a pre-trained weight matrix by applying row- and column-wise scaling through diagonal matrices, thereby inducing a high-rank update while requiring only $n+m$ trainable parameters for an $n \times m$ matrix. Theoretically, we establish an upper bound on the rank of HyperAdapt's updates, and empirically, we confirm that it consistently induces high-rank transformations across model layers. Experiments on GLUE, arithmetic reasoning, and commonsense reasoning benchmarks with models up to 14B parameters demonstrate that HyperAdapt matches or nearly matches the performance of full fine-tuning and state-of-the-art PEFT methods while using orders of magnitude fewer trainable parameters.

参数高效微调高秩更新大模型适配

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