← Search

Rob Cornish

9 accepted papers

2025

SymDiff: Equivariant Diffusion via Stochastic Symmetrisation

ICLR 2025poster

We propose SymDiff, a method for constructing equivariant diffusion models using the framework of stochastic symmetrisation. SymDiff resembles a learned data augmentation that is deployed at sampling time, and is lightweight, computationally efficient, and easy to implement on top of arbitrary off-t…

Cited by 0SourcePDFScholar
2023

Marginal Density Ratio for Off-Policy Evaluation in Contextual Bandits

NeurIPS 2023poster

Off-Policy Evaluation (OPE) in contextual bandits is crucial for assessing new policies using existing data without costly experimentation. However, current OPE methods, such as Inverse Probability Weighting (IPW) and Doubly Robust (DR) estimators, suffer from high variance, particularly in cases of…

2022

Conformal Off-Policy Prediction in Contextual Bandits

NeurIPS 2022accept

Most off-policy evaluation methods for contextual bandits have focused on the expected outcome of a policy, which is estimated via methods that at best provide only asymptotic guarantees. However, in many applications, the expectation may not be the best measure of performance as it does not capture…

Cited by 20SourcePDFScholar
2021

Deep Generative Missingness Pattern-Set Mixture Models

AISTATS 2021poster

We propose a variational autoencoder architecture to model both ignorable and nonignorable missing data using pattern-set mixtures as proposed by Little (1993). Our model explicitly learns to cluster the missing data into missingness pattern sets based on the observed data and missingness masks. Und…

2021

On Multilevel Monte Carlo Unbiased Gradient Estimation for Deep Latent Variable Models

AISTATS 2021poster

Standard variational schemes for training deep latent variable models rely on biased gradient estimates of the target objective. Techniques based on the Evidence Lower Bound (ELBO), and tighter variants obtained via importance sampling, produce biased gradient estimates of the true log-likelihood. T…

Cited by 15SourcePDFScholar
2021

Variational inference with continuously-indexed normalizing flows

UAI 2021poster

Continuously-indexed flows (CIFs) have recently achieved improvements over baseline normalizing flows on a variety of density estimation tasks. CIFs do not possess a closed-form marginal density, and so, unlike standard flows, cannot be plugged in directly to a variational inference (VI) scheme in o…

2020

Relaxing Bijectivity Constraints with Continuously Indexed Normalising Flows

ICML 2020poster

We show that normalising flows become pathological when used to model targets whose supports have complicated topologies. In this scenario, we prove that a flow must become arbitrarily numerically noninvertible in order to approximate the target closely. This result has implications for all flow-bas…

Cited by 125SourcePDFScholar
2019

Scalable Metropolis-Hastings for Exact Bayesian Inference with Large Datasets

ICML 2019oral

Bayesian inference via standard Markov Chain Monte Carlo (MCMC) methods such as Metropolis-Hastings is too computationally intensive to handle large datasets, since the cost per step usually scales like $O(n)$ in the number of data points $n$. We propose the Scalable Metropolis-Hastings (SMH) kernel…