Private Empirical Risk Minimization Beyond the Worst Case: The Effect of the Constraint Set Geometry
Kunal Talwar, Abhradeep Thakurta, Li Zhang

TL;DR
This paper demonstrates how the geometric properties of the constraint set in private ERM can be exploited to achieve significantly improved error bounds, especially for Lipschitz, strongly convex, and smooth functions, including sparse linear regression.
Contribution
It introduces a differentially private Mirror Descent approach leveraging constraint set geometry, leading to tighter error bounds than previous worst-case analyses.
Findings
Error bounds of O(G_{\u2113}/n) for Lipschitz loss functions
Improved bounds for strongly convex and smooth functions
Tight bounds for sparse linear regression (LASSO) case
Abstract
Empirical Risk Minimization (ERM) is a standard technique in machine learning, where a model is selected by minimizing a loss function over constraint set. When the training dataset consists of private information, it is natural to use a differentially private ERM algorithm, and this problem has been the subject of a long line of work started with Chaudhuri and Monteleoni 2008. A private ERM algorithm outputs an approximate minimizer of the loss function and its error can be measured as the difference from the optimal value of the loss function. When the constraint set is arbitrary, the required error bounds are fairly well understood \cite{BassilyST14}. In this work, we show that the geometric properties of the constraint set can be used to derive significantly better results. Specifically, we show that a differentially private version of Mirror Descent leads to error bounds of the…
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 · Stochastic Gradient Optimization Techniques · Statistical Methods and Inference
MethodsLinear Regression
