菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-27
📄 Abstract - PEFT-Arena: Understanding Parameter-Efficient Finetuning from a Stability-Plasticity Perspective

Parameter-efficient finetuning (PEFT) has become the standard approach for adapting large language models, yet evaluations largely emphasize downstream accuracy while overlooking the retention of pretrained capabilities. We argue that PEFT should be assessed through the stability-plasticity dilemma: the trade-off between target-task adaptation and resistance to forgetting. We introduce PEFT-Arena, a benchmark that jointly measures downstream performance and general capability retention. Across methods, we find distinct stability-plasticity profiles; under comparable parameter budgets, orthogonal finetuning achieves the most favorable Pareto frontier. To explain these differences, we analyze PEFT updates from two geometric perspectives. In weight space, spectral analysis reveals how parameterizations interact with the pretrained singular-value structure. In activation space, retention metrics show whether finetuning preserves or distorts general-capability representations, with forgetting linked to non-isometric representation distortion. Finally, an analysis shows that final SFT checkpoints often overshoot a better target-retention operating point. Inspired by this, we present case studies of a post-hoc improvement with path-wise rewinding.

顶级标签: llm model training model evaluation
详细标签: parameter-efficient finetuning stability-plasticity dilemma benchmark catastrophic forgetting spectral analysis 或 搜索:

PEFT-Arena:从稳定性-可塑性视角理解参数高效微调 / PEFT-Arena: Understanding Parameter-Efficient Finetuning from a Stability-Plasticity Perspective


1️⃣ 一句话总结

本文提出一个名为PEFT-Arena的评估框架,从“稳定性(保留预训练能力)与可塑性(适应新任务)的权衡”角度,系统比较了多种参数高效微调方法,发现正交微调方法能在两者之间取得最佳平衡,并通过权重空间和激活空间的分析揭示了不同方法产生性能差异的几何原因。

源自 arXiv: 2605.28819