← Search

Aaditya Ramdas

55 accepted papers

2026

Sharp empirical Bernstein inequalities for the variance of bounded random variables

ICML 2026poster

We develop novel "empirical Bernstein" inequalities for the variance of bounded random variables. Our inequalities hold under constant conditional variance and mean, without further assumptions like independence or identical distribution of the random variables, making them suitable for sequential d…

Cited by 0SourceScholar
2025

Conformalized Interactive Imitation Learning: Handling Expert Shift and Intermittent Feedback

ICLR 2025poster

In interactive imitation learning (IL), uncertainty quantification offers a way for the learner (i.e. robot) to contend with distribution shifts encountered during deployment by actively seeking additional feedback from an expert (i.e. human) online. Prior works use mechanisms like ensemble disagree…

Cited by 3SourcePDFScholar
2025

Logarithmic Neyman Regret for Adaptive Estimation of the Average Treatment Effect

AISTATS 2025poster

Estimation of the Average Treatment Effect (ATE) is a core problem in causal inference with strong connections to Off-Policy Evaluation in Reinforcement Learning. This paper considers the problem of adaptively selecting the treatment allocation probability in order to improve estimation of the ATE.…

Cited by 0SourceScholar
2025

Optimistic Algorithms for Adaptive Estimation of the Average Treatment Effect

ICML 2025poster

Estimation and inference for the Average Treatment Effect (ATE) is a cornerstone of causal inference and often serves as the foundation for developing procedures for more complicated settings. Although traditionally analyzed in a batch setting, recent advances in martingale theory have paved the wa…

Cited by 0SourcePDFScholar
2025

QA-Calibration of Language Model Confidence Scores

ICLR 2025poster

To use generative question-and-answering (QA) systems for decision-making and in any critical application, these systems need to provide well-calibrated confidence scores that reflect the correctness of their answers. Existing calibration methods aim to ensure that the confidence score is, *on avera…

Cited by 0SourcePDFScholar
2024

Total Variation Floodgate for Variable Importance Inference in Classification

ICML 2024poster

Inferring variable importance is the key goal of many scientific studies, where researchers seek to learn the effect of a feature $X$ on the outcome $Y$ in the presence of confounding variables $Z$. Focusing on classification problems, we define the expected total variation (ETV), which is an intuit…

Cited by 1SourcePDFScholar
2023

Adaptive Privacy Composition for Accuracy-first Mechanisms

NeurIPS 2023poster

Although there has been work to develop ex-post private mechanisms from Ligett et al. '17 and Whitehouse et al '22 that seeks to provide privacy guarantees subject to a target level of accuracy, there was not a way to use them in conjunction with differentially private mechanisms. Furthermore, ther…

Cited by 3SourcePDFScholar
2023

An Efficient Doubly-Robust Test for the Kernel Treatment Effect

NeurIPS 2023poster

The average treatment effect, which is the difference in expectation of the counterfactuals, is probably the most popular target effect in causal inference with binary treatments. However, treatments may have effects beyond the mean, for instance decreasing or increasing the variance. We propose a n…

Cited by 6SourcePDFScholar
2023

Nonparametric Extensions of Randomized Response for Private Confidence Sets

ICML 2023oral

This work derives methods for performing nonparametric, nonasymptotic statistical inference for population means under the constraint of local differential privacy (LDP). Given bounded observations $(X_1, \dots, X_n)$ with mean $\mu^\star$ that are privatized into $(Z_1, \dots, Z_n)$, we present con…

2023

Risk-limiting financial audits via weighted sampling without replacement

UAI 2023poster

We introduce the notion of risk-limiting financial audits (RLFA): procedures that manually evaluate a subset of $N$ financial transactions to check the validity of a claimed assertion $\mathcal{A}$ about the transactions. More specifically, RLFA satisfy two properties: (i) if $\mathcal{A}$ is false…

Cited by 5SourcePDFScholar
2023

Sequential Kernelized Independence Testing

ICML 2023poster

Independence testing is a classical statistical problem that has been extensively studied in the batch setting when one fixes the sample size before collecting data. However, practitioners often prefer procedures that adapt to the complexity of a problem at hand instead of setting sample size in adv…

Cited by 25SourcePDFScholar
2022

Brownian Noise Reduction: Maximizing Privacy Subject to Accuracy Constraints

NeurIPS 2022accept

There is a disconnect between how researchers and practitioners handle privacy-utility tradeoffs. Researchers primarily operate from a privacy first perspective, setting strict privacy requirements and minimizing risk subject to these constraints. Practitioners often desire an accuracy first perspec…

Cited by 10SourcePDFScholar
2022

Tracking the risk of a deployed model and detecting harmful distribution shifts

ICLR 2022poster

When deployed in the real world, machine learning models inevitably encounter changes in the data distribution, and certain---but not all---distribution shifts could result in significant performance degradation. In practice, it may make sense to ignore benign shifts, under which the performance of…

Cited by 27SourcePDFScholar
2021

Distribution-Free Calibration Guarantees for Histogram Binning without Sample Splitting

ICML 2021spotlight

We prove calibration guarantees for the popular histogram binning (also called uniform-mass binning) method of Zadrozny and Elkan (2001). Histogram binning has displayed strong practical performance, but theoretical guarantees have only been shown for sample split versions that avoid ’double dipping…

2021

Distribution-free uncertainty quantification for classification under label shift

UAI 2021poster

Trustworthy deployment of ML models requires a proper measure of uncertainty, especially in safety-critical applications. We focus on uncertainty quantification (UQ) for classification problems via two avenues — prediction sets using conformal prediction and calibration of probabilistic predictors b…

Cited by 109SourcePDFScholar
2020

Distribution-free binary classification: prediction sets, confidence intervals and calibration

NeurIPS 2020spotlight

We study three notions of uncertainty quantification---calibration, confidence intervals and prediction sets---for binary classification in the distribution-free setting, that is without making any distributional assumptions on the data. With a focus towards calibration, we establish a 'tripod' of t…

Cited by 103SourcePDFScholar
2020

The Power of Batching in Multiple Hypothesis Testing

AISTATS 2020poster

One important partition of algorithms for controlling the false discovery rate (FDR) in multiple testing is into offline and online algorithms. The first generally achieve significantly higher power of discovery, while the latter allow making decisions sequentially as well as adaptively formulating…

Cited by 17SourcePDFScholar
2019

A Higher-Order Kolmogorov-Smirnov Test

AISTATS 2019poster

We present an extension of the Kolmogorov-Smirnov (KS) two-sample test, which can be more sensitive to differences in the tails. Our test statistic is an integral probability metric (IPM) defined over a higher-order total variation ball, recovering the original KS test as its simplest case. We giv…

Cited by 18SourcePDFScholar
2019

ADDIS: an adaptive discarding algorithm for online FDR control with conservative nulls

NeurIPS 2019poster

Major internet companies routinely perform tens of thousands of A/B tests each year. Such large-scale sequential experimentation has resulted in a recent spurt of new algorithms that can provably control the false discovery rate (FDR) in a fully online fashion. However, current state-of-the-art adap…

Cited by 34SourcePDFScholar
2019

Are sample means in multi-armed bandits positively or negatively biased?

NeurIPS 2019spotlight

It is well known that in stochastic multi-armed bandits (MAB), the sample mean of an arm is typically not an unbiased estimator of its true mean. In this paper, we decouple three different sources of this selection bias: adaptive \emph{sampling} of arms, adaptive \emph{stopping} of the experiment, a…

Cited by 54SourcePDFScholar
2019

Conformal Prediction Under Covariate Shift

NeurIPS 2019poster

We extend conformal prediction methodology beyond the case of exchangeable data. In particular, we show that a weighted version of conformal prediction can be used to compute distribution-free prediction intervals for problems in which the test and training covariate distributions differ, but the li…

2018

SAFFRON: an Adaptive Algorithm for Online Control of the False Discovery Rate

ICML 2018oral

In the online false discovery rate (FDR) problem, one observes a possibly infinite sequence of $p$-values $P_1,P_2,…$, each testing a different null hypothesis, and an algorithm must pick a sequence of rejection thresholds $\alpha_1,\alpha_2,…$ in an online fashion, effectively rejecting the $k$-th…

2017

A framework for Multi-A(rmed)/B(andit) Testing with Online FDR Control

NeurIPS 2017spotlight

We propose an alternative framework to existing setups for controlling false alarms when multiple A/B tests are run over time. This setup arises in many practical applications, e.g. when pharmaceutical companies test new treatment options against control pills for different diseases, or when interne…

2017

Generative Models and Model Criticism via Optimized Maximum Mean Discrepancy

ICLR 2017poster

We propose a method to optimize the representation and distinguishability of samples from two probability distributions, by maximizing the estimated power of a statistical test based on the maximum mean discrepancy (MMD). This optimized MMD is applied to the setting of unsupervised learning by gener…

Cited by 252SourcecodeScholar
2017

Online control of the false discovery rate with decaying memory

NeurIPS 2017oral

In the online multiple testing problem, p-values corresponding to different null hypotheses are presented one by one, and the decision of whether to reject a hypothesis must be made immediately, after which the next p-value is presented. Alpha-investing algorithms to control the false discovery rate…

Cited by 80SourcePDFScholar
2015

Fast Two-Sample Testing with Analytic Representations of Probability Measures

NeurIPS 2015poster

We propose a class of nonparametric two-sample tests with a cost linear in the sample size. Two tests are given, both based on an ensemble of distances between analytic functions representing each of the distributions. The first test uses smoothed empirical characteristic functions to represent the…

Cited by 194SourcePDFScholar
2015

On the High Dimensional Power of a Linear-Time Two Sample Test under Mean-shift Alternatives

AISTATS 2015poster

Nonparametric two sample testing deals with the question of consistently deciding if two distributions are different, given samples from both, without making any parametric assumptions about the form of the distributions. The current literature is split into two kinds of tests - those which are cons…

Cited by 46SourcePDFScholar