SOTERIA: In Search of Efficient Neural Networks for Private Inference
Anshul Aggarwal, Trevor E. Carlson, Reza Shokri, Shruti Tople

TL;DR
SOTERIA introduces a neural architecture search-based training method to design models optimized for private inference, balancing accuracy with cryptographic efficiency in secure ML services.
Contribution
The paper presents a novel training approach that constructs neural network architectures inherently efficient for cryptographic private inference, unlike prior methods that adapt fixed models.
Findings
SOTERIA achieves a better balance between accuracy and cryptographic overhead.
Empirical results on MNIST and CIFAR10 demonstrate improved efficiency for private inference.
The method effectively reduces computation and communication costs during secure inference.
Abstract
ML-as-a-service is gaining popularity where a cloud server hosts a trained model and offers prediction (inference) service to users. In this setting, our objective is to protect the confidentiality of both the users' input queries as well as the model parameters at the server, with modest computation and communication overhead. Prior solutions primarily propose fine-tuning cryptographic methods to make them efficient for known fixed model architectures. The drawback with this line of approach is that the model itself is never designed to operate with existing efficient cryptographic computations. We observe that the network architecture, internal functions, and parameters of a model, which are all chosen during training, significantly influence the computation and communication overhead of a cryptographic method, during inference. Based on this observation, we propose SOTERIA -- a…
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.
Code & Models
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 · Stochastic Gradient Optimization Techniques
