English

Differentially Private Learning Needs Better Features (or Much More Data)

Machine Learning 2021-02-19 v3 Cryptography and Security Machine Learning

Abstract

We demonstrate that differentially private machine learning has not yet reached its "AlexNet moment" on many canonical vision tasks: linear models trained on handcrafted features significantly outperform end-to-end deep neural networks for moderate privacy budgets. To exceed the performance of handcrafted features, we show that private learning requires either much more private data, or access to features learned on public data from a similar domain. Our work introduces simple yet strong baselines for differentially private learning that can inform the evaluation of future progress in this area.

Keywords

Cite

@article{arxiv.2011.11660,
  title  = {Differentially Private Learning Needs Better Features (or Much More Data)},
  author = {Florian Tramèr and Dan Boneh},
  journal= {arXiv preprint arXiv:2011.11660},
  year   = {2021}
}

Comments

ICLR 2021. Code available at https://github.com/ftramer/Handcrafted-DP

R2 v1 2026-06-23T20:27:22.983Z