LGNov 20, 2014

Differentially Private Algorithms for Empirical Machine Learning

arXiv:1411.5428v234 citations
Originality Incremental advance
AI Analysis

This work addresses practical limitations in differentially private machine learning for real-world applications, though it is incremental as it builds on existing private classification frameworks.

The paper tackled the poor accuracy of existing differentially private classifiers and the lack of private evaluation methods by developing novel preprocessing techniques for feature selection and private algorithms for constructing ROC curves, showing significant accuracy improvements on three real-world datasets.

An important use of private data is to build machine learning classifiers. While there is a burgeoning literature on differentially private classification algorithms, we find that they are not practical in real applications due to two reasons. First, existing differentially private classifiers provide poor accuracy on real world datasets. Second, there is no known differentially private algorithm for empirically evaluating the private classifier on a private test dataset. In this paper, we develop differentially private algorithms that mirror real world empirical machine learning workflows. We consider the private classifier training algorithm as a blackbox. We present private algorithms for selecting features that are input to the classifier. Though adding a preprocessing step takes away some of the privacy budget from the actual classification process (thus potentially making it noisier and less accurate), we show that our novel preprocessing techniques significantly increase classifier accuracy on three real-world datasets. We also present the first private algorithms for empirically constructing receiver operating characteristic (ROC) curves on a private test set.

Foundations

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

Your Notes