paper-with-me

Papers

Faster Differentially Private Convex Optimization via Second-Order Methods

2023-05-22 · NeurIPS 2023 11

Differentially private (stochastic) gradient descent is the workhorse of DP private machine learning in both the convex and non-convex settings. Without privacy constraints, second-order methods, like Newton's method, converge faster than first-order methods like gradient descent. In this work, we investigate the prospect of using the second-order information from the loss function to accelerate DP convex optimization. We first develop a private variant of the regularized cubic Newton method of Nesterov and Polyak, and show that for the class of strongly convex loss functions, our algorithm has quadratic convergence and achieves the optimal excess loss. We then design a practical second-order DP algorithm for the unconstrained logistic regression problem. We theoretically and empirically study the performance of our algorithm. Empirical results show our algorithm consistently achieves the best excess loss compared to other baselines and is 10-40x faster than DP-GD/DP-SGD.

📄 PDF Abstract BibTeX arXiv:2305.13209

Code (0)

등록된 구현이 없습니다.

Tasks

Second-order methods

Methods 이 논문이 사용한 방법론

Logistic Regression Logistic Regression, despite its name, is a linear model for classification rather than regression. Logistic regression is also known in the literature as logit regression,…

Similar Papers 제목 키워드 기반

Output Perturbation for Differentially Private Convex Optimization: Faster and More General

2021-02-09 · Andrew Lowy, Meisam Razaviyayn

Finding efficient, easily implementable differentially private (DP) algorithms that offer strong excess risk bounds is an important problem in modern machine learning. To date, most work has focused on private empirical …

Adversarial RobustnessFairness

Differentially Private Optimization for Smooth Nonconvex ERM

2023-02-09 · Changyu Gao, Stephen J. Wright

We develop simple differentially private optimization algorithms that move along directions of (expected) descent to find an approximate second-order solution for nonconvex ERM. We use line search, mini-batching, and a t…

Private Stochastic Convex Optimization: Optimal Rates in Linear Time

2020-05-10 · Vitaly Feldman, Tomer Koren, Kunal Talwar

We study differentially private (DP) algorithms for stochastic convex optimization: the problem of minimizing the population loss given i.i.d. samples from a distribution over convex loss functions. A recent work of Bass…

Differentially private inference via noisy optimization

2021-03-19 · Marco Avella-Medina, Casey Bradshaw, Po-Ling Loh

We propose a general optimization-based framework for computing differentially private M-estimators and a new method for constructing differentially private confidence regions. Firstly, we show that robust statistics can…

How to Make the Gradients Small Privately: Improved Rates for Differentially Private Non-Convex Optimization

2024-02-17 · Andrew Lowy, Jonathan Ullman, Stephen J. Wright

We provide a simple and flexible framework for designing differentially private algorithms to find approximate stationary points of non-convex loss functions. Our framework is based on using a private approximate risk mi…