paper-with-me

홈 › Papers

On the Convergence and Calibration of Deep Learning with Differential Privacy

2021-06-15 · Zhiqi Bu, Hua Wang, Zongyu Dai, Qi Long

Differentially private (DP) training preserves the data privacy usually at the cost of slower convergence (and thus lower accuracy), as well as more severe mis-calibration than its non-private counterpart. To analyze the convergence of DP training, we formulate a continuous time analysis through the lens of neural tangent kernel (NTK), which characterizes the per-sample gradient clipping and the noise addition in DP training, for arbitrary network architectures and loss functions. Interestingly, we show that the noise addition only affects the privacy risk but not the convergence or calibration, whereas the per-sample gradient clipping (under both flat and layerwise clipping styles) only affects the convergence and calibration. Furthermore, we observe that while DP models trained with small clipping norm usually achieve the best accurate, but are poorly calibrated and thus unreliable. In sharp contrast, DP models trained with large clipping norm enjoy the same privacy guarantee and similar accuracy, but are significantly more \textit{calibrated}. Our code can be found at \url{https://github.com/woodyx218/opacus_global_clipping}.

📄 PDF Abstract BibTeX arXiv:2106.07830

Code (1)

woodyx218/private_vision 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

NTK 설명 없음

Similar Papers 제목 키워드 기반

Privacy Preserving Recalibration under Domain Shift

2020-08-21 · Rachel Luo, Shengjia Zhao, Jiaming Song, Jonathan Kuck 외

Classifiers deployed in high-stakes real-world applications must output calibrated confidence scores, i.e. their predicted probabilities should reflect empirical frequencies. Recalibration algorithms can greatly improve …

Privacy Preserving

Federated Calibration and Evaluation of Binary Classifiers

2022-10-22 · Graham Cormode, Igor Markov

We address two major obstacles to practical use of supervised classifiers on distributed private data. Whether a classifier was trained by a federation of cooperating clients or trained centrally out of distribution, (1)…

Boosted and Differentially Private Ensembles of Decision Trees

2020-01-26 · Richard Nock, Wilko Henecka

Boosted ensemble of decision tree (DT) classifiers are extremely popular in international competitions, yet to our knowledge nothing is formally known on how to make them \textit{also} differential private (DP), up to th…

Sensitivity

Empirical Calibration and Metric Differential Privacy in Language Models

2025-03-18 · Pedro Faustini, Natasha Fernandes, Annabelle McIver, Mark Dras

NLP models trained with differential privacy (DP) usually adopt the DP-SGD framework, and privacy guarantees are often reported in terms of the privacy budget $\epsilon$. However, $\epsilon$ does not have any intrinsic m…

A Closer Look at the Calibration of Differentially Private Learners

2022-10-15 · HANLIN ZHANG, Xuechen Li, Prithviraj Sen, Salim Roukos 외

We systematically study the calibration of classifiers trained with differentially private stochastic gradient descent (DP-SGD) and observe miscalibration across a wide range of vision and language tasks. Our analysis id…