Private Inference in Quantized Models
Zirui Deng, Vinayak Ramkumar, Rawad Bitar, and Netanel Raviv

TL;DR
This paper introduces privacy-preserving schemes for inference in quantized models, leveraging information-theoretic methods to balance user and server privacy while maintaining model accuracy.
Contribution
It proposes novel schemes for private inference in quantized models, addressing privacy tradeoffs with an information-theoretic framework.
Findings
Effective privacy-accuracy tradeoff schemes
Robust privacy guarantees for both user and server
Applicable to a wide range of machine learning models
Abstract
A typical setup in many machine learning scenarios involves a server that holds a model and a user that possesses data, and the challenge is to perform inference while safeguarding the privacy of both parties. Private Inference has been extensively explored in recent years, mainly from a cryptographic standpoint via techniques like homomorphic encryption and multiparty computation. These approaches often come with high computational overhead and may degrade the accuracy of the model. In our work, we take a different approach inspired by the Private Information Retrieval literature. We view private inference as the task of retrieving inner products of parameter vectors with the data, a fundamental operation in many machine learning models. We introduce schemes that enable such retrieval of inner products for models with quantized (i.e., restricted to a finite set) weights; such models…
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
TopicsPrivacy-Preserving Technologies in Data · Cryptography and Data Security · Stochastic Gradient Optimization Techniques
