We study differentially private (DP) optimization algorithms for stochastic and empirical objectives which are neither smooth nor convex, and propose methods that return a Goldstein-stationary point with sample complexity bounds that improve on existing works. We start by providing a single-pass (ϵ,δ)-DP algorithm that returns an (α,β)-stationary point as long as the dataset is of size Ω(d/αβ3+d/ϵαβ2), which is Ω(d) times smaller than the algorithm of Zhang et al. [2024] for this task, where d is the dimension. We then provide a multi-pass polynomial time algorithm which further improves the sample complexity to Ω(d/β2+d3/4/ϵα1/2β3/2), by designing a sample efficient ERM algorithm, and proving that Goldstein-stationary points generalize from the empirical loss to the population loss.
@article{arxiv.2410.05880,
title = {Improved Sample Complexity for Private Nonsmooth Nonconvex Optimization},
author = {Guy Kornowski and Daogao Liu and Kunal Talwar},
journal= {arXiv preprint arXiv:2410.05880},
year = {2025}
}
Comments
Accepted to ICML 2025; some fixes following reviews