← Search

Badih Ghazi

32 accepted papers

2025

Balls-and-Bins Sampling for DP-SGD

AISTATS 2025oral

We introduce the _Balls-and-Bins_ sampling for differentially private (DP) optimization methods such as DP-SGD. While it has been common practice to use some form of shuffling in DP-SGD implementations, privacy accounting algorithms have typically assumed that Poisson subsampling is used instead. Re…

Cited by 0SourceScholar
2025

Private Hyperparameter Tuning with Ex-Post Guarantee

NeurIPS 2025spotlight

The conventional approach in differential privacy (DP) literature formulates the privacy-utility tradeoff with a "privacy-first" perspective: for a predetermined level of privacy, a certain utility is achievable. However, practitioners often operate under a "utility-first" paradigm, prioritizing a…

Cited by 0SourceScholar
2025

Quantifying Cross-Modality Memorization in Vision-Language Models

NeurIPS 2025poster

Understanding what and how neural networks memorize during training is crucial, both from the perspective of unintentional memorization of potentially sensitive information and from the standpoint of effective knowledge acquisition for real-world, knowledge-intensive tasks. While previous studies pr…

Cited by 0SourceScholar
2025

Scaling Embedding Layers in Language Models

NeurIPS 2025poster

We propose SCONE (**S**calable, **C**ontextualized, **O**ffloaded, **N**-gram **E**mbedding), a new method for extending input embedding layers to enhance language model performance. To avoid increased decoding costs, SCONE retains the original vocabulary while introducing embeddings for a set of fr…

Cited by 0SourceScholar
2025

Scaling Laws for Differentially Private Language Models

ICML 2025poster

Scaling laws have emerged as important components of large language model (LLM) training as they can predict performance gains through scale, and provide guidance on important hyper-parameter choices that would otherwise be expensive. LLMs also rely on large, high-quality training datasets, like tho…

Cited by 2SourcePDFScholar
2025

Unlearn and Burn: Adversarial Machine Unlearning Requests Destroy Model Accuracy

ICLR 2025poster

Machine unlearning algorithms, designed for selective removal of training data from models, have emerged as a promising approach to growing privacy concerns. In this work, we expose a critical yet underexplored vulnerability in the deployment of unlearning systems: the assumption that the data reque…

Cited by 1SourcePDFScholar
2024

Differentially Private Optimization with Sparse Gradients

NeurIPS 2024poster

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 estimation problem but with sparse data, improving upon existing algorithms particula…

Cited by 5SourcePDFScholar
2024

How Private are DP-SGD Implementations?

ICML 2024oral

We demonstrate a substantial gap between the privacy guarantees of the Adaptive Batch Linear Queries (ABLQ) mechanism under different types of batch sampling: (i) Shuffling, and (ii) Poisson subsampling; the typical analysis of Differentially Private Stochastic Gradient Descent (DP-SGD) follows by i…

Cited by 16SourcePDFScholar
2024

Individualized Privacy Accounting via Subsampling with Applications in Combinatorial Optimization

ICML 2024poster

In this work, we give a new technique for analyzing individualized privacy accounting via the following simple observation: if an algorithm is one-sided add-DP, then its subsampled variant satisfies two-sided DP. From this, we obtain several improved algorithms for private combinatorial optimization…

Cited by 1SourcePDFScholar
2024

LabelDP-Pro: Learning with Label Differential Privacy via Projections

ICLR 2024poster

Label differentially private (label DP) algorithms seek to preserve the privacy of the labels in a training dataset in settings where the features are known to the adversary. In this work, we study a new family of label DP training algorithms. Unlike most prior label DP algorithms that have been bas…

Cited by 0SourcePDFScholar
2024

Scalable DP-SGD: Shuffling vs. Poisson Subsampling

NeurIPS 2024poster

We provide new lower bounds on the privacy guarantee of _multi-epoch_ Adaptive Batch Linear Queries (ABLQ) mechanism with _shuffled batch sampling_, demonstrating substantial gaps when compared to _Poisson subsampling_; prior analysis was limited to a single epoch. Since the privacy analysis of Diff…

Cited by 7SourcePDFScholar
2023

Differentially Private Heatmaps

AAAI 2023technical

We consider the task of producing heatmaps from users' aggregated data while protecting their privacy. We give a differentially private (DP) algorithm for this task and demonstrate its advantages over previous algorithms on real-world datasets. Our core algorithmic primitive is a DP procedure that…

Cited by 7SourcePDFScholar
2023

On Computing Pairwise Statistics with Local Differential Privacy

NeurIPS 2023poster

We study the problem of computing pairwise statistics, i.e., ones of the form $\binom{n}{2}^{-1} \sum_{i \ne j} f(x_i, x_j)$, where $x_i$ denotes the input to the $i$th user, with differential privacy (DP) in the local model. This formulation captures important metrics such as Kendall's $\tau$ coeff…

Cited by 3SourcePDFScholar
2023

On Differentially Private Sampling from Gaussian and Product Distributions

NeurIPS 2023poster

We study the problem, where given a dataset of $n$ i.i.d. samples from an unknown distribution $P$, we seek to generate a sample from a distribution that is close to $P$ in total variation distance, under the constraint of differential privacy. We study the settings where $P$ is a multi-dimensional…

Cited by 5SourcePDFScholar
2023

On User-Level Private Convex Optimization

ICML 2023poster

We introduce a new mechanism for stochastic convex optimization (SCO) with user-level differential privacy guarantees. The convergence rates of this mechanism are similar to those in the prior work of Levy et al. 2021 and Narayanan et al. 2022, but with two important improvements. Our mechanism does…

Cited by 14SourcePDFScholar
2023

Optimal Unbiased Randomizers for Regression with Label Differential Privacy

NeurIPS 2023poster

We propose a new family of label randomizers for training _regression_ models under the constraint of label differential privacy (DP). In particular, we leverage the trade-offs between bias and variance to construct better label randomizers depending on a privately estimated prior distribution over…

Cited by 4SourcePDFScholar
2023

Regression with Label Differential Privacy

ICLR 2023poster

We study the task of training regression models with the guarantee of _label_ differential privacy (DP). Based on a global prior distribution of label values, which could be obtained privately, we derive a label DP randomization mechanism that is optimal under a given regression loss function. We pr…

Cited by 17SourcePDFScholar
2023

Sparsity-Preserving Differentially Private Training of Large Embedding Models

NeurIPS 2023poster

As the use of large embedding models in recommendation systems and language applications increases, concerns over user data privacy have also risen. DP-SGD, a training algorithm that combines differential privacy with stochastic gradient descent, has been the workhorse in protecting user privacy wi…

Cited by 5SourcePDFScholar
2023

User-Level Differential Privacy With Few Examples Per User

NeurIPS 2023oral

Previous work on user-level differential privacy (DP) [Ghazi et al. NeurIPS 2021, Bun et al. STOC 2023] obtained generic algorithms that work for various learning tasks. However, their focus was on the *example-rich* regime, where the users have so many examples that each user could themselves solve…

Cited by 17SourcePDFScholar
2022

Faster Privacy Accounting via Evolving Discretization

ICML 2022spotlight

We introduce a new algorithm for numerical composition of privacy random variables, useful for computing the accurate differential privacy parameters for compositions of mechanisms. Our algorithm achieves a running time and memory usage of $polylog(k)$ for the task of self-composing a mechanism, fro…

2021

Deep Learning with Label Differential Privacy

NeurIPS 2021poster

The Randomized Response (RR) algorithm is a classical technique to improve robustness in survey aggregation, and has been widely adopted in applications with differential privacy guarantees. We propose a novel algorithm, Randomized Response with Prior (RRWithPrior), which can provide more accurate r…

Cited by 182SourcePDFScholar
2021

Differentially Private Aggregation in the Shuffle Model: Almost Central Accuracy in Almost a Single Message

ICML 2021spotlight

The shuffle model of differential privacy has attracted attention in the literature due to it being a middle ground between the well-studied central and local models. In this work, we study the problem of summing (aggregating) real numbers or integers, a basic primitive in numerous machine learning…

Cited by 44SourcePDFScholar
2020

Private Counting from Anonymous Messages: Near-Optimal Accuracy with Vanishing Communication Overhead

ICML 2020poster

Differential privacy (DP) is a formal notion for quantifying the privacy loss of algorithms. Algorithms in the central model of DP achieve high accuracy but make the strongest trust assumptions whereas those in the local DP model make the weakest trust assumptions but incur substantial accuracy loss…

Cited by 57SourcePDFScholar