LGCRFeb 21, 2024

Private Gradient Descent for Linear Regression: Tighter Error Bounds and Instance-Specific Uncertainty Estimation

arXiv:2402.13531v111 citationsh-index: 45ICML
Originality Synthesis-oriented
AI Analysis

This work addresses privacy-preserving linear regression for data analysts, offering incremental improvements in error bounds and uncertainty estimation.

The paper tackles the problem of differentially private gradient descent for linear regression by providing an improved analysis that yields tighter error bounds and enables instance-specific uncertainty estimation. The result shows that with proper hyperparameters, the sample complexity depends only linearly on the data dimension, matching non-private and recent private methods.

We provide an improved analysis of standard differentially private gradient descent for linear regression under the squared error loss. Under modest assumptions on the input, we characterize the distribution of the iterate at each time step. Our analysis leads to new results on the algorithm's accuracy: for a proper fixed choice of hyperparameters, the sample complexity depends only linearly on the dimension of the data. This matches the dimension-dependence of the (non-private) ordinary least squares estimator as well as that of recent private algorithms that rely on sophisticated adaptive gradient-clipping schemes (Varshney et al., 2022; Liu et al., 2023). Our analysis of the iterates' distribution also allows us to construct confidence intervals for the empirical optimizer which adapt automatically to the variance of the algorithm on a particular data set. We validate our theorems through experiments on synthetic data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes