English

Efficient Model Editing with Task-Localized Sparse Fine-tuning

Machine Learning 2025-04-04 v1 Artificial Intelligence Computation and Language Computer Vision and Pattern Recognition

Abstract

Task arithmetic has emerged as a promising approach for editing models by representing task-specific knowledge as composable task vectors. However, existing methods rely on network linearization to derive task vectors, leading to computational bottlenecks during training and inference. Moreover, linearization alone does not ensure weight disentanglement, the key property that enables conflict-free composition of task vectors. To address this, we propose TaLoS which allows to build sparse task vectors with minimal interference without requiring explicit linearization and sharing information across tasks. We find that pre-trained models contain a subset of parameters with consistently low gradient sensitivity across tasks, and that sparsely updating only these parameters allows for promoting weight disentanglement during fine-tuning. Our experiments prove that TaLoS improves training and inference efficiency while outperforming current methods in task addition and negation. By enabling modular parameter editing, our approach fosters practical deployment of adaptable foundation models in real-world applications.

Keywords

Cite

@article{arxiv.2504.02620,
  title  = {Efficient Model Editing with Task-Localized Sparse Fine-tuning},
  author = {Leonardo Iurada and Marco Ciccone and Tatiana Tommasi},
  journal= {arXiv preprint arXiv:2504.02620},
  year   = {2025}
}

Comments

Accepted ICLR 2025 - https://github.com/iurada/talos-task-arithmetic

R2 v1 2026-06-28T22:45:22.542Z