paper-with-me

Papers

Differentially Private Model Publishing for Deep Learning

2019-04-03 · Lei Yu, Ling Liu, Calton Pu, Mehmet Emre Gursoy, Stacey Truex

Deep learning techniques based on neural networks have shown significant success in a wide range of AI tasks. Large-scale training datasets are one of the critical factors for their success. However, when the training datasets are crowdsourced from individuals and contain sensitive information, the model parameters may encode private information and bear the risks of privacy leakage. The recent growing trend of the sharing and publishing of pre-trained models further aggravates such privacy risks. To tackle this problem, we propose a differentially private approach for training neural networks. Our approach includes several new techniques for optimizing both privacy loss and model accuracy. We employ a generalization of differential privacy called concentrated differential privacy(CDP), with both a formal and refined privacy loss analysis on two different data batching methods. We implement a dynamic privacy budget allocator over the course of training to improve model accuracy. Extensive experiments demonstrate that our approach effectively improves privacy loss accounting, training efficiency and model quality under a given privacy budget.

📄 PDF Abstract BibTeX arXiv:1904.02200

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Learningmodel

Similar Papers 제목 키워드 기반

DPGOMI: Differentially Private Data Publishing with Gaussian Optimized Model Inversion

2023-10-06 · Dongjie Chen, Sen-Ching S. Cheung, Chen-Nee Chuah

High-dimensional data are widely used in the era of deep learning with numerous applications. However, certain data which has sensitive information are not allowed to be shared without privacy protection. In this paper, …

Wishart Mechanism for Differentially Private Principal Components Analysis

2015-11-18 · Wuxuan Jiang, Cong Xie, Zhihua Zhang

We propose a new input perturbation mechanism for publishing a covariance matrix to achieve $(\epsilon,0)$-differential privacy. Our mechanism uses a Wishart distribution to generate matrix noise. In particular, We apply…

Differentially Private Maximal Information Coefficients

2022-06-21 · John Lazarsfeld, Aaron Johnson, Emmanuel Adeniran

The Maximal Information Coefficient (MIC) is a powerful statistic to identify dependencies between variables. However, it may be applied to sensitive data, and publishing it could leak private information. As a solution,…

Differentially Private Mixture of Generative Neural Networks

2017-09-13 · Gergely Acs, Luca Melis, Claude Castelluccia, Emiliano De Cristofaro

Generative models are used in a wide range of applications building on large amounts of contextually rich information. Due to possible privacy violations of the individuals whose data is used to train these models, howev…

Near-optimal Differentially Private Principal Components

2012-12-01 · NeurIPS 2012 12 · Kamalika Chaudhuri, Anand Sarwate, Kaushik Sinha

Principal components analysis (PCA) is a standard tool for identifying good low-dimensional approximations to data sets in high dimension. Many current data sets of interest contain private or sensitive information abou…