paper-with-me

홈 › Papers

SA-DPSGD: Differentially Private Stochastic Gradient Descent based on Simulated Annealing

2022-11-14 · Jie Fu, Zhili Chen, XinPeng Ling

Differential privacy (DP) provides a formal privacy guarantee that prevents adversaries with access to machine learning models from extracting information about individual training points. Differentially private stochastic gradient descent (DPSGD) is the most popular training method with differential privacy in image recognition. However, existing DPSGD schemes lead to significant performance degradation, which prevents the application of differential privacy. In this paper, we propose a simulated annealing-based differentially private stochastic gradient descent scheme (SA-DPSGD) which accepts a candidate update with a probability that depends both on the update quality and on the number of iterations. Through this random update screening, we make the differentially private gradient descent proceed in the right direction in each iteration, and result in a more accurate model finally. In our experiments, under the same hyperparameters, our scheme achieves test accuracies 98.35%, 87.41% and 60.92% on datasets MNIST, FashionMNIST and CIFAR10, respectively, compared to the state-of-the-art result of 98.12%, 86.33% and 59.34%. Under the freely adjusted hyperparameters, our scheme achieves even higher accuracies, 98.89%, 88.50% and 64.17%. We believe that our method has a great contribution for closing the accuracy gap between private and non-private image classification.

📄 PDF Abstract BibTeX arXiv:2211.07218

Code (0)

등록된 구현이 없습니다.

Tasks

image-classificationImage Classification

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

On the effect of normalization layers on Differentially Private training of deep Neural networks

2020-06-19 · Ali Davody, David Ifeoluwa Adelani, Thomas Kleinbauer, Dietrich Klakow

Differentially private stochastic gradient descent (DPSGD) is a variation of stochastic gradient descent based on the Differential Privacy (DP) paradigm, which can mitigate privacy threats that arise from the presence of…

Removing Disparate Impact of Differentially Private Stochastic Gradient Descent on Model Accuracy

2020-03-08 · Depeng Xu, Wei Du, Xintao Wu

When we enforce differential privacy in machine learning, the utility-privacy trade-off is different w.r.t. each group. Gradient clipping and random noise addition disproportionately affect underrepresented and complex c…

The importance of feature preprocessing for differentially private linear optimization

2023-07-19 · Ziteng Sun, Ananda Theertha Suresh, Aditya Krishna Menon

Training machine learning models with differential privacy (DP) has received increasing interest in recent years. One of the most popular algorithms for training differentially private models is differentially private st…

image-classificationImage Classification

Revisiting Privacy Amplification by Subsampling in Selective Release DPSGD

2026-06-03 · Xiaobo Huang, Fang Xie arxiv

Machine learning's reliance on sensitive data necessitates privacy-preserving techniques like Differentially Private Stochastic Gradient Descent (DPSGD). However, DPSGD suffers from substantial utility degradation and sl…

Disparate Impact in Differential Privacy from Gradient Misalignment

2022-06-15 · Maria S. Esipova, Atiyeh Ashari Ghomi, Yaqiao Luo, Jesse C. Cresswell

As machine learning becomes more widespread throughout society, aspects including data privacy and fairness must be carefully considered, and are crucial for deployment in highly regulated industries. Unfortunately, the …

Fairness