paper-with-me

홈 › Papers

An Improved Privacy and Utility Analysis of Differentially Private SGD with Bounded Domain and Smooth Losses

2025-02-25 · Hao Liang, Wanrong Zhang, Xinlei He, Kaishun Wu, Hong Xing

Differentially Private Stochastic Gradient Descent (DPSGD) is widely used to protect sensitive data during the training of machine learning models, but its privacy guarantees often come at the cost of model performance, largely due to the inherent challenge of accurately quantifying privacy loss. While recent efforts have strengthened privacy guarantees by focusing solely on the final output and bounded domain cases, they still impose restrictive assumptions, such as convexity and other parameter limitations, and often lack a thorough analysis of utility. In this paper, we provide rigorous privacy and utility characterization for DPSGD for smooth loss functions in both bounded and unbounded domains. We track the privacy loss over multiple iterations by exploiting the noisy smooth-reduction property and establish the utility analysis by leveraging the projection's non-expansiveness and clipped SGD properties. In particular, we show that for DPSGD with a bounded domain, (i) the privacy loss can still converge without the convexity assumption, and (ii) a smaller bounded diameter can improve both privacy and utility simultaneously under certain conditions. Numerical results validate our results.

📄 PDF Abstract BibTeX arXiv:2502.17772

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Improved Differentially Private Decentralized Source Separation for fMRI Data

2019-10-28 · Hafiz Imtiaz, Jafar Mohammadi, Rogers Silva, Bradley Baker 외

Blind source separation algorithms such as independent component analysis (ICA) are widely used in the analysis of neuroimaging data. In order to leverage larger sample sizes, different data holders/sites may wish to col…

blind source separation

Minimax optimal differentially private synthetic data for smooth queries

2026-02-02 · Rundong Ding, Yiyun He, Yizhe Zhu arxiv

Differentially private synthetic data enables the sharing and analysis of sensitive datasets while providing rigorous privacy guarantees for individual contributors. A central challenge is to achieve strong utility guara…

Bridging the Gap: Differentially Private Equivariant Deep Learning for Medical Image Analysis

2022-09-09 · Florian A. Hölzl, Daniel Rueckert, Georgios Kaissis

Machine learning with formal privacy-preserving techniques like Differential Privacy (DP) allows one to derive valuable insights from sensitive medical imaging data while promising to protect patient privacy, but it usua…

Medical Image AnalysisPrivacy Preserving

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…

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…