2b6335e10dfdce80.tex
1: \begin{abstract}
2:     Differentially private (stochastic) gradient descent is the workhorse of differentially 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.   
3:     In this work, we investigate the prospect of using the second-order information of loss function to accelerate differentially private convex optimization. 
4:     We first develop a private variant of the regularized cubic Newton method of \citet{nesterov2006cubic} for the class of strongly convex loss functions. We show that our algorithm achieves the optimal excess loss and attains the same (optimal) rate of convergence as its non-private counterparts.  We then design a practical second-order DP algorithm for the unconstrained logistic regression problem. %
5:     We empirically study the performance of our algorithm. We show that our algorithm almost always achieves the best excess loss for a wide range of $\varepsilon \in [0.01,10]$ on many challenging datasets. Furthermore, the run-time of our algorithm is $10\times$-$40\times$ faster than DPGD. 
6: \end{abstract}
7: