Researchers uncover how popular parameter-efficient finetuning techniques balance learning new tasks against forgetting existing capabilities.
A new evaluation framework is challenging how the AI industry assesses parameter-efficient finetuning (PEFT), the dominant approach for adapting large language models to specialized tasks. Rather than focusing solely on downstream performance, researchers argue the field has overlooked a critical tension: the balance between learning new skills and retaining pretrained knowledge.
According to arXiv research authored by Yangyi Huang, Ruotian Peng, Zeju Qiu, Jiale Kang, Yandong Wen, Bernhard Schölkopf, and Weiyang Liu, this oversight has led to incomplete comparisons between competing PEFT methods. The team introduces PEFT-Arena, a benchmark designed to simultaneously measure how well models perform on new tasks while preserving their general capabilities.
A Classical Problem in Modern Form
The researchers frame their investigation around the stability-plasticity dilemma, a well-studied concept in neuroscience and machine learning. Plasticity refers to a system's ability to adapt to new information, while stability describes its resistance to forgetting what it already knows. PEFT methods occupy different positions along this spectrum, yet existing benchmarks typically reward only plasticity.
By evaluating multiple PEFT approaches under comparable parameter budgets, the team discovered distinct profiles. Orthogonal finetuning emerged as offering the most favorable trade-off between competing objectives, achieving what researchers call the best Pareto frontier across methods tested.
Geometric Insights Into Model Behavior

Photo by Gustavo Fring on Pexels.
To understand why different PEFT methods behave differently, the researchers conducted two complementary geometric analyses. In weight space, spectral analysis examined how various parameterization choices interact with the underlying structure of pretrained model weights. This revealed mechanistic explanations for performance differences previously attributed only to empirical results.
The activation space analysis proved equally illuminating. Rather than examining weights directly, researchers tracked whether finetuning preserves the geometric structure of learned representations. They found that catastrophic forgetting correlates with non-isometric distortion of these representations, meaning that finetuning operations that warp the representation geometry most severely cause the largest capability losses.
Practical Improvements Through Post-hoc Adjustment
A surprising observation emerged during final checkpoint analysis: standard supervised finetuning (SFT) runs often overshoot an optimal operating point. Models trained too long on target tasks unnecessarily sacrifice pretrained knowledge without commensurate gains on new tasks.
This suggests a practical intervention: rewinding training paths to earlier checkpoints
Case studies demonstrated that post-hoc path-wise rewinding can recover performance without retraining
The approach requires minimal computational overhead while improving the stability-plasticity balance
The findings carry significant implications for practitioners deploying large language models in production. Organizations currently selecting PEFT methods based on downstream accuracy alone may be choosing approaches that silently degrade model performance on tasks outside the target domain. This could explain unexpected failures in deployed systems that perform well on test benchmarks but falter on unexpected queries.
As PEFT techniques become increasingly central to how organizations customize expensive foundation models, the ability to properly evaluate their true costs matters more. The PEFT-Arena framework and accompanying analysis provide both the tools and theoretical grounding for making more informed choices. The geometric perspectives on why methods succeed or fail also suggest directions for developing new PEFT approaches that inherently balance learning and retention.
This article was originally published on AI Glimpse.
Top comments (0)