English

Parameter Importance is Not Static: Evolving Parameter Isolation for Supervised Fine-Tuning

Machine Learning 2026-04-16 v1 Computation and Language

Abstract

Supervised Fine-Tuning (SFT) of large language models often suffers from task interference and catastrophic forgetting. Recent approaches alleviate this issue by isolating task-critical parameters during training. However, these methods represent a static solution to a dynamic problem, assuming that parameter importance remains fixed once identified. In this work, we empirically demonstrate that parameter importance exhibits temporal drift over the course of training. To address this, we propose Evolving Parameter Isolation (EPI), a fine-tuning framework that adapts isolation decisions based on online estimates of parameter importance. Instead of freezing a fixed subset of parameters, EPI periodically updates isolation masks using gradient-based signals, enabling the model to protect emerging task-critical parameters while releasing outdated ones to recover plasticity. Experiments on diverse multi-task benchmarks demonstrate that EPI consistently reduces interference and forgetting compared to static isolation and standard fine-tuning, while improving overall generalization. Our analysis highlights the necessity of synchronizing isolation mechanisms with the evolving dynamics of learning diverse abilities.

Keywords

Cite

@article{arxiv.2604.14010,
  title  = {Parameter Importance is Not Static: Evolving Parameter Isolation for Supervised Fine-Tuning},
  author = {Zekai Lin and Chao Xue and Di Liang and Xingsheng Han and Peiyang Liu and Xianjie Wu and Lei Jiang and Yu Lu and Haibo Shi and Shuang Liang and Minlong Peng},
  journal= {arXiv preprint arXiv:2604.14010},
  year   = {2026}
}
R2 v1 2026-07-01T12:10:59.693Z