paper-with-me

Papers

Federated Unlearning Made Practical: Seamless Integration via Negated Pseudo-Gradients

2025-04-08 · Alessio Mora, Carlo Mazzocca, Rebecca Montanari, Paolo Bellavista

The right to be forgotten is a fundamental principle of privacy-preserving regulations and extends to Machine Learning (ML) paradigms such as Federated Learning (FL). While FL enhances privacy by enabling collaborative model training without sharing private data, trained models still retain the influence of training data. Federated Unlearning (FU) methods recently proposed often rely on impractical assumptions for real-world FL deployments, such as storing client update histories or requiring access to a publicly available dataset. To address these constraints, this paper introduces a novel method that leverages negated Pseudo-gradients Updates for Federated Unlearning (PUF). Our approach only uses standard client model updates, anyway employed during regular FL rounds, and interprets them as pseudo-gradients. When a client needs to be forgotten, we apply the negated of their pseudo-gradients, appropriately scaled, to the global model. Unlike state-of-the-art mechanisms, PUF seamlessly integrates with FL workflows, incurs no additional computational and communication overhead beyond standard FL rounds, and supports concurrent unlearning requests. We extensively evaluated the proposed method on two well-known benchmark image classification datasets (CIFAR-10 and CIFAR-100) and a real-world medical imaging dataset for segmentation (ProstateMRI), using three different neural architectures: two residual networks and a vision transformer. The experimental results across various settings demonstrate that PUF achieves state-of-the-art forgetting effectiveness and recovery time, without relying on any additional assumptions, thus underscoring its practical applicability.

📄 PDF Abstract BibTeX arXiv:2504.05822

Code (1)

alessiomora/puf_unlearning 공식 구현 tf

Tasks

Federated Learningimage-classificationImage ClassificationPrivacy Preserving

Similar Papers 제목 키워드 기반

Ferrari: Federated Feature Unlearning via Optimizing Feature Sensitivity

2024-05-23 · Hanlin Gu, Win Kent Ong, Chee Seng Chan, Lixin Fan

The advent of Federated Learning (FL) highlights the practical necessity for the right to be forgotten for all clients, allowing them to request data deletion from the machine learning models service provider. This neces…

Federated LearningSensitivity

Exploring Federated Unlearning: Review, Comparison, and Insights

2023-10-30 · Yang Zhao, Jiaxi Yang, Yiling Tao, Lixu Wang 외

The increasing demand for privacy-preserving machine learning has spurred interest in federated unlearning, which enables the selective removal of data from models trained in federated systems. However, developing federa…

Federated LearningPrivacy PreservingSurvey

SIFU: Sequential Informed Federated Unlearning for Efficient and Provable Client Unlearning in Federated Optimization

2022-11-21 · Yann Fraboni, Martin Van Waerebeke, Kevin Scaman, Richard Vidal 외

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 …

Machine Unlearning

Federated Learning with Blockchain-Enhanced Machine Unlearning: A Trustworthy Approach

2024-05-27 · Xuhan Zuo, Minghao Wang, Tianqing Zhu, Lefeng Zhang 외

With the growing need to comply with privacy regulations and respond to user data deletion requests, integrating machine unlearning into IoT-based federated learning has become imperative. Traditional unlearning methods,…

Federated LearningMachine UnlearningManagement

FedUP: One-Shot Federated Unlearning via Centroid-Guided Plug-in Filters

2026-06-23 · Feihong Nan, Zhengyi Zhong, Pan Wang, Weidong Bao 외 arxiv

Federated unlearning (FU) is critical for complying with legal mandates like the right to be forgotten in decentralized systems, yet current methods face a persistent dilemma between non-target knowledge loss and high re…