Gazelle: A Low Latency Framework for Secure Neural Network Inference
Chiraag Juvekar, Vinod Vaikuntanathan, Anantha Chandrakasan

TL;DR
Gazelle is a low-latency, scalable system that enables privacy-preserving neural network inference by combining homomorphic encryption and garbled circuits, significantly outperforming previous methods in speed.
Contribution
The paper introduces Gazelle, a novel framework that integrates homomorphic encryption and garbled circuits for efficient secure neural network inference.
Findings
Outperforms existing systems like MiniONN and Chameleon by 20-30 times in runtime
Achieves three orders of magnitude faster online inference than CryptoNets
Demonstrates practical secure inference on benchmark datasets MNIST and CIFAR-10
Abstract
The growing popularity of cloud-based machine learning raises a natural question about the privacy guarantees that can be provided in such a setting. Our work tackles this problem in the context where a client wishes to classify private images using a convolutional neural network (CNN) trained by a server. Our goal is to build efficient protocols whereby the client can acquire the classification result without revealing their input to the server, while guaranteeing the privacy of the server's neural network. To this end, we design Gazelle, a scalable and low-latency system for secure neural network inference, using an intricate combination of homomorphic encryption and traditional two-party computation techniques (such as garbled circuits). Gazelle makes three contributions. First, we design the Gazelle homomorphic encryption library which provides fast algorithms for basic…
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 · Stochastic Gradient Optimization Techniques · Privacy-Preserving Technologies in Data
