Abstract
Federated learning has emerged as a promising approach for collaborative and privacy-preserving learning. Participants in a federated learning process cooperatively train a model by exchanging model parameters instead of the actual training data, which they might want to keep private. However, parameter interaction and the resulting model still might disclose information about the training data used. To address these privacy concerns, several approaches have been proposed based on differential privacy and secure multiparty computation (SMC), among others. They often result in large communication overhead and slow training time. In this paper, we propose HybridAlpha, an approach for privacy-preserving federated learning employing an SMC protocol based on functional encryption. This protocol is simple, efficient and resilient to participants dropping out. We evaluate our approach regarding the training time and data volume exchanged using a federated learning process to train a CNN on the MNIST data set. Evaluation against existing crypto-based SMC solutions shows that HybridAlpha can reduce the training time by 68% and data transfer volume by 92% on average while providing the same model performance and privacy guarantees as the existing solutions.
Original language | English (US) |
---|---|
Title of host publication | AISec 2019 - Proceedings of the 12th ACM Workshop on Artificial Intelligence and Security |
Publisher | Association for Computing Machinery |
Pages | 13-23 |
Number of pages | 11 |
ISBN (Electronic) | 9781450368339 |
DOIs | |
State | Published - Nov 11 2019 |
Externally published | Yes |
Event | 12th ACM Workshop on Artificial Intelligence and Security, AISec 2019, co-located with CCS 2019 - London, United Kingdom Duration: Nov 15 2019 → … |
Publication series
Name | Proceedings of the ACM Conference on Computer and Communications Security |
---|---|
ISSN (Print) | 1543-7221 |
Conference
Conference | 12th ACM Workshop on Artificial Intelligence and Security, AISec 2019, co-located with CCS 2019 |
---|---|
Country/Territory | United Kingdom |
City | London |
Period | 11/15/19 → … |
Bibliographical note
Publisher Copyright:© 2019 Copyright held by the owner/author(s).
Keywords
- Federated learning
- Functional encryption
- Neural networks
- Privacy