arXiv:2605.22869cs.LG2026-05

提出FuRA框架,用谱预处理实现高效全秩微调。

FuRA: Full-Rank Parameter-Efficient Fine-Tuning with Spectral Preconditioning

论文配图:FuRA: Full-Rank Parameter-Efficient Fine-Tuning with Spectral Preconditioning
图 1 · 摘自论文原文
  • 通过全秩SVD重参数化,冻结一个奇异基以约束更新方向。
  • 在LLaMA-3-8B上提升1.37分,优于全量微调和QLoRA。
  • 适合追求高效率与高性能的大型模型微调场景。

全量微调(Full FT)与参数高效微调方法(如LoRA)均未考虑预训练阶段建立的谱结构,导致有限微调数据带来的噪声梯度会干扰鲁棒的预训练特征。我们发现谱预处理是缺失的关键:通过全秩奇异值分解(SVD)重参数化权重矩阵,并冻结一个奇异基,可将更新限制在预训练列空间内,从而获得优于无约束全量微调的优化方案。基于此,我们提出FuRA(Full-Rank Adaptation),一种基于块张量-列车分解W = LSR的高效全秩适应框架,其中大核心L固定为预训练块级SVD基,仅优化紧凑核心R与块级奇异值S。该设计同时实现全秩谱预处理、保留全秩更新表达能力,并达到与LoRA相当的参数、内存与步时间效率。FuRA在多个任务中持续超越全量微调,包括LLaMA-3-8B常识推理(+1.37)、大语言模型强化学习数学推理及视觉指令微调。此外,4比特量化版本QFuRA也优于QLoRA。代码已开源。

原文摘要 · Abstract (English)

Both full fine-tuning (Full FT) and parameter-efficient fine-tuning methods such as LoRA introduce weight updates without accounting for the spectral structure established during pretraining. As a result, noisy gradients from limited fine-tuning data can perturb robust pretrained features. We identify spectral preconditioning as the missing ingredient: reparameterizing each weight matrix through its full-rank singular value decomposition (SVD) and freezing one singular basis constrains updates to the pretrained column space, yielding a preconditioned optimization scheme that outperforms unconstrained Full FT at the same trainable parameter count. Building on this insight, we propose FuRA (Full-Rank Adaptation), an efficient full-rank adaptation framework based on a block tensor-train factorization W = LSR, where the large core L is fixed to the pretrained block-wise SVD basis, while only the compact core R and the block-wise singular values S are optimized. This design simultaneously provides full-rank spectral preconditioning, preserves full-rank update expressivity, and achieves parameter, memory, and step-time efficiency comparable to LoRA. FuRA consistently outperforms Full FT across multiple settings, including LLM fine-tuning (+1.37 on LLaMA-3-8B commonsense reasoning), LLM reinforcement learning for mathematical reasoning, and visual instruction tuning for VLMs. Furthermore, the 4-bit quantized variant, QFuRA, also surpasses QLoRA. Code is available at https://github.com/olokevin/FuRA-NIPS

微调谱预处理LoRA大模型

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