ImageNet classification with deep convolutional neural networks
Alex Krizhevsky, Ilya Sutskever et al.
0
Citations
0
Influential Citations
—
Venue
2017
Year
… In this paper, we present new and efficient protocols for privacy preserving machine learning for linear regression, logistic regression and neural network training using the stochastic …
Privacy-preserving machine learning is a critical area as organizations increasingly need to train models on sensitive data while complying with regulations like GDPR and HIPAA. SecureML, presented in 2017, was one of the first systems to demonstrate that practical privacy-preserving training for common ML models is possible. Prior work often focused on inference only or was computationally prohibitive. This paper's focus on training (not just inference) and its use of efficient protocols marked a significant step toward real-world adoption.
The paper addresses the core challenge of secure multi-party computation (MPC) overhead, which historically made training on encrypted data impractical. By proposing new protocols for linear regression, logistic regression, and neural networks, SecureML provided a foundation for subsequent research in the field. Its emphasis on scalability and efficiency has influenced many later works in privacy-preserving ML.
The abstract does not provide specific numerical results, but the paper claims that the proposed protocols are significantly more efficient than previous approaches. The system is said to be scalable, implying that it can handle larger datasets and models than prior work. However, without concrete metrics, it is difficult to quantify the improvement. The paper likely includes benchmarks comparing training time and communication cost against baseline secure computation methods.
SecureML has had a lasting impact on the field of privacy-preserving machine learning. It demonstrated that training complex models like neural networks on encrypted data is feasible, opening the door for applications in healthcare, finance, and other sensitive domains. The protocols and design principles introduced in this paper have been built upon by many subsequent works, such as those using secure aggregation, federated learning, and advanced MPC frameworks. While the paper is from 2017, its ideas remain relevant, and it is considered a foundational reference for researchers and practitioners working on secure ML.
Alex Krizhevsky, Ilya Sutskever et al.
Ashish Vaswani, Noam Shazeer et al.
Douglas M. Bates, Martin Mächler et al.
Diederik P. Kingma, Jimmy Ba