paper-with-me

Papers

Encoded Gradients Aggregation against Gradient Leakage in Federated Learning

2022-05-26 · Dun Zeng, Shiyu Liu, Siqi Liang, Zonghang Li, Hui Wang, Irwin King, Zenglin Xu

Federated learning enables isolated clients to train a shared model collaboratively by aggregating the locally-computed gradient updates. However, privacy information could be leaked from uploaded gradients and be exposed to malicious attackers or an honest-but-curious server. Although the additive homomorphic encryption technique guarantees the security of this process, it brings unacceptable computation and communication burdens to FL participants. To mitigate this cost of secure aggregation and maintain the learning performance, we propose a new framework called Encoded Gradient Aggregation (\emph{EGA}). In detail, EGA first encodes local gradient updates into an encoded domain with injected noises in each client before the aggregation in the server. Then, the encoded gradients aggregation results can be recovered for the global model update via a decoding function. This scheme could prevent the raw gradients of a single client from exposing on the internet and keep them unknown to the server. EGA could provide optimization and communication benefits under different noise levels and defend against gradient leakage. We further provide a theoretical analysis of the approximation error and its impacts on federated optimization. Moreover, EGA is compatible with the most federated optimization algorithms. We conduct intensive experiments to evaluate EGA in real-world federated settings, and the results have demonstrated its efficacy.

📄 PDF Abstract BibTeX arXiv:2205.13216

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Gradients Stand-in for Defending Deep Leakage in Federated Learning

2024-10-11 · H. Yi, H. Ren, C. Hu, Y. Li 외

Federated Learning (FL) has become a cornerstone of privacy protection, shifting the paradigm towards localizing sensitive data while only sending model gradients to a central server. This strategy is designed to reinfor…

Federated Learning

Gradient Leakage Defense with Key-Lock Module for Federated Learning

2023-05-06 · Hanchi Ren, Jingjing Deng, Xianghua Xie, Xiaoke Ma 외

Federated Learning (FL) is a widely adopted privacy-preserving machine learning approach where private data remains local, enabling secure computations and the exchange of local model gradients between local clients and …

Federated LearningPrivacy Preserving

RFLPA: A Robust Federated Learning Framework against Poisoning Attacks with Secure Aggregation

2024-05-24 · Peihua Mai, Ran Yan, Yan Pang

Federated learning (FL) allows multiple devices to train a model collaboratively without sharing their data. Despite its benefits, FL is vulnerable to privacy leakage and poisoning attacks. To address the privacy concern…

Federated Learning

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

Seeing the Forest through the Trees: Data Leakage from Partial Transformer Gradients

2024-06-03 · Weijun Li, Qiongkai Xu, Mark Dras

Recent studies have shown that distributed machine learning is vulnerable to gradient inversion attacks, where private training data can be reconstructed by analyzing the gradients of the models shared in training. Previ…