paper-with-me

Papers

Differentially Private Distributed Bayesian Linear Regression with MCMC

2023-01-31 · Barış Alparslan, Sinan Yildirim, Ş. İlker Birbil

We propose a novel Bayesian inference framework for distributed differentially private linear regression. We consider a distributed setting where multiple parties hold parts of the data and share certain summary statistics of their portions in privacy-preserving noise. We develop a novel generative statistical model for privately shared statistics, which exploits a useful distributional relation between the summary statistics of linear regression. Bayesian estimation of the regression coefficients is conducted mainly using Markov chain Monte Carlo algorithms, while we also provide a fast version to perform Bayesian estimation in one iteration. The proposed methods have computational advantages over their competitors. We provide numerical results on both real and simulated data, which demonstrate that the proposed algorithms provide well-rounded estimation and prediction.

📄 PDF Abstract BibTeX arXiv:2301.13778

Code (1)

sinanyildirim/bayesian_dp_dist_lr 공식 구현

Tasks

Bayesian InferencePrivacy Preservingregression

Similar Papers 제목 키워드 기반

Differentially Private Bayesian Linear Regression

2019-10-29 · NeurIPS 2019 12 · Garrett Bernstein, Daniel Sheldon

Linear regression is an important tool across many fields that work with sensitive human-sourced data. Significant prior work has focused on producing differentially private point estimates, which provide a privacy guara…

regression

Better Private Linear Regression Through Better Private Feature Selection

2023-06-01 · NeurIPS 2023 11

Existing work on differentially private linear regression typically assumes that end users can precisely set data bounds or algorithmic hyperparameters. End users often struggle to meet these requirements without directl…

Decision Makingfeature selectionregression

Secure and Differentially Private Bayesian Learning on Distributed Data

2020-05-22 · Yeongjae Gil, Xiaoqian Jiang, Miran Kim, Junghye Lee

Data integration and sharing maximally enhance the potential for novel and meaningful discoveries. However, it is a non-trivial task as integrating data from multiple sources can put sensitive information of study partic…

Data IntegrationPrivacy PreservingregressionSurvival Analysis

Majority Vote for Distributed Differentially Private Sign Selection

2022-09-08 · Weidong Liu, Jiyuan Tu, Xiaojun Mao, Xi Chen

Privacy-preserving data analysis has become more prevalent in recent years. In this study, we propose a distributed group differentially private Majority Vote mechanism, for the sign selection problem in a distributed se…

Privacy Preservingregression

Differentially Private Federated Variational Inference

2019-11-24 · Mrinank Sharma, Michael Hutchinson, Siddharth Swaroop, Antti Honkela 외

In many real-world applications of machine learning, data are distributed across many clients and cannot leave the devices they are stored on. Furthermore, each client's data, computational resources and communication co…

Bayesian InferenceFederated LearningVariational Inference