← Search

Arnaud Doucet

63 accepted papers

2026

Accelerated Parallel Tempering via Neural Transports

ICLR 2026poster

Markov Chain Monte Carlo (MCMC) algorithms are essential tools in computational statistics for sampling from unnormalised probability distributions, but can be fragile when targeting high-dimensional, multimodal, or complex target distributions. Parallel Tempering (PT) enhances MCMC's sample efficie…

Cited by 0SourceScholar
2026

Implicit Regularisation in Diffusion Models: An Algorithm-Dependent Generalisation Analysis

ICLR 2026poster

The success of denoising diffusion models raises important questions regarding their generalisation behaviour, particularly in high-dimensional settings. Notably, it has been shown that when training and sampling are performed perfectly, these models memorise training data—implying that some form of…

Cited by 0SourceScholar
2026

Learn to Guide Your Diffusion Model

ICLR 2026poster

Classifier-free guidance (CFG) is a widely used technique for improving the perceptual quality of samples from conditional diffusion models. It operates by linearly combining conditional and unconditional score estimates using a *guidance weight* $\omega$. While a large, static weight can markedly i…

Cited by 0SourceScholar
2026

SURF: Separation via Unsupervised Remixing Flow

ICML 2026poster

The goal of single-channel source separation is to reconstruct $K$ sources given their mixture. In supervised settings where vast amounts of clean source data are available, this challenging, ill-posed problem has been addressed successfully by generative diffusion and flow-based prior models. Howev…

Cited by 0SourceScholar
2025

Accelerated Diffusion Models via Speculative Sampling

ICML 2025poster

Speculative sampling is a popular technique for accelerating inference in Large Language Models by generating candidate tokens using a fast draft model and then accepting or rejecting them based on the target model's distribution. While speculative sampling was previously limited to discrete sequenc…

Cited by 1SourcePDFScholar
2025

Distributional Diffusion Models with Scoring Rules

ICML 2025poster

Diffusion models generate high-quality synthetic data. They operate by defining a continuous-time forward process which gradually adds Gaussian noise to data until fully corrupted. The corresponding reverse process progressively ``denoises" a Gaussian sample into a sample from the data distribution…

Cited by 3SourcePDFScholar
2025

Feynman-Kac Correctors in Diffusion: Annealing, Guidance, and Product of Experts

ICML 2025spotlight

While score-based generative models are the model of choice across diverse domains, there are limited tools available for controlling inference-time behavior in a principled manner, e.g. for composing multiple pretrained models. Existing classifier-free guidance methods use a simple heuristic to mix…

2025

Implicit Diffusion: Efficient optimization through stochastic sampling

AISTATS 2025oral

Sampling and automatic differentiation are both ubiquitous in modern machine learning. At its intersection, differentiating through a sampling operation, with respect to the parameters of the sampling process, is a problem that is both challenging and broadly applicable. We introduce a general frame…

Cited by 0SourceScholar
2025

Progressive Inference-Time Annealing of Diffusion Models for Sampling from Boltzmann Densities

NeurIPS 2025spotlight

Sampling efficiently from a target unnormalized probability density remains a core challenge, with relevance across countless high-impact scientific applications. A promising approach towards this challenge is the design of amortized samplers that borrow key ideas, such as probability path design, f…

Cited by 0SourceScholar
2024

Nearly $d$-Linear Convergence Bounds for Diffusion Models via Stochastic Localization

ICLR 2024spotlight

Denoising diffusions are a powerful method to generate approximate samples from high-dimensional data distributions. Recent results provide polynomial bounds on their convergence rate, assuming $L^2$-accurate scores. Until now, the tightest bounds were either superlinear in the data dimension or req…

Cited by 154SourcePDFScholar
2024

Particle Denoising Diffusion Sampler

ICML 2024poster

Denoising diffusion models have become ubiquitous for generative modeling. The core idea is to transport the data distribution to a Gaussian by using a diffusion. Approximate samples from the data distribution are then obtained by estimating the time-reversal of this diffusion using score matching i…

2024

Schrodinger Bridge Flow for Unpaired Data Translation

NeurIPS 2024spotlight

Mass transport problems arise in many areas of machine learning whereby one wants to compute a map transporting one distribution to another. Generative modeling techniques like Generative Adversarial Networks (GANs) and Denoising Diffusion Models (DMMs) have been successfully adapted to solve such t…

Cited by 9SourcePDFScholar
2024

Simplified and Generalized Masked Diffusion for Discrete Data

NeurIPS 2024poster

Masked (or absorbing) diffusion is actively explored as an alternative to autoregressive models for generative modeling of discrete data. However, existing work in this area has been hindered by unnecessarily complex model formulations and unclear relationships between different perspectives, leadin…

2023

A Unified Framework for U-Net Design and Analysis

NeurIPS 2023poster

U-Nets are a go-to neural architecture across numerous tasks for continuous signals on a square such as images and Partial Differential Equations (PDE), however their design and architecture is understudied. In this paper, we provide a framework for designing and analysing general U-Net architecture…

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…

2023

Reduce, Reuse, Recycle: Compositional Generation with Energy-Based Diffusion Models and MCMC

ICML 2023poster

Since their introduction, diffusion models have quickly become the prevailing approach to generative modeling in many domains. They can be interpreted as learning the gradients of a time-varying sequence of log-probability density functions. This interpretation has motivated classifier-based and cla…

2023

SE(3) diffusion model with application to protein backbone generation

ICML 2023poster

The design of novel protein structures remains a challenge in protein engineering for applications across biomedicine and chemistry. In this line of work, a diffusion model over rigid bodies in 3D (referred to as frames) has shown success in generating novel, functional protein backbones that have n…

2023

Trans-Dimensional Generative Modeling via Jump Diffusion Models

NeurIPS 2023spotlight

We propose a new class of generative model that naturally handles data of varying dimensionality by jointly modeling the state and dimension of each datapoint. The generative process is formulated as a jump diffusion process that makes jumps between different dimensional spaces. We first define a di…

2023

Tree-Based Diffusion Schrödinger Bridge with Applications to Wasserstein Barycenters

NeurIPS 2023spotlight

Multi-marginal Optimal Transport (mOT), a generalization of OT, aims at minimizing the integral of a cost function with respect to a distribution with some prescribed marginals. In this paper, we consider an entropic version of mOT with a tree-structured quadratic cost, i.e., a function that can b…

2022

A Continuous Time Framework for Discrete Denoising Models

NeurIPS 2022accept

We provide the first complete continuous time framework for denoising diffusion models of discrete data. This is achieved by formulating the forward noising process and corresponding reverse time generative process as Continuous Time Markov Chains (CTMCs). The model can be efficiently trained using…

2022

A Multi-Resolution Framework for U-Nets with Applications to Hierarchical VAEs

NeurIPS 2022accept

U-Net architectures are ubiquitous in state-of-the-art deep learning, however their regularisation properties and relationship to wavelets are understudied. In this paper, we formulate a multi-resolution framework which identifies U-Nets as finite-dimensional truncations of models on an infinite-dim…

Cited by 10SourcePDFScholar
2022

Conditional simulation using diffusion Schrödinger bridges

UAI 2022poster

Denoising diffusion models have recently emerged as a powerful class of generative models. They provide state-of-the-art results, not only for unconditional simulation, but also when used to solve conditional simulation problems arising in a wide range of inverse problems. A limitation of these mode…

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
2022

Continual Repeated Annealed Flow Transport Monte Carlo

ICML 2022spotlight

We propose Continual Repeated Annealed Flow Transport Monte Carlo (CRAFT), a method that combines a sequential Monte Carlo (SMC) sampler (itself a generalization of Annealed Importance Sampling) with variational inference using normalizing flows. The normalizing flows are directly trained to transpo…

2022

Learning Optimal Conformal Classifiers

ICLR 2022spotlight

Modern deep learning based classifiers show very high accuracy on test data but this does not provide sufficient guarantees for safe deployment, especially in high-stake AI applications such as medical diagnosis. Usually, predictions are obtained without a reliable uncertainty estimate or a formal g…

2022

Mitigating statistical bias within differentially private synthetic data

UAI 2022poster

Increasing interest in privacy-preserving machine learning has led to new and evolved approaches for generating private synthetic data from undisclosed real data. However, mechanisms of privacy preservation can significantly reduce the utility of synthetic data, which in turn impacts downstream task…

Cited by 13SourcePDFScholar
2022

On PAC-Bayesian reconstruction guarantees for VAEs

AISTATS 2022poster

Despite its wide use and empirical successes, the theoretical understanding and study of the behaviour and performance of the variational autoencoder (VAE) have only emerged in the past few years. We contribute to this recent line of work by analysing the VAE’s reconstruction ability for unseen test…

Cited by 24SourcePDFScholar
2022

Particle-Based Score Estimation for State Space Model Learning in Autonomous Driving

CoRL 2022poster

Multi-object state estimation is a fundamental problem for robotic applications where a robot must interact with other moving objects. Typically, other objects' relevant state features are not directly observable, and must instead be inferred from observations. Particle filtering can perform such in…

Cited by 4SourceScholar
2022

Riemannian Score-Based Generative Modelling

NeurIPS 2022accept

Score-based generative models (SGMs) are a powerful class of generative models that exhibit remarkable empirical performance. Score-based generative modelling (SGM) consists of a ``noising'' stage, whereby a diffusion is used to gradually add Gaussian noise to data, and a generative model, which ent…

2022

Score-Based Diffusion meets Annealed Importance Sampling

NeurIPS 2022accept

More than twenty years after its introduction, Annealed Importance Sampling (AIS) remains one of the most effective methods for marginal likelihood estimation. It relies on a sequence of distributions interpolating between a tractable initial distribution and the target distribution of interest whic…

Cited by 52SourcePDFScholar
2022

Towards Learning Universal Hyperparameter Optimizers with Transformers

NeurIPS 2022accept

Meta-learning hyperparameter optimization (HPO) algorithms from prior experiments is a promising approach to improve optimization efficiency over objective functions from a similar distribution. However, existing methods are restricted to learning from experiments sharing the same set of hyperparame…

2021

Differentiable Particle Filtering via Entropy-Regularized Optimal Transport

ICML 2021oral

Particle Filtering (PF) methods are an established class of procedures for performing inference in non-linear state-space models. Resampling is a key ingredient of PF necessary to obtain low variance likelihood and states estimates. However, traditional resampling methods result in PF-based loss fun…

2021

Diffusion Schrödinger Bridge with Applications to Score-Based Generative Modeling

NeurIPS 2021spotlight

Progressively applying Gaussian noise transforms complex data distributions to approximately Gaussian. Reversing this dynamic defines a generative model. When the forward noising process is given by a Stochastic Differential Equation (SDE), Song et al (2021) demonstrate how the time inhomogeneous dr…

2021

Improving Lossless Compression Rates via Monte Carlo Bits-Back Coding

ICML 2021oral

Latent variable models have been successfully applied in lossless compression with the bits-back coding algorithm. However, bits-back suffers from an increase in the bitrate equal to the KL divergence between the approximate posterior and the true posterior. In this paper, we show how to remove this…

2021

Learning Deep Features in Instrumental Variable Regression

ICLR 2021poster

Instrumental variable (IV) regression is a standard strategy for learning causal relationships between confounded treatment and outcome variables from observational data by using an instrumental variable, which affects the outcome only through the treatment. In classical IV regression, learning proc…

2021

Monte Carlo Variational Auto-Encoders

ICML 2021spotlight

Variational auto-encoders (VAE) are popular deep latent variable models which are trained by maximizing an Evidence Lower Bound (ELBO). To obtain tighter ELBO and hence better variational approximations, it has been proposed to use importance sampling to get a lower variance estimate of the evidence…

2021

NEO: Non Equilibrium Sampling on the Orbits of a Deterministic Transform

NeurIPS 2021poster

Sampling from a complex distribution $\pi$ and approximating its intractable normalizing constant $\mathrm{Z}$ are challenging problems. In this paper, a novel family of importance samplers (IS) and Markov chain Monte Carlo (MCMC) samplers is derived. Given an invertible map $\mathrm{T}$, these sc…

2021

Online Variational Filtering and Parameter Learning

NeurIPS 2021oral

We present a variational method for online state estimation and parameter learning in state-space models (SSMs), a ubiquitous class of latent variable models for sequential data. As per standard batch variational techniques, we use stochastic gradients to simultaneously optimize a lower bound on the…

2021

Stable ResNet

AISTATS 2021poster

Deep ResNet architectures have achieved state of the art performance on many tasks. While they solve the problem of gradient vanishing, they might suffer from gradient exploding as the depth becomes large (Yang et al. 2017). Moreover, recent results have shown that ResNet might lose expressivity as…

2021

Unbiased gradient estimation for variational auto-encoders using coupled Markov chains

UAI 2021poster

The variational auto-encoder (VAE) is a deep latent variable model that has two neural networks in an autoencoder-like architecture; one of them parameterizes the model’s likelihood. Fitting its parameters via maximum likelihood (ML) is challenging since the computation of the marginal likelihood in…

Cited by 19SourcePDFScholar
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

Modular Meta-Learning with Shrinkage

NeurIPS 2020spotlight

Many real-world problems, including multi-speaker text-to-speech synthesis, can greatly benefit from the ability to meta-learn large models with only a few task- specific components. Updating only these task-specific modules then allows the model to be adapted to low-data tasks for as many steps as…

Cited by 51SourcePDFScholar
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

On the Impact of the Activation function on Deep Neural Networks Training

ICML 2019oral

The weight initialization and the activation function of deep neural networks have a crucial impact on the performance of the training procedure. An inappropriate selection can lead to the loss of information of the input during forward propagation and the exponential vanishing/exploding of gradient…

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

2019

Unbiased Smoothing using Particle Independent Metropolis-Hastings

AISTATS 2019poster

We consider the approximation of expectations with respect to the distribution of a latent Markov process given noisy measurements. This is known as the smoothing problem and is often approached with particle and Markov chain Monte Carlo (MCMC) methods. These methods provide consistent but biased es…

2017

Clone MCMC: Parallel High-Dimensional Gaussian Gibbs Sampling

NeurIPS 2017poster

We propose a generalized Gibbs sampler algorithm for obtaining samples approximately distributed from a high-dimensional Gaussian distribution. Similarly to Hogwild methods, our approach does not target the original Gaussian distribution of interest, but an approximation to it. Contrary to Hogwild m…

Cited by 12SourcePDFScholar
2017

Filtering Variational Objectives

NeurIPS 2017poster

When used as a surrogate objective for maximum likelihood estimation in latent variable models, the evidence lower bound (ELBO) produces state-of-the-art results. Inspired by this, we consider the extension of the ELBO to a family of lower bounds defined by a particle filter's estimator of the margi…

Cited by 260SourcePDFScholar
2016

Interacting Particle Markov Chain Monte Carlo

ICML 2016poster

We introduce interacting particle Markov chain Monte Carlo (iPMCMC), a PMCMC method based on an interacting pool of standard and conditional sequential Monte Carlo samplers. Like related methods, iPMCMC is a Markov chain Monte Carlo sampler on an extended space. We present empirical results that sho…