paper-with-me

홈 › Papers

Differentially Private Dropout

2017-11-30 · Beyza Ermis, Ali Taylan Cemgil

Large data collections required for the training of neural networks often contain sensitive information such as the medical histories of patients, and the privacy of the training data must be preserved. In this paper, we introduce a dropout technique that provides an elegant Bayesian interpretation to dropout, and show that the intrinsic noise added, with the primary goal of regularization, can be exploited to obtain a degree of differential privacy. The iterative nature of training neural networks presents a challenge for privacy-preserving estimation since multiple iterations increase the amount of noise added. We overcome this by using a relaxed notion of differential privacy, called concentrated differential privacy, which provides tighter estimates on the overall privacy loss. We demonstrate the accuracy of our privacy-preserving dropout algorithm on benchmark datasets.

📄 PDF Abstract BibTeX arXiv:1712.01665

Code (0)

등록된 구현이 없습니다.

Tasks

Privacy Preserving

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

The Influence of Dropout on Membership Inference in Differentially Private Models

2021-03-16 · Erick Galinkin

Differentially private models seek to protect the privacy of data the model is trained on, making it an important component of model security and privacy. At the same time, data scientists and machine learning engineers …

BIG-bench Machine LearningUncertainty Quantification

Dropout-Robust Mechanisms for Differentially Private and Fully Decentralized Mean Estimation

2025-06-04 · César Sabater, Sonia Ben Mokhtar, Jan Ramon

Achieving differentially private computations in decentralized settings poses significant challenges, particularly regarding accuracy, communication cost, and robustness against information leakage. While cryptographic s…

Correlated Privacy Mechanisms for Differentially Private Distributed Mean Estimation

2024-07-03 · Sajani Vithana, Viveck R. Cadambe, Flavio P. Calmon, Haewon Jeong

Differentially private distributed mean estimation (DP-DME) is a fundamental building block in privacy-preserving federated learning, where a central server estimates the mean of $d$-dimensional vectors held by $n$ users…

Federated LearningPrivacy Preserving

Differentially Private Multimodal Laplacian Dropout (DP-MLD) for EEG Representative Learning

2024-09-20 · Xiaowen Fu, Bingxin Wang, Xinzhou Guo, Guoqing Liu 외

Recently, multimodal electroencephalogram (EEG) learning has shown great promise in disease detection. At the same time, ensuring privacy in clinical studies has become increasingly crucial due to legal and ethical conce…

EEGElectroencephalogram (EEG)

Differentially Private Representation for NLP: Formal Guarantee and An Empirical Study on Privacy and Fairness

2020-10-03 · Findings of the Association for Computational Linguistics 2020 · Lingjuan Lyu, Xuanli He, Yitong Li

It has been demonstrated that hidden representation learned by a deep model can encode private information of the input, hence can be exploited to recover such information with reasonable accuracy. To address this issue,…

Fairness