paper-with-me

홈 › Papers

Differentially Private Ordinary Least Squares

2015-07-09 · ICML 2017 8 · Or Sheffet

Linear regression is one of the most prevalent techniques in machine learning, however, it is also common to use linear regression for its \emph{explanatory} capabilities rather than label prediction. Ordinary Least Squares (OLS) is often used in statistics to establish a correlation between an attribute (e.g. gender) and a label (e.g. income) in the presence of other (potentially correlated) features. OLS assumes a particular model that randomly generates the data, and derives \emph{$t$-values} --- representing the likelihood of each real value to be the true correlation. Using $t$-values, OLS can release a \emph{confidence interval}, which is an interval on the reals that is likely to contain the true correlation, and when this interval does not intersect the origin, we can \emph{reject the null hypothesis} as it is likely that the true correlation is non-zero. Our work aims at achieving similar guarantees on data under differentially private estimators. First, we show that for well-spread data, the Gaussian Johnson-Lindenstrauss Transform (JLT) gives a very good approximation of $t$-values, secondly, when JLT approximates Ridge regression (linear regression with $l_2$-regularization) we derive, under certain conditions, confidence intervals using the projected data, lastly, we derive, under different conditions, confidence intervals for the "Analyze Gauss" algorithm (Dwork et al, STOC 2014).

📄 PDF Abstract BibTeX arXiv:1507.02482

Code (0)

등록된 구현이 없습니다.

Tasks

Attributeregression

Methods 이 논문이 사용한 방법론

Linear Regression Linear Regression is a method for modelling a relationship between a dependent variable and independent variables. These models can be fit with numerous approaches. The most…

Similar Papers 제목 키워드 기반

Insufficient Statistics Perturbation: Stable Estimators for Private Least Squares

2024-04-23 · Gavin Brown, Jonathan Hayase, Samuel Hopkins, Weihao Kong 외

We present a sample- and time-efficient differentially private algorithm for ordinary least squares, with error that depends linearly on the dimension and is independent of the condition number of $X^\top X$, where $X$ i…

Enhancing Differentially Private Linear Regression via Public Second-Moment

2025-08-25 · Zilong Cao, Hai Zhang arxiv

Leveraging information from public data has become increasingly crucial in enhancing the utility of differentially private (DP) methods. Traditional DP approaches often require adding noise based solely on private data, …

Refined Differentially Private Linear Regression via Extension of a Free Lunch Result

2026-04-11 · Sasmita Harini S, Anshoo Tandon arxiv

As data-privacy regulations tighten and statistical models are increasingly deployed on sensitive human-sourced data, privacy-preserving linear regression has become a critical necessity. For the add-remove DP model, Kul…

High-Dimensional Differentially Private Quantile Regression: Distributed Estimation and Statistical Inference

2025-08-07 · Ziliang Shen, Caixing Wang, Shaoli Wang, Yibo Yan arxiv

With the development of big data and machine learning, privacy concerns have become increasingly critical, especially when handling heterogeneous datasets containing sensitive personal information. Differential privacy p…

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

2024-02-21 · Gavin Brown, Krishnamurthy Dvijotham, Georgina Evans, Daogao Liu 외

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 itera…