paper-with-me

Papers

Byzantine-Robust and Privacy-Preserving Framework for FedML

2021-05-05 · Hanieh Hashemi, Yongqin Wang, Chuan Guo, Murali Annavaram

Federated learning has emerged as a popular paradigm for collaboratively training a model from data distributed among a set of clients. This learning setting presents, among others, two unique challenges: how to protect privacy of the clients' data during training, and how to ensure integrity of the trained model. We propose a two-pronged solution that aims to address both challenges under a single framework. First, we propose to create secure enclaves using a trusted execution environment (TEE) within the server. Each client can then encrypt their gradients and send them to verifiable enclaves. The gradients are decrypted within the enclave without the fear of privacy breaches. However, robustness check computations in a TEE are computationally prohibitive. Hence, in the second step, we perform a novel gradient encoding that enables TEEs to encode the gradients and then offloading Byzantine check computations to accelerators such as GPUs. Our proposed approach provides theoretical bounds on information leakage and offers a significant speed-up over the baseline in empirical evaluation.

📄 PDF Abstract BibTeX arXiv:2105.02295

Code (0)

등록된 구현이 없습니다.

Tasks

Federated LearningPrivacy Preserving

Similar Papers 제목 키워드 기반

FedML-HE: An Efficient Homomorphic-Encryption-Based Privacy-Preserving Federated Learning System

2023-03-20 · Weizhao Jin, Yuhang Yao, Shanshan Han, Jiajun Gu 외

Federated Learning trains machine learning models on distributed devices by aggregating local model updates instead of local data. However, privacy concerns arise as the aggregated local models on the server may reveal s…

Federated LearningPrivacy Preserving

FedREP: A Byzantine-Robust, Communication-Efficient and Privacy-Preserving Framework for Federated Learning

2023-03-09 · Yi-Rui Yang, Kun Wang, Wu-Jun Li

Federated learning (FL) has recently become a hot research topic, in which Byzantine robustness, communication efficiency and privacy preservation are three important aspects. However, the tension among these three aspec…

Federated LearningPrivacy Preserving

SoK: Assessing the State of Applied Federated Machine Learning

2023-08-03 · Tobias Müller, Maximilian Stäbler, Hugo Gascón, Frank Köster 외

Machine Learning (ML) has shown significant potential in various applications; however, its adoption in privacy-critical domains has been limited due to concerns about data privacy. A promising solution to this issue is …

Systematic Literature Review

Practical Framework for Privacy-Preserving and Byzantine-robust Federated Learning

2025-12-19 · Baolei Zhang, Minghong Fang, Zhuqing Liu, Biao Yi 외 arxiv

Federated Learning (FL) allows multiple clients to collaboratively train a model without sharing their private data. However, FL is vulnerable to Byzantine attacks, where adversaries manipulate client models to compromis…

Dimensionality ReductionFederated Learning

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 co…

Federated LearningPrivacy Preserving