← Search

Pasin Manurangsi

46 accepted papers

2026

Fair Allocation of Indivisible Goods with Variable Groups

AAAI 2026technical

We study the fair allocation of indivisible goods with variable groups. In this model, the goal is to partition the agents into groups of given sizes and allocate the goods to the groups in a fair manner. We show that for any number of groups and corresponding sizes, there always exists an envy-free

Cited by 0SourcePDFScholar
2026

Keeping a Secret Requires a Good Memory: Space Lower-Bounds for Private Algorithms

ICML 2026spotlight

We study the computational cost of differential privacy in terms of memory efficiency. While the trade-off between accuracy and differential privacy is well-understood, the inherent cost of privacy regarding memory use remains largely unexplored. This paper establishes for the first time an uncondit…

Cited by 0SourceScholar
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

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

Cryptographic Hardness of Learning Halfspaces with Massart Noise

NeurIPS 2022accept

We study the complexity of PAC learning halfspaces in the presence of Massart noise. In this problem, we are given i.i.d. labeled examples $(\mathbf{x}, y) \in \mathbb{R}^N \times \{ \pm 1\}$, where the distribution of $\mathbf{x}$ is arbitrary and the label $y$ is a Massart corruption of $f(\mathbf…

Cited by 26SourcePDFScholar
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…

2022

Hardness of Learning a Single Neuron with Adversarial Label Noise

AISTATS 2022poster

We study the problem of distribution-free learning of a single neuron under adversarial label noise with respect to the squared loss. For a wide range of activation functions, including ReLUs and sigmoids, we prove hardness of learning results in the Statistical Query model and under a well-studied…

Cited by 14SourcePDFScholar
2022

The Price of Justified Representation

AAAI 2022technical

In multiwinner approval voting, the goal is to select k-member committees based on voters' approval ballots. A well-studied concept of proportionality in this context is the justified representation (JR) axiom, which demands that no large cohesive group of voters remains unrepresented. However, the…

2021

Contextual Recommendations and Low-Regret Cutting-Plane Algorithms

NeurIPS 2021poster

We consider the following variant of contextual linear bandits motivated by routing applications in navigational engines and recommendation systems. We wish to learn a hidden $d$-dimensional value $w^*$. Every round, we are presented with a subset $\mathcal{X}_t \subseteq \mathbb{R}^d$ of possible…

Cited by 5SourcePDFScholar
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
2020

The Complexity of Adversarially Robust Proper Learning of Halfspaces with Agnostic Noise

NeurIPS 2020poster

We study the computational complexity of adversarially robust proper learning of halfspaces in the distribution-independent agnostic PAC model, with a focus on $L_p$ perturbations. We give a computationally efficient learning algorithm and a nearly matching computational hardness result for this pro…

Cited by 25SourcePDFScholar
2020

Tight Approximation for Proportional Approval Voting

IJCAI 2020poster

In approval-based multiwinner elections, we are given a set of voters, a set of candidates, and, for each voter, a set of candidates approved by the voter. The goal is to find a committee of size k that maximizes the total utility of the voters. In this paper, we study approximability of Thiele rule…

Cited by 0SourcePDFScholar
2019

Nearly Tight Bounds for Robust Proper Learning of Halfspaces with a Margin

NeurIPS 2019spotlight

We study the problem of {\em properly} learning large margin halfspaces in the agnostic PAC model. In more detail, we study the complexity of properly learning $d$-dimensional halfspaces on the unit ball within misclassification error $\alpha \cdot \opt_{\gamma} + \eps$, where $\opt_{\gamma}$ is th…

Cited by 23SourcePDFScholar