paper-with-me

홈 › Papers

Data Leakage in Federated Averaging

2022-06-24 · Dimitar I. Dimitrov, Mislav Balunović, Nikola Konstantinov, Martin Vechev

Recent attacks have shown that user data can be recovered from FedSGD updates, thus breaking privacy. However, these attacks are of limited practical relevance as federated learning typically uses the FedAvg algorithm. Compared to FedSGD, recovering data from FedAvg updates is much harder as: (i) the updates are computed at unobserved intermediate network weights, (ii) a large number of batches are used, and (iii) labels and network weights vary simultaneously across client steps. In this work, we propose a new optimization-based attack which successfully attacks FedAvg by addressing the above challenges. First, we solve the optimization problem using automatic differentiation that forces a simulation of the client's update that generates the unobserved parameters for the recovered labels and inputs to match the received client update. Second, we address the large number of batches by relating images from different epochs with a permutation invariant prior. Third, we recover the labels by estimating the parameters of existing FedSGD attacks at every FedAvg step. On the popular FEMNIST dataset, we demonstrate that on average we successfully recover >45% of the client's images from realistic FedAvg updates computed on 10 local epochs of 10 batches each with 5 images, compared to only <10% using the baseline. Our findings show many real-world federated learning implementations based on FedAvg are vulnerable.

📄 PDF Abstract BibTeX arXiv:2206.12395

Code (1)

eth-sri/fedavg_leakage 공식 구현 jax

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Hear No Evil: Detecting Gradient Leakage by Malicious Servers in Federated Learning

2025-06-25 · Fei Wang, Baochun Li

Recent work has shown that gradient updates in federated learning (FL) can unintentionally reveal sensitive information about a client's local data. This risk becomes significantly greater when a malicious server manipul…

Federated Learning

FedSC: Provable Federated Self-supervised Learning with Spectral Contrastive Objective over Non-i.i.d. Data

2024-05-07 · Shusen Jing, Anlan Yu, Shuai Zhang, Songyang Zhang

Recent efforts have been made to integrate self-supervised learning (SSL) with the framework of federated learning (FL). One unique challenge of federated self-supervised learning (FedSSL) is that the global objective of…

Federated LearningSelf-Supervised Learning

FedBoosting: Federated Learning with Gradient Protected Boosting for Text Recognition

2020-07-14 · Hanchi Ren, Jingjing Deng, Xianghua Xie, Xiaoke Ma 외

Typical machine learning approaches require centralized data for model training, which may not be possible where restrictions on data sharing are in place due to, for instance, privacy and gradient protection. The recent…

Federated Learning

TOFU: Towards Obfuscated Federated Updates by Encoding Weight Updates into Gradients from Proxy Data

2022-01-21 · Isha Garg, Manish Nagaraj, Kaushik Roy

Advances in Federated Learning and an abundance of user data have enabled rich collaborative learning between multiple clients, without sharing user data. This is done via a central server that aggregates learning in the…

Federated Learning

Over-the-Air Federated Averaging with Limited Power and Privacy Budgets

2023-05-05 · Na Yan, Kezhi Wang, Cunhua Pan, Kok Keong Chai 외

To jointly overcome the communication bottleneck and privacy leakage of wireless federated learning (FL), this paper studies a differentially private over-the-air federated averaging (DP-OTA-FedAvg) system with a limited…

Federated LearningScheduling