← Search

Richard E Turner

64 accepted papers

2026

Error Propagation and Model Collapse in Diffusion Models: A Theoretical Study

ICML 2026poster

Machine learning models are increasingly trained or fine-tuned on synthetic data. Recursively training on such data has been observed to significantly degrade performance in a wide range of tasks, often characterized by a progressive drift away from the target distribution. In this work, we theoreti…

Cited by 0SourceScholar
2026

Fresh in memory: Training-order recency is linearly encoded in language model activations

ICLR 2026poster

We show that language models’ activations linearly encode when information was learned during training. Our setup involves creating a model with a known training order by sequentially fine-tuning Llama-3.2-1B on six disjoint but otherwise similar datasets about named entities. We find that the avera…

Cited by 0SourceScholar
2026

Graph Random Features for Scalable Gaussian Processes

ICLR 2026poster

We study the application of graph random features (GRFs) – a recently-introduced stochastic estimator of graph node kernels – to scalable Gaussian processes on discrete input spaces. We prove that (under mild assumptions) Bayesian inference with GRFs enjoys $\mathcal{O}(N^{3/2})$ time complexity wit…

Cited by 0SourceScholar
2026

Incremental Transformer Neural Processes

ICML 2026poster

Neural Processes (NPs), and specifically Transformer Neural Processes (TNPs), have demonstrated remarkable performance across tasks ranging from spatiotemporal forecasting to tabular data modelling. However, many of these applications are inherently sequential, involving continuous data streams such…

Cited by 0SourceScholar
2026

Probabilistic Retrofitting of Learned Simulators

ICML 2026poster

Dominant approaches for modelling Partial Differential Equations (PDEs) rely on deterministic predictions, yet many physical systems of interest are inherently chaotic and uncertain. While training probabilistic models from scratch is possible, it is computationally expensive and fails to leverage t…

Cited by 0SourceScholar
2026

Rotary Position Encodings for Graphs

ICML 2026spotlight

We study the extent to which rotary position encodings (RoPE), a recent transformer position encoding algorithm broadly adopted in large language models (LLMs) and vision transformers (ViTs), can be applied to graph-structured data. We find that rotating tokens depending on the spectrum of the graph…

Cited by 0SourceScholar
2025

Bayesian Circular Regression with von Mises Quasi-Processes

AISTATS 2025poster

The need for regression models to predict circular values arises in many scientific fields. In this work we explore a family of expressive and interpretable distributions over circle-valued random functions related to Gaussian processes targeting two Euclidean dimensions conditioned on the unit circ…

Cited by 0SourceScholar
2025

Distributional Training Data Attribution: What do Influence Functions Sample?

NeurIPS 2025spotlight

Randomness is an unavoidable part of training deep learning models, yet something that traditional training data attribution algorithms fail to rigorously account for. They ignore the fact that, due to stochasticity in the initialisation and batching, training on the same dataset can yield different…

Cited by 0SourceScholar
2025

Estimating Interventional Distributions with Uncertain Causal Graphs through Meta-Learning

NeurIPS 2025poster

In scientific domains---from biology to the social sciences---many questions boil down to \textit{What effect will we observe if we intervene on a particular variable?} If the causal relationships (e.g.~a causal graph) are known, its possible to estimate the intervention distributions. In the absenc…

Cited by 0SourceScholar
2025

Gridded Transformer Neural Processes for Spatio-Temporal Data

ICML 2025spotlight

Effective modelling of large-scale spatio-temporal datasets is essential for many domains, yet existing approaches often impose rigid constraints on the input data, such as requiring them to lie on fixed-resolution grids. With the rise of foundation models, the ability to process diverse, heterogene…

Cited by 0SourcePDFScholar
2025

Influence Functions for Scalable Data Attribution in Diffusion Models

ICLR 2025oral

Diffusion models have led to significant advancements in generative modelling. Yet their widespread adoption poses challenges regarding data attribution and interpretability. In this paper, we aim to help address such challenges in diffusion models by extending influence functions. Influence functio…

Cited by 2SourcePDFScholar
2025

Linear Transformer Topological Masking with Graph Random Features

ICLR 2025poster

When training transformers on graph-structured data, incorporating information about the underlying topology is crucial for good performance. Topological masking, a type of relative position encoding, achieves this by upweighting or downweighting attention depending on the relationship between the q…

Cited by 1SourcePDFScholar
2025

Position: Probabilistic Modelling is Sufficient for Causal Inference

ICML 2025oral

Causal inference is a key research area in machine learning, yet confusion reigns over the tools needed to tackle it. There are prevalent claims in the machine learning literature that you need a bespoke causal framework or notation to answer causal questions. In this paper, we make it clear that yo…

Cited by 0SourcePDFScholar
2025

Purifying Shampoo: Investigating Shampoo's Heuristics by Decomposing its Preconditioner

NeurIPS 2025spotlight

The recent success of Shampoo in the AlgoPerf contest has sparked renewed interest in Kronecker-factorization-based optimization algorithms for training neural networks. Despite its success, Shampoo relies heavily on several heuristics such as learning rate grafting and stale preconditioning to achi…

Cited by 0SourceScholar
2025

Variance-Reducing Couplings for Random Features

ICLR 2025poster

Random features (RFs) are a popular technique to scale up kernel methods in machine learning, replacing exact kernel evaluations with stochastic Monte Carlo estimates. They underpin models as diverse as efficient transformers (by approximating attention) to sparse spectrum Gaussian processes (by app…

Cited by 0SourcePDFScholar
2024

A Generative Model of Symmetry Transformations

NeurIPS 2024poster

Correctly capturing the symmetry transformations of data can lead to efficient models with strong generalization capabilities, though methods incorporating symmetries often require prior knowledge. While recent advancements have been made in learning those symmetries directly from the dataset, most…

2024

Approximately Equivariant Neural Processes

NeurIPS 2024poster

Equivariant deep learning architectures exploit symmetries in learning problems to improve the sample efficiency of neural-network-based models and their ability to generalise. However, when modelling real-world data, learning problems are often not *exactly* equivariant, but only approximately. For…

2024

Can We Remove the Square-Root in Adaptive Gradient Methods? A Second-Order Perspective

ICML 2024poster

Adaptive gradient optimizers like Adam(W) are the default training algorithms for many deep learning architectures, such as transformers. Their diagonal preconditioner is based on the gradient outer product which is incorporated into the parameter update via a square root. While these methods are of…

Cited by 12SourcePDFScholar
2024

Identifiable Feature Learning for Spatial Data with Nonlinear ICA

AISTATS 2024poster

Recently, nonlinear ICA has surfaced as a popular alternative to the many heuristic models used in deep representation learning and disentanglement. An advantage of nonlinear ICA is that a sophisticated identifiability theory has been developed; in particular, it has been proven that the original co…

2024

LLM Processes: Numerical Predictive Distributions Conditioned on Natural Language

NeurIPS 2024poster

Machine learning practitioners often face significant challenges in formally integrating their prior knowledge and beliefs into predictive models, limiting the potential for nuanced and context-aware analyses. Moreover, the expertise needed to integrate this prior knowledge into probabilistic modeli…

2024

Noise-Aware Differentially Private Regression via Meta-Learning

NeurIPS 2024poster

Many high-stakes applications require machine learning models that protect user privacy and provide well-calibrated, accurate predictions. While Differential Privacy (DP) is the gold standard for protecting user privacy, standard DP mechanisms typically significantly impair performance. One approach…

2024

On conditional diffusion models for PDE simulations

NeurIPS 2024poster

Modelling partial differential equations (PDEs) is of crucial importance in science and engineering, and it includes tasks ranging from forecasting to inverse problems, such as data assimilation. However, most previous numerical and machine learning approaches that target forecasting cannot be appli…

2024

Safe Exploration in Dose Finding Clinical Trials with Heterogeneous Participants

ICML 2024poster

In drug development, early phase dose-finding clinical trials are carried out to identify an optimal dose to administer to patients in larger confirmatory clinical trials. Standard trial procedures do not optimize for participant benefit and do not consider participant heterogeneity, despite consequ…

Cited by 0SourcePDFScholar
2024

Structured Inverse-Free Natural Gradient Descent: Memory-Efficient & Numerically-Stable KFAC

ICML 2024poster

Second-order methods such as KFAC can be useful for neural net training. However, they are often memory-inefficient since their preconditioning Kronecker factors are dense, and numerically unstable in low precision as they require matrix inversion or decomposition. These limitations render such meth…

Cited by 4SourcePDFScholar
2024

Translation Equivariant Transformer Neural Processes

ICML 2024poster

The effectiveness of neural processes (NPs) in modelling posterior prediction maps---the mapping from data to posterior predictive distributions---has significantly improved since their inception. This improvement can be attributed to two principal factors: (1) advancements in the architecture of pe…

Cited by 4SourcePDFScholar
2023

Autoregressive Conditional Neural Processes

ICLR 2023poster

Conditional neural processes (CNPs; Garnelo et al., 2018a) are attractive meta-learning models which produce well-calibrated predictions and are trainable via a simple maximum likelihood procedure. Although CNPs have many advantages, they are unable to model dependencies in their predictions. Variou…

2023

FiT: Parameter Efficient Few-shot Transfer Learning for Personalized and Federated Image Classification

ICLR 2023poster

Modern deep learning systems are increasingly deployed in situations such as personalization and federated learning where it is necessary to support i) learning on small amounts of data, and ii) communication efficient distributed training protocols. In this work, we develop FiLM Transfer (FiT) whic…

2023

First Session Adaptation: A Strong Replay-Free Baseline for Class-Incremental Learning

ICCV 2023poster

In Class-Incremental Learning (CIL) an image classification system is exposed to new classes in each learning session and must be updated incrementally. Methods approaching this problem have updated both the classification head and the feature extractor body at each session of CIL. In this work, we…

Cited by 56PDFScholar
2023

Geometric Neural Diffusion Processes

NeurIPS 2023poster

Denoising diffusion models have proven to be a flexible and effective paradigm for generative modelling. Their recent extension to infinite dimensional Euclidean spaces has allowed for the modelling of stochastic processes. However, many problems in the natural sciences incorporate symmetries and in…

2023

Kronecker-Factored Approximate Curvature for Modern Neural Network Architectures

NeurIPS 2023spotlight

The core components of many modern neural network architectures, such as transformers, convolutional, or graph neural networks, can be expressed as linear layers with *weight-sharing*. Kronecker-Factored Approximate Curvature (K-FAC), a second-order optimisation method, has shown promise to speed up…

Cited by 55SourcePDFScholar
2023

PDE-Refiner: Achieving Accurate Long Rollouts with Neural PDE Solvers

NeurIPS 2023spotlight

Time-dependent partial differential equations (PDEs) are ubiquitous in science and engineering. Recently, mostly due to the high computational cost of traditional solution techniques, deep neural network based surrogates have gained increased interest. The practical utility of such neural PDE solver…

Cited by 77SourcePDFScholar
2022

Bayesian Neural Network Priors Revisited

ICLR 2022poster

Isotropic Gaussian priors are the de facto standard for modern Bayesian neural network inference. However, it is unclear whether these priors accurately reflect our true beliefs about the weight distributions or give optimal performance. To find better priors, we study summary statistics of neural n…

2022

Contextual Squeeze-and-Excitation for Efficient Few-Shot Image Classification

NeurIPS 2022accept

Recent years have seen a growth in user-centric applications that require effective knowledge transfer across tasks in the low-data regime. An example is personalization, where a pretrained system is adapted by learning on small amounts of labeled data belonging to a specific user. This setting requ…

2022

Modelling Non-Smooth Signals with Complex Spectral Structure

AISTATS 2022poster

The Gaussian Process Convolution Model (GPCM; Tobar et al., 2015a) is a model for signals with complex spectral structure. A significant limitation of the GPCM is that it assumes a rapidly decaying spectrum: it can only model smooth signals. Moreover, inference in the GPCM currently requires (1) a m…

2022

Practical Conditional Neural Process Via Tractable Dependent Predictions

ICLR 2022poster

Conditional Neural Processes (CNPs; Garnelo et al., 2018a) are meta-learning models which leverage the flexibility of deep learning to produce well-calibrated predictions and naturally handle off-the-grid and missing data. CNPs scale to large datasets and train with ease. Due to these features, CNPs…

Cited by 30SourcePDFScholar
2021

Collapsed Variational Bounds for Bayesian Neural Networks

NeurIPS 2021poster

Recent interest in learning large variational Bayesian Neural Networks (BNNs) has been partly hampered by poor predictive performance caused by underfitting, and their performance is known to be very sensitive to the prior over weights. Current practice often fixes the prior parameters to standard v…

2021

Combining pseudo-point and state space approximations for sum-separable Gaussian Processes

UAI 2021poster

Gaussian processes (GPs) are important probabilistic tools for inference and learning in spatio-temporal modelling problems such as those in climate science and epidemiology. However, existing GP approximations do not simultaneously support large numbers of off-the-grid spatial data-points and long…

2021

How Tight Can PAC-Bayes be in the Small Data Regime?

NeurIPS 2021poster

In this paper, we investigate the question: _Given a small number of datapoints, for example $N = 30$, how tight can PAC-Bayes and test set bounds be made?_ For such small datasets, test set bounds adversely affect generalisation performance by withholding data from the training procedure. In this s…

2021

Memory Efficient Meta-Learning with Large Images

NeurIPS 2021poster

Meta learning approaches to few-shot classification are computationally efficient at test time, requiring just a few optimization steps or single forward pass to learn a new task, but they remain highly memory-intensive to train. This limitation arises because a task's entire support set, which can…

Cited by 26SourcePDFScholar
2020

Convolutional Conditional Neural Processes

ICLR 2020talk

We introduce the Convolutional Conditional Neural Process (ConvCNP), a new member of the Neural Process family that models translation equivariance in the data. Translation equivariance is an important inductive bias for many learning problems including time series modelling, spatial data, and image…

Cited by 196SourcecodeScholar
2019

Deterministic Variational Inference for Robust Bayesian Neural Networks

ICLR 2019oral

Bayesian neural networks (BNNs) hold great promise as a flexible and principled solution to deal with uncertainty when learning from finite data. Among approaches to realize probabilistic inference in deep neural networks, variational Bayes (VB) is theoretically grounded, generally applicable, and c…

2019

Fast and Flexible Multi-Task Classification using Conditional Neural Adaptive Processes

NeurIPS 2019spotlight

The goal of this paper is to design image classification systems that, after an initial multi-task training phase, can automatically adapt to new tasks encountered at test time. We introduce a conditional neural process based approach to the multi-task classification setting for this purpose, and es…

2019

Icebreaker: Element-wise Efficient Information Acquisition with a Bayesian Deep Latent Gaussian Model

NeurIPS 2019poster

In this paper, we address the ice-start problem, i.e., the challenge of deploying machine learning models when only a little or no training data is initially available, and acquiring each feature element of data is associated with costs. This setting is representative of the real-world machine learn…

2019

Practical Deep Learning with Bayesian Principles

NeurIPS 2019poster

Bayesian methods promise to fix many shortcomings of deep learning, but they are impractical and rarely match the performance of standard methods, let alone improve them. In this paper, we demonstrate practical training of deep networks with natural-gradient variational inference. By applying techni…

2019

The Gaussian Process Autoregressive Regression Model (GPAR)

AISTATS 2019poster

Multi-output regression models must exploit dependencies between outputs to maximise predictive performance. The application of Gaussian processes (GPs) to this setting typically yields models that are computationally demanding and have limited representational power. We present the Gaussian Process…

2018

Gaussian Process Behaviour in Wide Deep Neural Networks

ICLR 2018poster

Whilst deep neural networks have shown great empirical success, there is still much work to be done to understand their theoretical properties. In this paper, we study the relationship between Gaussian processes with a recursive kernel definition and random wide fully connected feedforward networks…

2018

Geometrically Coupled Monte Carlo Sampling

NeurIPS 2018spotlight

Monte Carlo sampling in high-dimensional, low-sample settings is important in many machine learning tasks. We improve current methods for sampling in Euclidean spaces by avoiding independence, and instead consider ways to couple samples. We show fundamental connections to optimal transport theory,…

Cited by 30SourcePDFScholar
2017

Interpolated Policy Gradient: Merging On-Policy and Off-Policy Gradient Estimation for Deep Reinforcement Learning

NeurIPS 2017poster

Off-policy model-free deep reinforcement learning methods using previously collected data can improve sample efficiency over on-policy policy gradient techniques. On the other hand, on-policy algorithms are often more stable and easier to use. This paper examines, both theoretically and empirically,…

Cited by 206SourcePDFScholar
2017

Q-Prop: Sample-Efficient Policy Gradient with An Off-Policy Critic

ICLR 2017oral

Model-free deep reinforcement learning (RL) methods have been successful in a wide variety of simulated domains. However, a major obstacle facing deep RL in the real world is their high sample complexity. Batch policy gradient methods offer stable learning, but at the cost of high variance, which of…

Cited by 436SourcecodeScholar
2017

Sequence Tutor: Conservative Fine-Tuning of Sequence Generation Models with KL-control

ICML 2017poster

This paper proposes a general method for improving the structure and quality of sequences generated by a recurrent neural network (RNN), while maintaining information originally learned from data, as well as sample diversity. An RNN is first pre-trained on data using maximum likelihood estimation (M…

Cited by 213SourcePDFScholar
2017

Tuning Recurrent Neural Networks with Reinforcement Learning

ICLR 2017workshop

The approach of training sequence models using supervised learning and next-step prediction suffers from known failure modes. For example, it is notoriously difficult to ensure multi-step generated sequences have coherent global structure. We propose a novel sequence-learning approach in which we u…

Cited by 90SourceScholar
2015

Learning Stationary Time Series using Gaussian Processes with Nonparametric Kernels

NeurIPS 2015spotlight

We introduce the Gaussian Process Convolution Model (GPCM), a two-stage nonparametric generative procedure to model stationary signals as the convolution between a continuous-time white-noise process and a continuous-time linear filter drawn from Gaussian process. The GPCM is a continuous-time nonpa…

Cited by 111SourcePDFScholar