AIMay 18

Interference-Aware Multi-Task Unlearning

arXiv:2605.1904262.0
Predicted impact top 61% in AI · last 90 daysOriginality Incremental advance
AI Analysis

For practitioners deploying multi-task models, this work provides a method to remove data while preserving performance across tasks, addressing a previously underexplored problem.

The paper introduces multi-task unlearning, addressing interference between tasks and instances when removing data from models with shared backbones. Their interference-aware framework reduces Unlearning Impact Score (UIS) by 30.3% in full-task and 52.9% in partial-task unlearning compared to the strongest baseline.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes