paper-with-me

Papers

FedUP: Efficient Pruning-based Federated Unlearning for Model Poisoning Attacks

2025-08-19 · Nicolò Romandini, Cristian Borcea, Rebecca Montanari, Luca Foschini arxiv

Federated Learning (FL) can be vulnerable to attacks, such as model poisoning, where adversaries send malicious local weights to compromise the global model. Federated Unlearning (FU) is emerging as a solution to address such vulnerabilities by selectively removing the influence of detected malicious contributors on the global model without complete retraining. However, unlike typical FU scenarios where clients are trusted and cooperative, applying FU with malicious and possibly colluding clients is challenging because their collaboration in unlearning their data cannot be assumed. This work presents FedUP, a lightweight FU algorithm designed to efficiently mitigate malicious clients' influence by pruning specific connections within the attacked model. Our approach achieves efficiency by relying only on clients' weights from the last training round before unlearning to identify which connections to inhibit. Isolating malicious influence is non-trivial due to overlapping updates from benign and malicious clients. FedUP addresses this by carefully selecting and zeroing the highest magnitude weights that diverge the most between the latest updates from benign and malicious clients while preserving benign information. FedUP is evaluated under a strong adversarial threat model, where up to 50%-1 of the clients could be malicious and have full knowledge of the aggregation process. We demonstrate the effectiveness, robustness, and efficiency of our solution through experiments across IID and Non-IID data, under label-flipping and backdoor attacks, and by comparing it with state-of-the-art (SOTA) FU solutions. In all scenarios, FedUP reduces malicious influence, lowering accuracy on malicious data to match that of a model retrained from scratch while preserving performance on benign data. FedUP achieves effective unlearning while consistently being faster and saving storage compared to the SOTA.

📄 PDF Abstract BibTeX arXiv:2508.13853

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

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…

Poisoning Attacks and Defenses to Federated Unlearning

2025-01-29 · Wenbin Wang, Qiwen Ma, Zifan Zhang, Yuchen Liu 외

Federated learning allows multiple clients to collaboratively train a global model with the assistance of a server. However, its distributed nature makes it susceptible to poisoning attacks, where malicious clients can c…

Federated Learning

Sky of Unlearning (SoUL): Rewiring Federated Machine Unlearning via Selective Pruning

2025-04-02 · Md Mahabub Uz Zaman, Xiang Sun, Jingjing Yao

The Internet of Drones (IoD), where drones collaborate in data collection and analysis, has become essential for applications such as surveillance and environmental monitoring. Federated learning (FL) enables drones to t…

Data PoisoningFederated LearningMachine Unlearning

FedShard: Federated Unlearning with Efficiency Fairness and Performance Fairness

2025-08-13 · Siyuan Wen, Meng Zhang, Yang Yang, Ningning Ding arxiv

To protect clients' right to be forgotten in federated learning, federated unlearning aims to remove the data contribution of leaving clients from the global learned model. While current studies mainly focused on enhanci…

Federated Learning

BEAS: Blockchain Enabled Asynchronous & Secure Federated Machine Learning

2022-02-06 · Arup Mondal, Harpreet Virk, Debayan Gupta

Federated Learning (FL) enables multiple parties to distributively train a ML model without revealing their private datasets. However, it assumes trust in the centralized aggregator which stores and aggregates model upda…

Anomaly DetectionBIG-bench Machine LearningData PoisoningFederated Learning+1