paper-with-me

Papers

Revisiting differentially private linear regression: optimal and adaptive prediction & estimation in unbounded domain

2018-03-07 · Yu-Xiang Wang

We revisit the problem of linear regression under a differential privacy constraint. By consolidating existing pieces in the literature, we clarify the correct dependence of the feature, label and coefficient domains in the optimization error and estimation error, hence revealing the delicate price of differential privacy in statistical estimation and statistical learning. Moreover, we propose simple modifications of two existing DP algorithms: (a) posterior sampling, (b) sufficient statistics perturbation, and show that they can be upgraded into adaptive algorithms that are able to exploit data-dependent quantities and behave nearly optimally for every instance. Extensive experiments are conducted on both simulated data and real data, which conclude that both AdaOPS and AdaSSP outperform the existing techniques on nearly all 36 data sets that we test on.

📄 PDF Abstract BibTeX arXiv:1803.02596

Code (2)

yuxiangw/optimal_dp_linear_regression 공식 구현
TPiazza21/Thesis

Tasks

regression

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 제목 키워드 기반

Improved Differentially Private Regression via Gradient Boosting

2023-03-06 · Shuai Tang, Sergul Aydore, Michael Kearns, Saeyoung Rho 외

We revisit the problem of differentially private squared error linear regression. We observe that existing state-of-the-art methods are sensitive to the choice of hyperparameters -- including the ``clipping threshold'' t…

regression

Revisiting Differentially Private Regression: Lessons From Learning Theory and their Consequences

2015-12-20 · Xi Wu, Matthew Fredrikson, Wentao Wu, Somesh Jha 외

Private regression has received attention from both database and security communities. Recent work by Fredrikson et al. (USENIX Security 2014) analyzed the functional mechanism (Zhang et al. VLDB 2012) for training linea…

Learning Theoryregression

Differentially Private Regression with Unbounded Covariates

2022-02-19 · Jason Milionis, Alkis Kalavasis, Dimitris Fotakis, Stratis Ioannidis

We provide computationally efficient, differentially private algorithms for the classical regression settings of Least Squares Fitting, Binary Regression and Linear Regression with unbounded covariates. Prior to our work…

regression

Differentially Private Multi-Party Data Release for Linear Regression

2022-06-16 · Ruihan Wu, Xin Yang, Yuanshun Yao, Jiankai Sun 외

Differentially Private (DP) data release is a promising technique to disseminate data without compromising the privacy of data subjects. However the majority of prior work has focused on scenarios where a single party ow…

regression

Differentially Private Sliced Inverse Regression: Minimax Optimality and Algorithm

2024-01-16 · Xintao Xia, Linjun Zhang, Zhanrui Cai

Privacy preservation has become a critical concern in high-dimensional data analysis due to the growing prevalence of data-driven applications. Since its proposal, sliced inverse regression has emerged as a widely utiliz…

Dimensionality Reductionregression