English

Learning Differentially Private Recurrent Language Models

Machine Learning 2018-02-27 v3

Abstract

We demonstrate that it is possible to train large recurrent language models with user-level differential privacy guarantees with only a negligible cost in predictive accuracy. Our work builds on recent advances in the training of deep networks on user-partitioned data and privacy accounting for stochastic gradient descent. In particular, we add user-level privacy protection to the federated averaging algorithm, which makes "large step" updates from user-level data. Our work demonstrates that given a dataset with a sufficiently large number of users (a requirement easily met by even small internet-scale datasets), achieving differential privacy comes at the cost of increased computation, rather than in decreased utility as in most prior work. We find that our private LSTM language models are quantitatively and qualitatively similar to un-noised models when trained on a large dataset.

Keywords

Cite

@article{arxiv.1710.06963,
  title  = {Learning Differentially Private Recurrent Language Models},
  author = {H. Brendan McMahan and Daniel Ramage and Kunal Talwar and Li Zhang},
  journal= {arXiv preprint arXiv:1710.06963},
  year   = {2018}
}

Comments

Camera-ready ICLR 2018 version, minor edits from previous

R2 v1 2026-06-22T22:18:49.592Z