paper-with-me

Papers

Identify Backdoored Model in Federated Learning via Individual Unlearning

2024-11-01 · Jiahao Xu, Zikai Zhang, Rui Hu

Backdoor attacks present a significant threat to the robustness of Federated Learning (FL) due to their stealth and effectiveness. They maintain both the main task of the FL system and the backdoor task simultaneously, causing malicious models to appear statistically similar to benign ones, which enables them to evade detection by existing defense methods. We find that malicious parameters in backdoored models are inactive on the main task, resulting in a significantly large empirical loss during the machine unlearning process on clean inputs. Inspired by this, we propose MASA, a method that utilizes individual unlearning on local models to identify malicious models in FL. To improve the performance of MASA in challenging non-independent and identically distributed (non-IID) settings, we design pre-unlearning model fusion that integrates local models with knowledge learned from other datasets to mitigate the divergence in their unlearning behaviors caused by the non-IID data distributions of clients. Additionally, we propose a new anomaly detection metric with minimal hyperparameters to filter out malicious models efficiently. Extensive experiments on IID and non-IID datasets across six different attacks validate the effectiveness of MASA. To the best of our knowledge, this is the first work to leverage machine unlearning to identify malicious models in FL. Code is available at \url{https://github.com/JiiahaoXU/MASA}.

📄 PDF Abstract BibTeX arXiv:2411.01040

Code (1)

jiiahaoxu/masa 공식 구현 pytorch

Tasks

Anomaly DetectionFederated LearningMachine Unlearning

Similar Papers 제목 키워드 기반

BadFU: Backdoor Federated Learning through Adversarial Machine Unlearning

2025-08-21 · Bingguang Lu, Hongsheng Hu, Yuantian Miao, Shaleeza Sohail 외 arxiv

Federated learning (FL) has been widely adopted as a decentralized training paradigm that enables multiple clients to collaboratively learn a shared model without exposing their local data. As concerns over data privacy …

Federated Learning

Unveiling and Mitigating Backdoor Vulnerabilities based on Unlearning Weight Changes and Backdoor Activeness

2024-05-30 · Weilin Lin, Li Liu, Shaokui Wei, Jianze Li 외

The security threat of backdoor attacks is a central concern for deep neural networks (DNNs). Recently, without poisoned data, unlearning models with clean data and then learning a pruning mask have contributed to backdo…

backdoor defense

SMS: Self-supervised Model Seeding for Verification of Machine Unlearning

2025-09-30 · Weiqi Wang, Chenhan Zhang, Zhiyi Tian, Shui Yu arxiv

Many machine unlearning methods have been proposed recently to uphold users' right to be forgotten. However, offering users verification of their data removal post-unlearning is an important yet under-explored problem. C…

Shared Adversarial Unlearning: Backdoor Mitigation by Unlearning Shared Adversarial Examples

2023-07-20 · NeurIPS 2023 11

Backdoor attacks are serious security threats to machine learning models where an adversary can inject poisoned samples into the training set, causing a backdoored model which predicts poisoned samples with particular tr…

backdoor defense

Fusing Pruned and Backdoored Models: Optimal Transport-based Data-free Backdoor Mitigation

2024-08-28 · Weilin Lin, Li Liu, Jianze Li, Hui Xiong

Backdoor attacks present a serious security threat to deep neuron networks (DNNs). Although numerous effective defense techniques have been proposed in recent years, they inevitably rely on the availability of either cle…

backdoor defense