Privacy-Preserving Distributed Machine Learning Made Faster
Zoe L. Jiang, Jiajing Gu, Hongxiao Wang, Yulin Wu, Junbin Fang,, Siu-Ming Yiu, Wenjian Luo, Xuan Wang

TL;DR
This paper advances privacy-preserving distributed machine learning by developing efficient multi-key homomorphic encryption operations supporting arithmetic on integers, enabling practical linear regression without compromising data privacy.
Contribution
It introduces a series of binary bootstrapped gates and mathematical operators for positive and negative integers, enhancing MKTFHE's capabilities for distributed ML tasks.
Findings
Designed efficient bootstrapped gates comparable to NAND gate
Constructed practical k-bit integer operators for arithmetic operations
Demonstrated effective distributed linear regression with privacy preservation
Abstract
With the development of machine learning, it is difficult for a single server to process all the data. So machine learning tasks need to be spread across multiple servers, turning the centralized machine learning into a distributed one. However, privacy remains an unsolved problem in distributed machine learning. Multi-key homomorphic encryption is one of the suitable candidates to solve the problem. However, the most recent result of the Multi-key homomorphic encryption scheme (MKTFHE) only supports the NAND gate. Although it is Turing complete, it requires efficient encapsulation of the NAND gate to further support mathematical calculation. This paper designs and implements a series of operations on positive and negative integers accurately. First, we design basic bootstrapped gates with the same efficiency as that of the NAND gate. Second, we construct practical -bit complement…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsCryptography and Data Security · Coding theory and cryptography · Complexity and Algorithms in Graphs
MethodsLinear Regression
