Scalable Private Learning with PATE
Nicolas Papernot, Shuang Song, Ilya Mironov, Ananth Raghunathan, Kunal, Talwar, \'Ulfar Erlingsson

TL;DR
This paper enhances the PATE framework for private machine learning, enabling it to scale to complex, large-scale tasks with many classes and imbalanced data, while providing strong privacy guarantees and improved utility.
Contribution
The authors introduce new noisy aggregation mechanisms for PATE that improve privacy-utility trade-offs and demonstrate scalability to larger, more realistic datasets.
Findings
Improved privacy guarantees with tighter differential privacy bounds.
Enhanced utility and accuracy on large-scale, multi-class datasets.
Scalability of PATE to real-world, imbalanced data scenarios.
Abstract
The rapid adoption of machine learning has increased concerns about the privacy implications of machine learning models trained on sensitive data, such as medical records or other personal information. To address those concerns, one promising approach is Private Aggregation of Teacher Ensembles, or PATE, which transfers to a "student" model the knowledge of an ensemble of "teacher" models, with intuitive privacy provided by training teachers on disjoint data and strong privacy guaranteed by noisy aggregation of teachers' answers. However, PATE has so far been evaluated only on simple classification tasks like MNIST, leaving unclear its utility when applied to larger-scale learning tasks and real-world datasets. In this work, we show how PATE can scale to learning tasks with large numbers of output classes and uncurated, imbalanced training data with errors. For this, we introduce new…
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
TopicsPrivacy-Preserving Technologies in Data · Adversarial Robustness in Machine Learning · Cryptography and Data Security
