paper-with-me

Papers

High Dimensional Differentially Private Stochastic Optimization with Heavy-tailed Data

2021-07-23 · Lijie Hu, Shuo Ni, Hanshen Xiao, Di Wang

As one of the most fundamental problems in machine learning, statistics and differential privacy, Differentially Private Stochastic Convex Optimization (DP-SCO) has been extensively studied in recent years. However, most of the previous work can only handle either regular data distribution or irregular data in the low dimensional space case. To better understand the challenges arising from irregular data distribution, in this paper we provide the first study on the problem of DP-SCO with heavy-tailed data in the high dimensional space. In the first part we focus on the problem over some polytope constraint (such as the $\ell_1$-norm ball). We show that if the loss function is smooth and its gradient has bounded second order moment, it is possible to get a (high probability) error bound (excess population risk) of $\tilde{O}(\frac{\log d}{(n\epsilon)^\frac{1}{3}})$ in the $\epsilon$-DP model, where $n$ is the sample size and $d$ is the dimensionality of the underlying space. Next, for LASSO, if the data distribution that has bounded fourth-order moments, we improve the bound to $\tilde{O}(\frac{\log d}{(n\epsilon)^\frac{2}{5}})$ in the $(\epsilon, \delta)$-DP model. In the second part of the paper, we study sparse learning with heavy-tailed data. We first revisit the sparse linear model and propose a truncated DP-IHT method whose output could achieve an error of $\tilde{O}(\frac{s^{*2}\log d}{n\epsilon})$, where $s^*$ is the sparsity of the underlying parameter. Then we study a more general problem over the sparsity ({\em i.e.,} $\ell_0$-norm) constraint, and show that it is possible to achieve an error of $\tilde{O}(\frac{s^{*\frac{3}{2}}\log d}{n\epsilon})$, which is also near optimal up to a factor of $\tilde{O}{(\sqrt{s^*})}$, if the loss function is smooth and strongly convex.

📄 PDF Abstract BibTeX arXiv:2107.11136

Code (0)

등록된 구현이 없습니다.

Tasks

Sparse LearningStochastic OptimizationVocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Differentially Private Random Block Coordinate Descent

2024-12-22 · Artavazd Maranjyan, Abdurakhmon Sadiev, Peter Richtárik

Coordinate Descent (CD) methods have gained significant attention in machine learning due to their effectiveness in solving high-dimensional problems and their ability to decompose complex optimization tasks. However, cl…

Differentially Private Optimization with Sparse Gradients

2024-04-16 · Badih Ghazi, Cristóbal Guzmán, Pritish Kamath, Ravi Kumar 외

Motivated by applications of large embedding models, we study differentially private (DP) optimization problems under sparsity of individual gradients. We start with new near-optimal bounds for the classic mean estimatio…

Differentially Private High Dimensional Bandits

2024-02-06 · Apurv Shukla

We consider a high-dimensional stochastic contextual linear bandit problem when the parameter vector is $s_{0}$-sparse and the decision maker is subject to privacy constraints under both central and local models of diffe…

Private Adaptive Gradient Methods for Convex Optimization

2021-06-25 · Hilal Asi, John Duchi, Alireza Fallah, Omid Javidbakht 외

We study adaptive methods for differentially private convex optimization, proposing and analyzing differentially private variants of a Stochastic Gradient Descent (SGD) algorithm with adaptive stepsizes, as well as the A…

User-level Differentially Private Stochastic Convex Optimization: Efficient Algorithms with Optimal Rates

2023-11-07 · Hilal Asi, Daogao Liu

We study differentially private stochastic convex optimization (DP-SCO) under user-level privacy, where each user may hold multiple data items. Existing work for user-level DP-SCO either requires super-polynomial runtime…