Morse-STF: Improved Protocols for Privacy-Preserving Machine Learning
Qizhi Zhang, Sijun Tan, Lichun Li, Yun Zhao, Dong Yin, Shan Yin

TL;DR
Morse-STF introduces advanced privacy-preserving protocols for linear and non-linear machine learning layers, significantly enhancing scalability and speed in secure training of models like logistic regression and CNNs.
Contribution
The paper presents novel protocols for secure computation of bilinear maps, sigmoid, and softmax functions, and integrates them into an end-to-end system for faster privacy-preserving ML training.
Findings
Achieves 3-17x faster runtime for core protocols.
Realizes 1.8x speedup for logistic regression.
Attains 3.9-4.9x speedup for CNN training.
Abstract
Secure multi-party computation enables multiple mutually distrusting parties to perform computations on data without revealing the data itself, and has become one of the core technologies behind privacy-preserving machine learning. In this work, we present several improved privacy-preserving protocols for both linear and non-linear layers in machine learning. For linear layers, we present an extended beaver triple protocol for bilinear maps that significantly reduces communication of convolution layer. For non-linear layers, we introduce novel protocols for computing the sigmoid and softmax function. Both functions are essential building blocks for machine learning training of classification tasks. Our protocols are both more scalable and robust than prior constructions, and improves runtime performance by 3-17x. Finally, we introduce Morse-STF, an end-to-end privacy-preserving system…
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 · Privacy-Preserving Technologies in Data · Pharmacological Effects and Toxicity Studies
MethodsConvolution · Logistic Regression · Softmax
