← Search

Stephen Bates

21 accepted papers

2026

Coevolutionary Continuous Discrete Diffusion: Make Your Diffusion Language Model a Latent Reasoner

ICML 2026poster

Diffusion language models, especially masked discrete diffusion models, have achieved great success recently. While there are some theoretical and primary empirical results showing the advantages of latent reasoning with looped transformers or continuous CoT, continuous diffusion models typically un…

Cited by 21SourceScholar
2026

Conformal Prediction with Corrupted Labels: Uncertain Imputation and Robust Re-weighting

ICLR 2026poster

We introduce a framework for robust uncertainty quantification in situations where labeled training data are corrupted, through noisy or missing labels. We build on conformal prediction, a statistical tool for generating prediction sets that cover the test label with a pre-specified probability. The…

Cited by 0SourcecodeScholar
2026

CountsDiff: A diffusion model on the natural numbers for generation and imputation of count-based data

ICML 2026poster

Diffusion models have excelled at generative tasks for both continuous and token-based domains, but their application to discrete ordinal data remains underdeveloped. We present \emph{CountsDiff}, a diffusion framework designed to natively model distributions on the natural numbers. CountsDiff exten…

Cited by 0SourceScholar
2026

Multiple-Prediction-Powered Inference

ICLR 2026poster

A core challenge in modern AI model development is obtaining high-quality evaluation metrics in a cost-effective way. Such evaluation often involves tradeoffs between expensive, high-quality measurements and a variety of lower-quality proxies. We introduce Multiple-Prediction-Powered Inference (Mult…

Cited by 0SourceScholar
2025

Contextual Online Decision Making with Infinite-Dimensional Functional Regression

ICML 2025poster

Contextual sequential decision-making is fundamental to machine learning, with applications in bandits, sequential hypothesis testing, and online risk control. These tasks often rely on statistical measures like expectation, variance, and quantiles. In this paper, we propose a universal algorithmic…

Cited by 1SourcePDFScholar
2025

Learning Diffusion Models with Flexible Representation Guidance

NeurIPS 2025poster

Diffusion models can be improved with additional guidance towards more effective representations of input. Indeed, prior empirical work has already shown that aligning internal representations of the diffusion model with those of pre-trained models improves generation quality. In this paper, we pres…

Cited by 0SourceScholar
2025

Next Semantic Scale Prediction via Hierarchical Diffusion Language Models

NeurIPS 2025poster

In this paper we introduce Hierarchical Diffusion Language Models (HDLM) -- a novel family of discrete diffusion models for language modeling. HDLM builds on a hierarchical vocabulary where low-level tokens with detailed semantics are surjectively mapped to high-level tokens with coarse-grained mean…

Cited by 0SourceScholar
2025

Smooth Sailing: Lipschitz-Driven Uncertainty Quantification for Spatial Associations

NeurIPS 2025poster

Estimating associations between spatial covariates and responses — rather than merely predicting responses — is central to environmental science, epidemiology, and economics. For instance, public health officials might be interested in whether air pollution has a strictly positive association with a…

Cited by 0SourceScholar
2025

Thought calibration: Efficient and confident test-time scaling

EMNLP 2025

Reasoning large language models achieve impressive test-time scaling by thinking for longer, but this performance gain comes at significant compute cost. Directly limiting test-time budget hurts overall performance, but not all problems are equally difficult. We propose thought calibration to decide

2024

Conformal Risk Control

ICLR 2024spotlight

We extend conformal prediction to control the expected value of any monotone loss function. The algorithm generalizes split conformal prediction together with its coverage guarantee. Like conformal prediction, the conformal risk control procedure is tight up to an $\mathcal{O}(1/n)$ factor. We also…

2024

Delegating Data Collection in Decentralized Machine Learning

AISTATS 2024poster

Motivated by the emergence of decentralized machine learning (ML) ecosystems, we study the delegation of data collection. Taking the field of contract theory as our starting point, we design optimal and near-optimal contracts that deal with two fundamental information asymmetries that arise in decen…

Cited by 11SourcePDFScholar
2024

On Counterfactual Metrics for Social Welfare: Incentives, Ranking, and Information Asymmetry

AISTATS 2024poster

From the social sciences to machine learning, it is well documented that metrics do not always align with social welfare. In healthcare, Dranove et al. (2003) showed that publishing surgery mortality metrics actually harmed sicker patients by increasing provider selection behavior. Using a principal…

Cited by 3SourcePDFScholar
2024

Online conformal prediction with decaying step sizes

ICML 2024poster

We introduce a method for online conformal prediction with decaying step sizes. Like previous methods, ours possesses a retrospective guarantee of coverage for arbitrary sequences. However, unlike previous methods, we can simultaneously estimate a population quantile when it exists. Our theory and e…

2023

Class-Conditional Conformal Prediction with Many Classes

NeurIPS 2023poster

Standard conformal prediction methods provide a marginal coverage guarantee, which means that for a random test point, the conformal prediction set contains the true label with a user-specified probability. In many classification problems, we would like to obtain a stronger guarantee--that for test…

2022

Image-to-Image Regression with Distribution-Free Uncertainty Quantification and Applications in Imaging

ICML 2022spotlight

Image-to-image regression is an important learning task, used frequently in biological imaging. Current algorithms, however, do not generally offer statistical guarantees that protect against a model’s mistakes and hallucinations. To address this, we develop uncertainty quantification techniques wit…

2022

Semantic uncertainty intervals for disentangled latent spaces

NeurIPS 2022accept

Meaningful uncertainty quantification in computer vision requires reasoning about semantic information---say, the hair color of the person in a photo or the location of a car on the street. To this end, recent breakthroughs in generative modeling allow us to represent semantic information in disenta…

2021

Improving Conditional Coverage via Orthogonal Quantile Regression

NeurIPS 2021poster

We develop a method to generate prediction intervals that have a user-specified coverage level across all regions of feature-space, a property called conditional coverage. A typical approach to this task is to estimate the conditional quantiles with quantile regression---it is well-known that this l…

2021

Uncertainty Sets for Image Classifiers using Conformal Prediction

ICLR 2021spotlight

Convolutional image classifiers can achieve high predictive accuracy, but quantifying their uncertainty remains an unresolved challenge, hindering their deployment in consequential settings. Existing uncertainty quantification techniques, such as Platt scaling, attempt to calibrate the network’s pr…

Cited by 414SourcePDFScholar
2020

Achieving Equalized Odds by Resampling Sensitive Attributes

NeurIPS 2020poster

We present a flexible framework for learning predictive models that approximately satisfy the equalized odds notion of fairness. This is achieved by introducing a general discrepancy functional that rigorously quantifies violations of this criterion. This differentiable functional is used as a penal…