paper-with-me

Papers

Augment then Smooth: Reconciling Differential Privacy with Certified Robustness

2023-06-14 · Jiapeng Wu, Atiyeh Ashari Ghomi, David Glukhov, Jesse C. Cresswell, Franziska Boenisch, Nicolas Papernot

Machine learning models are susceptible to a variety of attacks that can erode trust, including attacks against the privacy of training data, and adversarial examples that jeopardize model accuracy. Differential privacy and certified robustness are effective frameworks for combating these two threats respectively, as they each provide future-proof guarantees. However, we show that standard differentially private model training is insufficient for providing strong certified robustness guarantees. Indeed, combining differential privacy and certified robustness in a single system is non-trivial, leading previous works to introduce complex training schemes that lack flexibility. In this work, we present DP-CERT, a simple and effective method that achieves both privacy and robustness guarantees simultaneously by integrating randomized smoothing into standard differentially private model training. Compared to the leading prior work, DP-CERT gives up to a 2.5% increase in certified accuracy for the same differential privacy guarantee on CIFAR10. Through in-depth per-sample metric analysis, we find that larger certifiable radii correlate with smaller local Lipschitz constants, and show that DP-CERT effectively reduces Lipschitz constants compared to other differentially private training methods. The code is available at github.com/layer6ai-labs/dp-cert.

📄 PDF Abstract BibTeX arXiv:2306.08656

Code (1)

layer6ai-labs/dp-cert 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Randomized Smoothing 설명 없음
fail 설명 없음

Similar Papers 제목 키워드 기반

Differentially Private Gradient Flow based on the Sliced Wasserstein Distance

2023-12-13 · Ilana Sebag, Muni Sreenivas Pydi, Jean-Yves Franceschi, Alain Rakotomamonjy 외

Safeguarding privacy in sensitive training data is paramount, particularly in the context of generative modeling. This can be achieved through either differentially private stochastic gradient descent or a differentially…

Practical Differentially Private and Byzantine-resilient Federated Learning

2023-04-15 · Zihang Xiang, Tianhao Wang, WanYu Lin, Di Wang

Privacy and Byzantine resilience are two indispensable requirements for a federated learning (FL) system. Although there have been extensive studies on privacy and Byzantine security in their own track, solutions that co…

Federated LearningPrivacy Preserving

Privacy-Preserving Distributed Online Mirror Descent for Nonconvex Optimization

2025-01-08 · Yingjie Zhou, Tao Li

We investigate the distributed online nonconvex optimization problem with differential privacy over time-varying networks. Each node minimizes the sum of several nonconvex functions while preserving the node's differenti…

Privacy Preserving

Differentially Private ADMM Algorithms for Machine Learning

2020-10-31 · Tao Xu, Fanhua Shang, Yuanyuan Liu, Hongying Liu 외

In this paper, we study efficient differentially private alternating direction methods of multipliers (ADMM) via gradient perturbation for many machine learning problems. For smooth convex loss functions with (non)-smoot…

BIG-bench Machine Learning

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 외

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, …