English

Interference-Aware Multi-Task Unlearning

Artificial Intelligence 2026-05-20 v1

Abstract

Machine unlearning aims to remove the contribution of designated training data from a trained model while preserving performance on the remaining data. Existing work mainly focuses on single-task settings, whereas modern models often operate in multi-task setups with shared backbones, where removing supervision for one task or instance can unintentionally affect others. We introduce multi-task unlearning with two settings: full-task unlearning, which removes a target instance from all tasks, and partial-task unlearning, which removes supervision only from selected tasks. We show that shared parameters couple the forget and retain sets, causing task-level interference on non-target tasks and instance-level interference on other instances. To address this issue, we propose an interference-aware framework that combines task-aware gradient projection, which constrains updates within task-specific subspaces, with instance-level gradient orthogonalization, which reduces conflicts between forget and retain signals. Experiments on two multi-task computer vision benchmarks across five tasks show that our method achieves effective unlearning while maintaining strong generalization, reducing UIS compared with the strongest baseline by 30.3% in full-task unlearning and 52.9% in partial-task unlearning.

Keywords

Cite

@article{arxiv.2605.19042,
  title  = {Interference-Aware Multi-Task Unlearning},
  author = {Ying-Hua Huang and Rui Fang and Hsi-Wen Chen and Ming-Syan Chen},
  journal= {arXiv preprint arXiv:2605.19042},
  year   = {2026}
}