paper-with-me

Papers

Practical Differentially Private and Byzantine-resilient Federated Learning

2023-04-15 · Zihang Xiang, Tianhao Wang, WanYu Lin, Di Wang

Privacy and Byzantine resilience are two indispensable requirements for a federated learning (FL) system. Although there have been extensive studies on privacy and Byzantine security in their own track, solutions that consider both remain sparse. This is due to difficulties in reconciling privacy-preserving and Byzantine-resilient algorithms. In this work, we propose a solution to such a two-fold issue. We use our version of differentially private stochastic gradient descent (DP-SGD) algorithm to preserve privacy and then apply our Byzantine-resilient algorithms. We note that while existing works follow this general approach, an in-depth analysis on the interplay between DP and Byzantine resilience has been ignored, leading to unsatisfactory performance. Specifically, for the random noise introduced by DP, previous works strive to reduce its impact on the Byzantine aggregation. In contrast, we leverage the random noise to construct an aggregation that effectively rejects many existing Byzantine attacks. We provide both theoretical proof and empirical experiments to show our protocol is effective: retaining high accuracy while preserving the DP guarantee and Byzantine resilience. Compared with the previous work, our protocol 1) achieves significantly higher accuracy even in a high privacy regime; 2) works well even when up to 90% of distributive workers are Byzantine.

📄 PDF Abstract BibTeX arXiv:2304.09762

Code (1)

zihangxiang/-practical-differentially-private-and-byzantine-resilient-federated 공식 구현 pytorch

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

Byzantine-Resilient Secure Aggregation for Federated Learning Without Privacy Compromises

2024-05-14 · Yue Xia, Christoph Hofmeister, Maximilian Egger, Rawad Bitar

Federated learning (FL) shows great promise in large scale machine learning, but brings new risks in terms of privacy and security. We propose ByITFL, a novel scheme for FL that provides resilience against Byzantine user…

Federated LearningPrivacy Preserving

Brave: Byzantine-Resilient and Privacy-Preserving Peer-to-Peer Federated Learning

2024-01-10 · Zhangchen Xu, Fengqing Jiang, Luyao Niu, Jinyuan Jia 외

Federated learning (FL) enables multiple participants to train a global machine learning model without sharing their private training data. Peer-to-peer (P2P) FL advances existing centralized FL paradigms by eliminating …

Federated Learningimage-classificationImage ClassificationPrivacy Preserving

Perfect Privacy for Discriminator-Based Byzantine-Resilient Federated Learning

2025-06-16 · Yue Xia, Christoph Hofmeister, Maximilian Egger, Rawad Bitar

Federated learning (FL) shows great promise in large-scale machine learning but introduces new privacy and security challenges. We propose ByITFL and LoByITFL, two novel FL schemes that enhance resilience against Byzanti…

Federated Learning

zPROBE: Zero Peek Robustness Checks for Federated Learning

2022-06-24 · ICCV 2023 1 · Zahra Ghodsi, Mojan Javaheripi, Nojan Sheybani, Xinqiao Zhang 외

Privacy-preserving federated learning allows multiple users to jointly train a model with coordination of a central server. The server only learns the final aggregation result, thus the users' (private) training data is …

Federated LearningPrivacy Preserving

Byzantine-Resilient Federated PCA and Low Rank Column-wise Sensing

2023-09-25 · Ankit Pratap Singh, Namrata Vaswani

This work considers two related learning problems in a federated attack prone setting: federated principal components analysis (PCA) and federated low rank column-wise sensing (LRCS). The node attacks are assumed to be B…