paper-with-me

홈 › Papers

DReS-FL: Dropout-Resilient Secure Federated Learning for Non-IID Clients via Secret Data Sharing

2022-10-06 · Jiawei Shao, Yuchang Sun, Songze Li, Jun Zhang

Federated learning (FL) strives to enable collaborative training of machine learning models without centrally collecting clients' private data. Different from centralized training, the local datasets across clients in FL are non-independent and identically distributed (non-IID). In addition, the data-owning clients may drop out of the training process arbitrarily. These characteristics will significantly degrade the training performance. This paper proposes a Dropout-Resilient Secure Federated Learning (DReS-FL) framework based on Lagrange coded computing (LCC) to tackle both the non-IID and dropout problems. The key idea is to utilize Lagrange coding to secretly share the private datasets among clients so that each client receives an encoded version of the global dataset, and the local gradient computation over this dataset is unbiased. To correctly decode the gradient at the server, the gradient function has to be a polynomial in a finite field, and thus we construct polynomial integer neural networks (PINNs) to enable our framework. Theoretical analysis shows that DReS-FL is resilient to client dropouts and provides privacy protection for the local datasets. Furthermore, we experimentally demonstrate that DReS-FL consistently leads to significant performance gains over baseline methods.

📄 PDF Abstract BibTeX arXiv:2210.02680

Code (0)

등록된 구현이 없습니다.

Tasks

Federated Learning

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

A Secure and Efficient Federated Learning Framework for NLP

2022-01-28 · EMNLP 2021 11 · Jieren Deng, Chenghong Wang, Xianrui Meng, Yijue Wang 외

In this work, we consider the problem of designing secure and efficient federated learning (FL) frameworks. Existing solutions either involve a trusted aggregator or require heavyweight cryptographic primitives, which de…

Federated Learning

FastSecAgg: Scalable Secure Aggregation for Privacy-Preserving Federated Learning

2020-09-23 · Swanand Kadhe, Nived Rajaraman, O. Ozan Koyluoglu, Kannan Ramchandran

Recent attacks on federated learning demonstrate that keeping the training data on clients' devices does not provide sufficient privacy, as the model parameters shared by clients can leak information about their training…

Federated LearningPrivacy Preserving

Byzantine-Resilient Secure Federated Learning

2020-07-21 · Jinhyun So, Basak Guler, A. Salman Avestimehr

Secure federated learning is a privacy-preserving framework to improve machine learning models by training over large volumes of data collected by mobile users. This is achieved through an iterative process where, at eac…

Federated LearningOutlier DetectionPrivacy PreservingQuantization

Secure Vertical Federated Learning Under Unreliable Connectivity

2023-05-26 · Xinchi Qiu, Heng Pan, Wanru Zhao, Yan Gao 외

Most work in privacy-preserving federated learning (FL) has focused on horizontally partitioned datasets where clients hold the same features and train complete client-level models independently. However, individual data…

Federated LearningPrivacy PreservingVertical Federated Learning

Flamingo: Multi-Round Single-Server Secure Aggregation with Applications to Private Federated Learning

2023-08-19 · Yiping Ma, Jess Woods, Sebastian Angel, Antigoni Polychroniadou 외

This paper introduces Flamingo, a system for secure aggregation of data across a large set of clients. In secure aggregation, a server sums up the private inputs of clients and obtains the result without learning anythin…

Federated Learning