← Search

Gautam Kamath

32 accepted papers

2026

Demystifying Foreground-Background Memorization in Diffusion Models

AAAI 2026technical

Diffusion models (DMs) memorize training images and can reproduce near-duplicates during generation. Current detection methods identify verbatim memorization but fail to capture two critical aspects: quantifying partial memorization occurring in small image regions, and memorization patterns beyond

Cited by 0SourcePDFScholar
2025

BridgePure: Limited Protection Leakage Can Break Black-Box Data Protection

NeurIPS 2025poster

Availability attacks, or unlearnable examples, are defensive techniques that allow data owners to modify their datasets in ways that prevent unauthorized machine learning models from learning effectively while maintaining the data's intended functionality. It has led to the release of popular black-…

Cited by 0SourceScholar
2025

Machine Unlearning Fails to Remove Data Poisoning Attacks

ICLR 2025poster

We revisit the efficacy of several practical methods for approximate machine unlearning developed for large-scale deep learning. In addition to complying with data deletion requests, one often-cited potential application for unlearning methods is to remove the effects of poisoned data. We experiment…

2025

Query-Efficient Locally Private Hypothesis Selection via the Scheffe Graph

NeurIPS 2025poster

We propose an algorithm with improved query-complexity for the problem of hypothesis selection under local differential privacy constraints. Given a set of $k$ probability distributions $Q$, we describe an algorithm that satisfies local differential privacy, performs $\tilde{O}(k^{3/2})$ non-adaptiv…

Cited by 0SourceScholar
2024

Differentially Private Post-Processing for Fair Regression

ICML 2024poster

This paper describes a differentially private post-processing algorithm for learning fair regressors satisfying statistical parity, addressing privacy concerns of machine learning models trained on sensitive data, as well as fairness concerns of their potential to propagate historical biases. Our al…

2024

Disguised Copyright Infringement of Latent Diffusion Models

ICML 2024poster

Copyright infringement may occur when a generative model produces samples substantially similar to some copyrighted data that it had access to during the training phase. The notion of access usually refers to including copyrighted samples directly in the training dataset, which one may inspect to id…

2024

Position: Considerations for Differentially Private Learning with Large-Scale Public Pretraining

ICML 2024oral

The performance of differentially private machine learning can be boosted significantly by leveraging the transfer learning capabilities of non-private models pretrained on large *public* datasets. We critically review this approach. We primarily question whether the use of large Web-scraped dataset…

Cited by 20SourcePDFScholar
2023

Exploring the Limits of Model-Targeted Indiscriminate Data Poisoning Attacks

ICML 2023poster

Indiscriminate data poisoning attacks aim to decrease a model's test accuracy by injecting a small amount of corrupted training data. Despite significant interest, existing attacks remain relatively ineffective against modern machine learning (ML) architectures. In this work, we introduce the notion…

2023

Hidden Poison: Machine Unlearning Enables Camouflaged Poisoning Attacks

NeurIPS 2023poster

We introduce camouflaged data poisoning attacks, a new attack vector that arises in the context of machine unlearning and other settings when model retraining may be induced. An adversary first adds a few carefully crafted points to the training dataset such that the impact on the model's prediction…

2023

Private Distribution Learning with Public Data: The View from Sample Compression

NeurIPS 2023spotlight

We study the problem of private distribution learning with access to public data. In this setup, which we refer to as *public-private learning*, the learner is given public and private samples drawn from an unknown distribution $p$ belonging to a class $\mathcal Q$, with the goal of outputting an es…

Cited by 21SourcePDFScholar
2022

Differentially Private Fine-tuning of Language Models

ICLR 2022poster

We give simpler, sparser, and faster algorithms for differentially private fine-tuning of large-scale pre-trained language models, which achieve the state-of-the-art privacy versus utility tradeoffs on many standard NLP tasks. We propose a meta-framework for this problem, inspired by the recent succ…

Cited by 403SourcePDFScholar
2022

Improved Rates for Differentially Private Stochastic Convex Optimization with Heavy-Tailed Data

ICML 2022oral

We study stochastic convex optimization with heavy-tailed data under the constraint of differential privacy (DP). Most prior work on this problem is restricted to the case where the loss function is Lipschitz. Instead, as introduced by Wang, Xiao, Devadas, and Xu \cite{WangXDX20}, we study general c…

Cited by 62SourcePDFScholar
2022

New Lower Bounds for Private Estimation and a Generalized Fingerprinting Lemma

NeurIPS 2022accept

We prove new lower bounds for statistical estimation tasks under the constraint of $(\varepsilon,\delta)$-differential privacy. First, we provide tight lower bounds for private covariance estimation of Gaussian distributions. We show that estimating the covariance matrix in Frobenius norm requires $…

Cited by 51SourcePDFScholar
2022

The Role of Adaptive Optimizers for Honest Private Hyperparameter Selection

AAAI 2022technical

Hyperparameter optimization is a ubiquitous challenge in machine learning, and the performance of a trained model depends crucially upon their effective selection. While a rich set of tools exist for this purpose, there are currently no practical hyperparameter selection methods under the constraint…

Cited by 43SourcePDFScholar
2021

Enabling Fast Differentially Private SGD via Just-in-Time Compilation and Vectorization

NeurIPS 2021poster

A common pain point in differentially private machine learning is the significant runtime overhead incurred when executing Differentially Private Stochastic Gradient Descent (DPSGD), which may be as large as two orders of magnitude. We thoroughly demonstrate that by exploiting powerful language prim…

2021

Remember What You Want to Forget: Algorithms for Machine Unlearning

NeurIPS 2021poster

We study the problem of unlearning datapoints from a learnt model. The learner first receives a dataset $S$ drawn i.i.d. from an unknown distribution, and outputs a model $\widehat{w}$ that performs well on unseen samples from the same distribution. However, at some point in the future, any trainin…

Cited by 322SourcePDFScholar
2020

CoinPress: Practical Private Mean and Covariance Estimation

NeurIPS 2020poster

We present simple differentially private estimators for the parameters of multivariate sub-Gaussian data that are accurate at small sample sizes. We demonstrate the effectiveness of our algorithms both theoretically and empirically using synthetic and real-world datasets---showing that their asympt…

2020

Private Identity Testing for High-Dimensional Distributions

NeurIPS 2020spotlight

In this work we present novel differentially private identity (goodness-of-fit) testers for natural and widely studied classes of multivariate product distributions: Gaussians in R^d with known covariance and product distributions over {\pm 1}^d. Our testers have improved sample complexity compared…

Cited by 51SourcePDFScholar
2019

Differentially Private Algorithms for Learning Mixtures of Separated Gaussians

NeurIPS 2019poster

Learning the parameters of Gaussian mixture models is a fundamental and widely studied problem with numerous applications. In this work, we give new algorithms for learning the parameters of a high-dimensional, well separated, Gaussian mixture model subject to the strong constraint of differential p…

Cited by 63SourcePDFScholar
2019

Sever: A Robust Meta-Algorithm for Stochastic Optimization

ICML 2019oral

In high dimensions, most machine learning methods are brittle to even a small fraction of structured outliers. To address this, we introduce a new meta-algorithm that can take in a base learner such as least squares or stochastic gradient descent, and harden the learner to be resistant to outliers.…

2017

Being Robust (in High Dimensions) Can Be Practical

ICML 2017poster

Robust estimation is much more challenging in high-dimensions than it is in one-dimension: Most techniques either lead to intractable optimization problems or estimators that can tolerate only a tiny fraction of errors. Recent work in theoretical computer science has shown that, in appropriate distr…

2017

Concentration of Multilinear Functions of the Ising Model with Applications to Network Data

NeurIPS 2017poster

We prove near-tight concentration of measure for polynomial functions of the Ising model, under high temperature, improving the radius of concentration guaranteed by known results by polynomial factors in the dimension (i.e.~the number of nodes in the Ising model). We show that our results are optim…

2017

Priv’IT: Private and Sample Efficient Identity Testing

ICML 2017poster

We develop differentially private hypothesis testing methods for the small sample regime. Given a sample $\mathcal{D}$ from a categorical distribution $p$ over some domain $\Sigma$, an explicitly described distribution $q$ over $\Sigma$, some privacy parameter $\epsilon$, accuracy parameter $\alpha$…