CRAILGOct 4, 2019

PINFER: Privacy-Preserving Inference for Machine Learning

arXiv:1910.01865v1
Originality Incremental advance
AI Analysis

This addresses privacy concerns for users of outsourced ML services by offering simpler and more efficient protocols compared to existing hardware or multi-party computation methods.

The paper tackles the problem of privacy in outsourced machine learning by proposing protocols for privacy-preserving regression and classification that use additively homomorphic encryption, limit interactions to a request and response, and apply to algorithms like logistic regression, SVM, and neural networks.

The foreseen growing role of outsourced machine learning services is raising concerns about the privacy of user data. Several technical solutions are being proposed to address the issue. Hardware security modules in cloud data centres appear limited to enterprise customers due to their complexity, while general multi-party computation techniques require a large number of message exchanges. This paper proposes a variety of protocols for privacy-preserving regression and classification that (i) only require additively homomorphic encryption algorithms, (ii) limit interactions to a mere request and response, and (iii) that can be used directly for important machine-learning algorithms such as logistic regression and SVM classification. The basic protocols are then extended and applied to feed-forward neural networks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes