paper-with-me

Papers

Evaluating Gradient Inversion Attacks and Defenses in Federated Learning

2021-11-30 · NeurIPS 2021 12 · Yangsibo Huang, Samyak Gupta, Zhao Song, Kai Li, Sanjeev Arora

Gradient inversion attack (or input recovery from gradient) is an emerging threat to the security and privacy preservation of Federated learning, whereby malicious eavesdroppers or participants in the protocol can recover (partially) the clients' private data. This paper evaluates existing attacks and defenses. We find that some attacks make strong assumptions about the setup. Relaxing such assumptions can substantially weaken these attacks. We then evaluate the benefits of three proposed defense mechanisms against gradient inversion attacks. We show the trade-offs of privacy leakage and data utility of these defense methods, and find that combining them in an appropriate manner makes the attack less effective, even under the original strong assumptions. We also estimate the computation cost of end-to-end recovery of a single image under each evaluated defense. Our findings suggest that the state-of-the-art attacks can currently be defended against with minor data utility loss, as summarized in a list of potential strategies. Our code is available at: https://github.com/Princeton-SysML/GradAttack.

📄 PDF Abstract BibTeX arXiv:2112.00059

Code (1)

Princeton-SysML/GradAttack 공식 구현 jax

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

FEDLAD: Federated Evaluation of Deep Leakage Attacks and Defenses

2024-11-05 · Isaac Baglin, Xiatian Zhu, Simon Hadfield

Federated Learning is a privacy preserving decentralized machine learning paradigm designed to collaboratively train models across multiple clients by exchanging gradients to the server and keeping private data local. Ne…

Federated LearningPrivacy Preserving

Learning to Invert: Simple Adaptive Attacks for Gradient Inversion in Federated Learning

2022-10-19 · Ruihan Wu, Xiangyu Chen, Chuan Guo, Kilian Q. Weinberger

Gradient inversion attack enables recovery of training samples from model gradients in federated learning (FL), and constitutes a serious threat to data privacy. To mitigate this vulnerability, prior work proposed both p…

Federated Learning

Enhancing Privacy Preservation in Federated Learning via Learning Rate Perturbation

2023-01-01 · ICCV 2023 1 · Guangnian Wan, Haitao Du, Xuejing Yuan, Jun Yang 외

Federated learning (FL) is a privacy-enhanced distributed machine learning framework, in which multiple clients collaboratively train a global model by exchanging their model updates without sharing local private dat…

Federated Learning

GI-SMN: Gradient Inversion Attack against Federated Learning without Prior Knowledge

2024-05-06 · Jin Qian, Kaimin Wei, Yongdong Wu, Jilian Zhang 외

Federated learning (FL) has emerged as a privacy-preserving machine learning approach where multiple parties share gradient information rather than original user data. Recent work has demonstrated that gradient inversion…

Federated LearningPrivacy Preserving

CENSOR: Defense Against Gradient Inversion via Orthogonal Subspace Bayesian Sampling

2025-01-27 · Kaiyuan Zhang, Siyuan Cheng, Guangyu Shen, Bruno Ribeiro 외

Federated learning collaboratively trains a neural network on a global server, where each local client receives the current global model weights and sends back parameter updates (gradients) based on its local private dat…

Federated Learning