paper-with-me

Papers

Differentially Private Bagging: Improved utility and cheaper privacy than subsample-and-aggregate

2019-12-01 · NeurIPS 2019 12 · James Jordon, Jinsung Yoon, Mihaela van der Schaar

Differential Privacy is a popular and well-studied notion of privacy. In the era ofbig data that we are in, privacy concerns are becoming ever more prevalent and thusdifferential privacy is being turned to as one such solution. A popular method forensuring differential privacy of a classifier is known as subsample-and-aggregate,in which the dataset is divided into distinct chunks and a model is learned on eachchunk, after which it is aggregated. This approach allows for easy analysis of themodel on the data and thus differential privacy can be easily applied. In this paper,we extend this approach by dividing the data several times (rather than just once)and learning models on each chunk within each division. The first benefit of thisapproach is the natural improvement of utility by aggregating models trained ona more diverse range of subsets of the data (as demonstrated by the well-knownbagging technique). The second benefit is that, through analysis that we provide inthe paper, we can derive tighter differential privacy guarantees when several queriesare made to this mechanism. In order to derive these guarantees, we introducethe upwards and downwards moments accountants and derive bounds for thesemoments accountants in a data-driven fashion. We demonstrate the improvementsour model makes over standard subsample-and-aggregate in two datasets (HeartFailure (private) and UCI Adult (public)).

📄 PDF Abstract BibTeX

Code (1)

vanderschaarlab/mlforhealthlabpub/tree/main/alg/dpbag jax

Similar Papers 제목 키워드 기반

On the Intrinsic Differential Privacy of Bagging

2020-08-22 · Hongbin Liu, Jinyuan Jia, Neil Zhenqiang Gong

Differentially private machine learning trains models while protecting privacy of the sensitive training data. The key to obtain differentially private models is to introduce noise/randomness to the training process. In …

BIG-bench Machine LearningEnsemble Learning

Aggregating Data for Optimal and Private Learning

2024-11-28 · Sushant Agarwal, Yukti Makhija, Rishi Saket, Aravindan Raghuveer

Multiple Instance Regression (MIR) and Learning from Label Proportions (LLP) are learning frameworks arising in many applications, where the training data is partitioned into disjoint sets or bags, and only an aggregate …

regression

Differentially Private Random Block Coordinate Descent

2024-12-22 · Artavazd Maranjyan, Abdurakhmon Sadiev, Peter Richtárik

Coordinate Descent (CD) methods have gained significant attention in machine learning due to their effectiveness in solving high-dimensional problems and their ability to decompose complex optimization tasks. However, cl…

Gradient Perturbation is Underrated for Differentially Private Convex Optimization

2019-11-26 · Da Yu, Huishuai Zhang, Wei Chen, Tie-Yan Liu 외

Gradient perturbation, widely used for differentially private optimization, injects noise at every iterative update to guarantee differential privacy. Previous work first determines the noise level that can satisfy the p…

DP$^2$-VAE: Differentially Private Pre-trained Variational Autoencoders

2022-08-05 · Dihong Jiang, Guojun Zhang, Mahdi Karami, Xi Chen 외

Modern machine learning systems achieve great success when trained on large datasets. However, these datasets usually contain sensitive information (e.g. medical records, face images), leading to serious privacy concerns…