paper-with-me

홈 › Papers

Towards Bidirectional Protection in Federated Learning

2020-10-02 · Lun Wang, Qi Pang, Shuai Wang, Dawn Song

Prior efforts in enhancing federated learning (FL) security fall into two categories. At one end of the spectrum, some work uses secure aggregation techniques to hide the individual client's updates and only reveal the aggregated global update to a malicious server that strives to infer the clients' privacy from their updates. At the other end of the spectrum, some work uses Byzantine-robust FL protocols to suppress the influence of malicious clients' updates. We present a federated learning protocol F2ED-LEARNING, which, for the first time, offers bidirectional defense to simultaneously combat against the malicious centralized server and Byzantine malicious clients. To defend against Byzantine malicious clients, F2ED-LEARNING provides dimension-free estimation error by employing and calibrating a well-studied robust mean estimator FilterL2. F2ED-LEARNING also leverages secure aggregation to protect clients from a malicious server. One key challenge of F2ED-LEARNING is to address the incompatibility between FilterL2 and secure aggregation schemes. Concretely, FilterL2 has to check the individual updates from clients whereas secure aggregation hides those updates from the malicious server. To this end, we propose a practical and highly effective solution to split the clients into shards, where F2ED-LEARNING securely aggregates each shard's update and launches FilterL2 on updates from different shards. The evaluation shows that F2ED-LEARNING consistently achieves optimal or close-to-optimal performance and outperforms five secure FL protocols under five popular attacks.

📄 PDF Abstract BibTeX arXiv:2010.01175

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Similar Papers 제목 키워드 기반

Privacy-preserving Federated Primal-dual Learning for Non-convex and Non-smooth Problems with Model Sparsification

2023-10-30 · Yiwei Li, Chien-Wei Huang, Shuai Wang, Chong-Yung Chi 외

Federated learning (FL) has been recognized as a rapidly growing research area, where the model is trained over massively distributed clients under the orchestration of a parameter server (PS) without sharing clients' da…

Federated LearningPrivacy Preserving

A Meta-learning Framework for Tuning Parameters of Protection Mechanisms in Trustworthy Federated Learning

2023-05-28 · Xiaojin Zhang, Yan Kang, Lixin Fan, Kai Chen 외

Trustworthy Federated Learning (TFL) typically leverages protection mechanisms to guarantee privacy. However, protection mechanisms inevitably introduce utility loss or efficiency reduction while protecting data privacy.…

Federated LearningMeta-Learning

Federated Learning for Cross-Domain Data Privacy: A Distributed Approach to Secure Collaboration

2025-03-31 · Yiwei Zhang, Jie Liu, Jiawei Wang, Lu Dai 외

This paper proposes a data privacy protection framework based on federated learning, which aims to realize effective cross-domain data collaboration under the premise of ensuring data privacy through distributed learning…

Federated Learning

Trading Off Privacy, Utility and Efficiency in Federated Learning

2022-09-01 · Xiaojin Zhang, Yan Kang, Kai Chen, Lixin Fan 외

Federated learning (FL) enables participating parties to collaboratively build a global model with boosted utility without disclosing private data information. Appropriate protection mechanisms have to be adopted to fulf…

Federated LearningVertical Federated Learning

Towards Achieving Near-optimal Utility for Privacy-Preserving Federated Learning via Data Generation and Parameter Distortion

2023-05-07 · Xiaojin Zhang, Kai Chen, Qiang Yang

Federated learning (FL) enables participating parties to collaboratively build a global model with boosted utility without disclosing private data information. Appropriate protection mechanisms have to be adopted to fulf…

Federated LearningPrivacy Preserving