paper-with-me

Papers

Gradient Purification: Defense Against Poisoning Attack in Decentralized Federated Learning

2025-01-08 · Bin Li, Xiaoye Miao, Yongheng Shang, Xinkui Zhao, Shuiguang Deng, Jianwei Yin

Decentralized federated learning (DFL) is inherently vulnerable to poisoning attacks, as malicious clients can transmit manipulated model gradients to neighboring clients. Existing defense methods either reject suspicious gradients per iteration or restart DFL aggregation after detecting all malicious clients. They overlook the potential accuracy benefit from the discarded malicious gradients. In this paper, we propose a novel gradient purification defense, named GPD, that integrates seamlessly with existing DFL aggregation to defend against poisoning attacks. It aims to mitigate the harm in model gradients while retaining the benefit in model weights for enhancing accuracy. For each benign client in GPD, a recording variable is designed to track the historically aggregated gradients from one of its neighbors. It allows benign clients to precisely detect malicious neighbors and swiftly mitigate aggregated malicious gradients via historical consistency checks. Upon mitigation, GPD optimizes model weights via aggregating gradients solely from benign clients. This retains the previously beneficial portions from malicious clients and exploits the contributions from benign clients, thereby significantly enhancing the model accuracy. We analyze the convergence of GPD, as well as its ability to harvest high accuracy. Extensive experiments over three datasets demonstrate that, GPD is capable of mitigating poisoning attacks under both iid and non-iid data distributions. It significantly outperforms state-of-the-art defenses in terms of accuracy against various poisoning attacks.

📄 PDF Abstract BibTeX arXiv:2501.04453

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

PureGen: Universal Data Purification for Train-Time Poison Defense via Generative Model Dynamics

2024-05-28 · Sunay Bhat, Jeffrey Jiang, Omead Pooladzandi, Alexander Branch 외

Train-time data poisoning attacks threaten machine learning models by introducing adversarial examples during training, leading to misclassification. Current defense methods often reduce generalization performance, are a…

Data PoisoningDenoising

Towards Stable Backdoor Purification through Feature Shift Tuning

2023-10-03 · NeurIPS 2023 11 · Rui Min, Zeyu Qin, Li Shen, Minhao Cheng

It has been widely observed that deep neural networks (DNN) are vulnerable to backdoor attacks where attackers could manipulate the model behavior maliciously by tampering with a small set of training samples. Although a…

Memory Efficient Full-gradient Attacks (MEFA) Framework for Adversarial Defense Evaluations

2026-05-07 · Yuan Du, Mitchel Hill, HanQin Cai arxiv

This work studies the robust evaluation of iterative stochastic purification defenses under white-box adversarial attacks. Our key technical insight is that gradient checkpointing makes exact end-to-end gradient computat…

Adversarial Defense

Gradient-Free Adversarial Purification with Diffusion Models

2025-01-23 · Xuelong Dai, Dong Wang, Duan Mingxing, Bin Xiao

Adversarial training and adversarial purification are two effective and practical defense methods to enhance a model's robustness against adversarial attacks. However, adversarial training necessitates additional trainin…

Adversarial DefenseAdversarial PurificationSuper-Resolution

DiffAttack: Evasion Attacks Against Diffusion-Based Adversarial Purification

2023-10-27 · NeurIPS 2023 11 · Mintong Kang, Dawn Song, Bo Li

Diffusion-based purification defenses leverage diffusion models to remove crafted perturbations of adversarial examples and achieve state-of-the-art robustness. Recent studies show that even advanced attacks cannot break…

Adversarial Purification