(Nearly) Optimal Private Linear Regression via Adaptive Clipping
Prateek Varshney, Abhradeep Thakurta, Prateek Jain

TL;DR
This paper introduces DP-AMBSSGD, a differentially private linear regression method that achieves nearly optimal error bounds by adaptively estimating noise and sampling without replacement, outperforming existing techniques.
Contribution
The paper proposes a novel one-pass mini-batch stochastic gradient descent algorithm with adaptive noise estimation for differentially private linear regression, achieving near-optimal error bounds.
Findings
DP-AMBSSGD attains nearly optimal error bounds in terms of key parameters.
Error bounds are significantly better than existing methods, especially for large sample sizes.
The method is effective when the number of samples is proportional to the dimension d.
Abstract
We study the problem of differentially private linear regression where each data point is sampled from a fixed sub-Gaussian style distribution. We propose and analyze a one-pass mini-batch stochastic gradient descent method (DP-AMBSSGD) where points in each iteration are sampled without replacement. Noise is added for DP but the noise standard deviation is estimated online. Compared to existing -DP techniques which have sub-optimal error bounds, DP-AMBSSGD is able to provide nearly optimal error bounds in terms of key parameters like dimensionality , number of points , and the standard deviation of the noise in observations. For example, when the -dimensional covariates are sampled i.i.d. from the normal distribution, then the excess error of DP-AMBSSGD due to privacy is , i.e., the error is meaningful…
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.
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
