paper-with-me

Papers

Auditing Privacy Defenses in Federated Learning via Generative Gradient Leakage

2022-03-29 · CVPR 2022 1 · Zhuohang Li, Jiaxin Zhang, Luyang Liu, Jian Liu

Federated Learning (FL) framework brings privacy benefits to distributed learning systems by allowing multiple clients to participate in a learning task under the coordination of a central server without exchanging their private data. However, recent studies have revealed that private information can still be leaked through shared gradient information. To further protect user's privacy, several defense mechanisms have been proposed to prevent privacy leakage via gradient information degradation methods, such as using additive noise or gradient compression before sharing it with the server. In this work, we validate that the private training data can still be leaked under certain defense settings with a new type of leakage, i.e., Generative Gradient Leakage (GGL). Unlike existing methods that only rely on gradient information to reconstruct data, our method leverages the latent space of generative adversarial networks (GAN) learned from public image datasets as a prior to compensate for the informational loss during gradient degradation. To address the nonlinearity caused by the gradient operator and the GAN model, we explore various gradient-free optimization methods (e.g., evolution strategies and Bayesian optimization) and empirically show their superiority in reconstructing high-quality images from gradients compared to gradient-based optimizers. We hope the proposed method can serve as a tool for empirically measuring the amount of privacy leakage to facilitate the design of more robust defense mechanisms.

📄 PDF Abstract BibTeX arXiv:2203.15696

Code (2)

zhuohangli/ggl 공식 구현 pytorch
hangyuzhu/leakage-attack-in-federated-learning pytorch

Tasks

Bayesian OptimizationFederated Learning

Similar Papers 제목 키워드 기반

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

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

Combining Stochastic Defenses to Resist Gradient Inversion: An Ablation Study

2022-08-09 · Daniel Scheliga, Patrick Mäder, Marco Seeland

Gradient Inversion (GI) attacks are a ubiquitous threat in Federated Learning (FL) as they exploit gradient leakage to reconstruct supposedly private training data. Common defense mechanisms such as Differential Privacy …

Federated LearningImage ClassificationPrivacy Preserving

Analyzing Inference Privacy Risks Through Gradients in Machine Learning

2024-08-29 · Zhuohang Li, Andrew Lowy, Jing Liu, Toshiaki Koike-Akino 외

In distributed learning settings, models are iteratively updated with shared gradients computed from potentially sensitive user data. While previous work has studied various privacy risks of sharing gradients, our paper …

Attribute

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