← Search

Raef Bassily

21 accepted papers

2024

Differentially Private Domain Adaptation with Theoretical Guarantees

ICML 2024poster

In many applications, the labeled data at the learner's disposal is subject to privacy constraints and is relatively limited. To derive a more accurate predictor for the target domain, it is often beneficial to leverage publicly available labeled data from an alternative domain, somewhat close to th…

Cited by 0SourcePDFScholar
2024

Private Algorithms for Stochastic Saddle Points and Variational Inequalities: Beyond Euclidean Geometry

NeurIPS 2024poster

In this work, we conduct a systematic study of stochastic saddle point problems (SSP) and stochastic variational inequalities (SVI) under the constraint of $(\epsilon,\delta)$-differential privacy (DP) in both Euclidean and non-Euclidean setups. We first consider Lipschitz convex-concave SSPs in the…

Cited by 0SourcePDFScholar
2024

Public-data Assisted Private Stochastic Optimization: Power and Limitations

NeurIPS 2024poster

We study the limits and capability of public-data assisted differentially private (PA-DP) algorithms. Specifically, we focus on the problem of stochastic convex optimization (SCO) with either labeled or unlabeled public data. For complete/labeled public data, we show that any $(\epsilon,\delta)$-PA…

Cited by 3SourcePDFScholar
2023

Faster Rates of Convergence to Stationary Points in Differentially Private Optimization

ICML 2023poster

We study the problem of approximating stationary points of Lipschitz and smooth functions under $(\varepsilon,\delta)$-differential privacy (DP) in both the finite-sum and stochastic settings. A point $\widehat{w}$ is called an $\alpha$-stationary point of a function $F:\mathbb{R}^d\rightarrow\mathb…

Cited by 34SourcePDFScholar
2023

Principled Approaches for Private Adaptation from a Public Source

AISTATS 2023poster

A key problem in a variety of applications is that of domain adaptation from a public source domain, for which a relatively large amount of labeled data with no privacy constraints is at one’s disposal, to a private target domain, for which a private sample is available with very few or no labeled d…

Cited by 4SourcePDFScholar
2022

Differentially Private Generalized Linear Models Revisited

NeurIPS 2022accept

We study the problem of $(\epsilon,\delta)$-differentially private learning of linear predictors with convex losses. We provide results for two subclasses of loss functions. The first case is when the loss is smooth and non-negative but not necessarily Lipschitz (such as the squared loss). For this…

Cited by 25SourcePDFScholar
2021

Differentially Private Stochastic Optimization: New Results in Convex and Non-Convex Settings

NeurIPS 2021poster

We study differentially private stochastic optimization in convex and non-convex settings. For the convex case, we focus on the family of non-smooth generalized linear losses (GLLs). Our algorithm for the $\ell_2$ setting achieves optimal excess population risk in near-linear time, while the best kn…

Cited by 61SourcePDFScholar
2020

Private Query Release Assisted by Public Data

ICML 2020poster

We study the problem of differentially private query release assisted by access to public data. In this problem, the goal is to answer a large class $\mathcal{H}$ of statistical queries with error no more than $\alpha$ using a combination of public and private samples. The algorithm is required to s…

Cited by 68SourcePDFScholar
2020

Stability of Stochastic Gradient Descent on Nonsmooth Convex Losses

NeurIPS 2020spotlight

Uniform stability is a notion of algorithmic stability that bounds the worst case change in the model output by the algorithm when a single data point in the dataset is replaced. An influential work of Hardt et al. [2016] provides strong upper bounds on the uniform stability of the stochastic gradie…

Cited by 223SourcePDFScholar
2019

Private Stochastic Convex Optimization with Optimal Rates

NeurIPS 2019spotlight

We study differentially private (DP) algorithms for stochastic convex optimization (SCO). In this problem the goal is to approximately minimize the population loss given i.i.d.~samples from a distribution over convex and Lipschitz loss functions. A long line of existing work on private convex optimi…

Cited by 294SourcePDFScholar
2018

The Power of Interpolation: Understanding the Effectiveness of SGD in Modern Over-parametrized Learning

ICML 2018oral

In this paper we aim to formally explain the phenomenon of fast convergence of Stochastic Gradient Descent (SGD) observed in modern machine learning. The key observation is that most modern learning architectures are over-parametrized and are trained to interpolate the data by driving the empirical…

Cited by 365SourcePDFScholar
2017

Practical Locally Private Heavy Hitters

NeurIPS 2017poster

We present new practical local differentially private heavy hitters algorithms achieving optimal or near-optimal worst-case error -- TreeHist and Bitstogram. In both algorithms, server running time is $\tilde O(n)$ and user running time is $\tilde O(1)$, hence improving on the prior state-of-the-art…