paper-with-me

Papers

DPlis: Boosting Utility of Differentially Private Deep Learning via Randomized Smoothing

2021-03-02 · Wenxiao Wang, Tianhao Wang, Lun Wang, Nanqing Luo, Pan Zhou, Dawn Song, Ruoxi Jia

Deep learning techniques have achieved remarkable performance in wide-ranging tasks. However, when trained on privacy-sensitive datasets, the model parameters may expose private information in training data. Prior attempts for differentially private training, although offering rigorous privacy guarantees, lead to much lower model performance than the non-private ones. Besides, different runs of the same training algorithm produce models with large performance variance. To address these issues, we propose DPlis--Differentially Private Learning wIth Smoothing. The core idea of DPlis is to construct a smooth loss function that favors noise-resilient models lying in large flat regions of the loss landscape. We provide theoretical justification for the utility improvements of DPlis. Extensive experiments also demonstrate that DPlis can effectively boost model quality and training stability under a given privacy budget.

📄 PDF Abstract BibTeX arXiv:2103.01496

Code (2)

wangwenxiao/DPlis 공식 구현 pytorch
Koukyosyumei/AIJack pytorch

Similar Papers 제목 키워드 기반

Two Differentially Private Rating Collection Mechanisms for Recommender Systems

2016-04-28 · Wenjie Zheng

We design two mechanisms for the recommender system to collect user ratings. One is modified Laplace mechanism, and the other is randomized response mechanism. We prove that they are both differentially private and prese…

Recommendation SystemsVocal Bursts Valence Prediction

Optimized Tradeoffs for Private Prediction with Majority Ensembling

2024-11-27 · Shuli Jiang, Qiuyi, Zhang, Gauri Joshi

We study a classical problem in private prediction, the problem of computing an $(m\epsilon, \delta)$-differentially private majority of $K$ $(\epsilon, \Delta)$-differentially private algorithms for $1 \leq m \leq K$ an…

image-classificationImage ClassificationPrediction

Private Post-GAN Boosting

2020-07-23 · ICLR 2021 1 · Marcel Neunhoeffer, Zhiwei Steven Wu, Cynthia Dwork

Differentially private GANs have proven to be a promising approach for generating realistic synthetic data without compromising the privacy of individuals. Due to the privacy-protective noise introduced in the training, …

Differentially Private Sketches for Jaccard Similarity Estimation

2020-08-18 · Martin Aumüller, Anders Bourgeat, Jana Schmurr

This paper describes two locally-differential private algorithms for releasing user vectors such that the Jaccard similarity between these vectors can be efficiently estimated. The basic building block is the well known …

Differentially Private Decentralized Dataset Synthesis Through Randomized Mixing with Correlated Noise

2025-09-12 · Utsab Saha, Tanvir Muntakim Tonoy, Hafiz Imtiaz arxiv

In this work, we explore differentially private synthetic data generation in a decentralized-data setting by building on the recently proposed Differentially Private Class-Centric Data Aggregation (DP-CDA). DP-CDA synthe…

Synthetic Data Generation