FUPareto: Bridging the Forgetting-Utility Gap in Federated Unlearning via Pareto Augmented Optimization
Zeyan Wang, Zhengmao Liu, Yongxin Cai, Chi Li, Xiaoying Tang, Jingchao Chen, Zibin Pan, Jing Qiu
TL;DR
FUPareto addresses the forgetting-utility trade-off in Federated Unlearning by framing it as a multi-objective problem and solving it with Pareto-augmented optimization. It introduces the Minimum Boundary Shift loss to achieve forgetting with minimal parameter changes and MIA risk, then alternates between Pareto improvement and Pareto expansion using MGDA, with a null-space projection to decouple gradient conflicts. A recovery-oriented post-training stage with an anchor constraint further recovers retained utility without reintroducing forgetting pressure. Empirical results across multiple datasets show strong forgetting efficacy, robust utility retention, and improved privacy robustness over state-of-the-art baselines, highlighting its practicality for concurrent multi-client unlearning in privacy-conscious federated systems.
Abstract
Federated Unlearning (FU) aims to efficiently remove the influence of specific client data from a federated model while preserving utility for the remaining clients. However, three key challenges remain: (1) existing unlearning objectives often compromise model utility or increase vulnerability to Membership Inference Attacks (MIA); (2) there is a persistent conflict between forgetting and utility, where further unlearning inevitably harms retained performance; and (3) support for concurrent multi-client unlearning is poor, as gradient conflicts among clients degrade the quality of forgetting. To address these issues, we propose FUPareto, an efficient unlearning framework via Pareto-augmented optimization. We first introduce the Minimum Boundary Shift (MBS) Loss, which enforces unlearning by suppressing the target class logit below the highest non-target class logit; this can improve the unlearning efficiency and mitigate MIA risks. During the unlearning process, FUPareto performs Pareto improvement steps to preserve model utility and executes Pareto expansion to guarantee forgetting. Specifically, during Pareto expansion, the framework integrates a Null-Space Projected Multiple Gradient Descent Algorithm (MGDA) to decouple gradient conflicts. This enables effective, fair, and concurrent unlearning for multiple clients while minimizing utility degradation. Extensive experiments across diverse scenarios demonstrate that FUPareto consistently outperforms state-of-the-art FU methods in both unlearning efficacy and retained utility.
