arXiv:2605.10741cs.LG2026-05

AdaPaD动态并行分解低秩适配器,自动发现最优秩分布。

AdaPaD: Adaptive Parallel Deflation for PEFT with Self-Correcting Rank Discovery

论文配图:AdaPaD: Adaptive Parallel Deflation for PEFT with Self-Correcting Rank Discovery
图 1 · 摘自论文原文
  • 并行训练所有秩-1组件,通过自修正机制持续优化误差目标。
  • 在相同参数预算下,GLUE任务表现媲美自适应秩基线,平均适配器小30.7%。
  • 适合追求高效微调且需自动调优秩的场景,如资源受限部署。

使用LoRA微调大语言模型时需预先设定秩r。现有方法或逐个提取秩-1分量并永久冻结其误差,或联合优化完整低秩分解但仅保证整体更新效果。我们提出AdaPaD(自适应并行去噪),同时训练所有秩-1分量:每个工作节点基于前序分量最新估计构建去噪目标,随着估计精度提升,目标也逐步优化。该机制称为自修正——去噪误差随轮次收敛至零,而非作为固定残差保留。在此基础上,AdaPaD引入先进学习(激活前私有预训练)和模块级动态秩发现(基于重要性增长直至共享预算耗尽),使秩分布成为输出而非输入。理论上证明:经过暖启动期后,每个分量误差指数衰减,泛化界可拆分为趋于零的算法项与不可消除的统计底限。实验表明,AdaPaD在相同参数预算下,于DeBERTaV3-base上对GLUE任务表现媲美自适应秩基线;在Qwen3-0.6B上对SQuAD/SQuAD v2任务表现媲美固定秩LoRA,且适配器平均缩小30.7%。

原文摘要 · Abstract (English)

Fine-tuning large language models with LoRA requires choosing a rank r before training starts. Existing approaches either extract rank-1 components sequentially, freezing each component's error permanently into every subsequent residual, or optimize the full low-rank factorization jointly with guarantees that describe only the joint update, not individual rank-1 directions. We present AdaPaD (Adaptive Parallel Deflation), which trains all rank-1 components simultaneously: each worker refines its component against a deflation target built from the latest estimates of all predecessors, and as those estimates improve, the targets improve too. We call this property self-correction: deflation errors converge to zero over rounds rather than persisting as fixed residuals. On top of this backbone, AdaPaD adds advance learning (private pre-training before activation) and per-module dynamic rank discovery (importance-based growth until a shared budget is exhausted), making the rank distribution an output rather than an input. We prove that every component's error decays exponentially after a warm-up period, with a generalization bound that splits into a vanishing algorithmic term and an irreducible statistical floor. Empirically, AdaPaD is competitive with adaptive-rank LoRA baselines on GLUE with DeBERTaV3-base at matched parameter budgets, and competitive with fixed-rank LoRA on Qwen3-0.6B SQuAD/SQuAD v2 while deploying an adapter that is on average 30.7% smaller.

LoRA低秩微调自适应秩

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