SIFU: Sequential Informed Federated Unlearning for Efficient and Provable Client Unlearning in Federated Optimization
Yann Fraboni, Martin Van Waerebeke, Kevin Scaman, Richard Vidal, Laetitia Kameni, Marco Lorenzi
TL;DR
The paper tackles the critical problem of unlearning in federated learning by providing formal, scalable guarantees for removing a client's contribution from models trained with FedAvg. It introduces SIFU, a Sequential Informed Federated Unlearning framework that builds on Informed FU (IFU) by handling sequences of unlearning requests while preserving convergence. The approach derives a computable sensitivity bound to certify unlearning via client-specific Gaussian perturbations and retraining, applicable to both convex and non-convex FL settings. Empirical results across multiple datasets show that SIFU achieves superior forgetting performance with favorable utility on retained data, outperforming several baselines and enabling watermark-based verification of unlearning effectiveness.
Abstract
Machine Unlearning (MU) is an increasingly important topic in machine learning safety, aiming at removing the contribution of a given data point from a training procedure. Federated Unlearning (FU) consists in extending MU to unlearn a given client's contribution from a federated training routine. While several FU methods have been proposed, we currently lack a general approach providing formal unlearning guarantees to the FedAvg routine, while ensuring scalability and generalization beyond the convex assumption on the clients' loss functions. We aim at filling this gap by proposing SIFU (Sequential Informed Federated Unlearning), a new FU method applying to both convex and non-convex optimization regimes. SIFU naturally applies to FedAvg without additional computational cost for the clients and provides formal guarantees on the quality of the unlearning task. We provide a theoretical analysis of the unlearning properties of SIFU, and practically demonstrate its effectiveness as compared to a panel of unlearning methods from the state-of-the-art.
