핵심 개념
Efficient and accurate privacy-preserving machine learning protocols using secure lookup tables.
초록
The content discusses the design and implementation of new privacy-preserving machine learning protocols for logistic regression and neural network models. It introduces the HawkSingle and HawkMulti protocols, focusing on efficient computation of activation functions and derivatives. The HawkMulti protocol allows for table reuse, reducing computational resources needed for training. Experimental evaluations show significant speed gains and accuracy improvements compared to existing methods.
통계
Our logistic regression protocol is up to 9× faster than SecureML [58].
The neural network training is up to 688× faster than SecureML [58].
Neural network achieves an accuracy of 96.6% on MNIST in 15 epochs.
인용구
"Our evaluations show that our logistic regression protocol is up to 9× faster, and the neural network training is up to 688× faster than SecureML [58]."
"Our neural network achieves an accuracy of 96.6% on MNIST in 15 epochs, outperforming prior benchmarks [58, 76] that capped at 93.4% using the same architecture."