English

Fast and Private Inference of Deep Neural Networks by Co-designing Activation Functions

Cryptography and Security 2024-04-17 v2 Machine Learning

Abstract

Machine Learning as a Service (MLaaS) is an increasingly popular design where a company with abundant computing resources trains a deep neural network and offers query access for tasks like image classification. The challenge with this design is that MLaaS requires the client to reveal their potentially sensitive queries to the company hosting the model. Multi-party computation (MPC) protects the client's data by allowing encrypted inferences. However, current approaches suffer from prohibitively large inference times. The inference time bottleneck in MPC is the evaluation of non-linear layers such as ReLU activation functions. Motivated by the success of previous work co-designing machine learning and MPC, we develop an activation function co-design. We replace all ReLUs with a polynomial approximation and evaluate them with single-round MPC protocols, which give state-of-the-art inference times in wide-area networks. Furthermore, to address the accuracy issues previously encountered with polynomial activations, we propose a novel training algorithm that gives accuracy competitive with plaintext models. Our evaluation shows between 33 and 110×110\times speedups in inference time on large models with up to 2323 million parameters while maintaining competitive inference accuracy.

Keywords

Cite

@article{arxiv.2306.08538,
  title  = {Fast and Private Inference of Deep Neural Networks by Co-designing Activation Functions},
  author = {Abdulrahman Diaa and Lucas Fenaux and Thomas Humphries and Marian Dietz and Faezeh Ebrahimianghazani and Bailey Kacsmar and Xinda Li and Nils Lukas and Rasoul Akhavan Mahdavi and Simon Oya and Ehsan Amjadian and Florian Kerschbaum},
  journal= {arXiv preprint arXiv:2306.08538},
  year   = {2024}
}

Comments

To appear at USENIX Security 2024