← Search

Brooks Paige

23 accepted papers

2025

Effects of Dropout on Performance in Long-range Graph Learning Tasks

NeurIPS 2025poster

Message Passing Neural Networks (MPNNs) are a class of Graph Neural Networks (GNNs) that propagate information across the graph via local neighborhoods. The scheme gives rise to two key challenges: over-smoothing and over-squashing. While several Dropout-style algorithms, such as DropEdge and DropMe…

Cited by 0SourcecodeScholar
2025

Right Now, Wrong Then: Non-Stationary Direct Preference Optimization under Preference Drift

ICML 2025poster

Current Large Language Model (LLM) preference optimization algorithms do not account for temporal preference drift, which can lead to severe misalignment. To address this limitation, we propose **Non-Stationary Direct Preference Optimisation (NS-DPO)** that models time-dependent reward functions wit…

Cited by 0SourcePDFScholar
2024

Analysing the Generalisation and Reliability of Steering Vectors

NeurIPS 2024poster

Steering vectors (SVs) are a new approach to efficiently adjust language model behaviour at inference time by intervening on intermediate model activations. They have shown promise in terms of improving both capabilities and model alignment. However, the reliability and generalisation properties of…

Cited by 14SourcePDFScholar
2024

AsEP: Benchmarking Deep Learning Methods for Antibody-specific Epitope Prediction

NeurIPS 2024poster

Epitope identification is vital for antibody design yet challenging due to the inherent variability in antibodies. While many deep learning methods have been developed for general protein binding site prediction tasks, whether they work for epitope prediction remains an understudied research questio…

2024

Diffusive Gibbs Sampling

ICML 2024poster

The inadequate mixing of conventional Markov Chain Monte Carlo (MCMC) methods for multi-modal distributions presents a significant challenge in practical applications such as Bayesian inference and molecular dynamics. Addressing this, we propose Diffusive Gibbs Sampling (DiGS), an innovative family…

2023

Moment Matching Denoising Gibbs Sampling

NeurIPS 2023poster

Energy-Based Models (EBMs) offer a versatile framework for modelling complex data distributions. However, training and sampling from EBMs continue to pose significant challenges. The widely-used Denoising Score Matching (DSM) method for scalable EBM training suffers from inconsistency issues, causin…

2022

Fast and Scalable Spike and Slab Variable Selection in High-Dimensional Gaussian Processes

AISTATS 2022poster

Variable selection in Gaussian processes (GPs) is typically undertaken by thresholding the inverse lengthscales of automatic relevance determination kernels, but in high-dimensional datasets this approach can be unreliable. A more probabilistically principled alternative is to use spike and slab pri…

2021

Learning Bijective Feature Maps for Linear ICA

AISTATS 2021poster

Separating high-dimensional data like images into independent latent factors, i.e independent component analysis (ICA), remains an open research problem. As we show, existing probabilistic deep generative models (DGMs), which are tailor-made for image data, underperform on non-linear ICA tasks. To a…

Cited by 2SourcePDFScholar
2021

Relating by Contrasting: A Data-efficient Framework for Multimodal Generative Models

ICLR 2021poster

Multimodal learning for generative models often refers to the learning of abstract concepts from the commonality of information in multiple modalities, such as vision and language. While it has proven effective for learning generalisable representations, the training of such models often requires a…

Cited by 45SourcePDFScholar
2020

Barking up the right tree: an approach to search over molecule synthesis DAGs

NeurIPS 2020spotlight

When designing new molecules with particular properties, it is not only important what to make but crucially how to make it. These instructions form a synthesis directed acyclic graph (DAG), describing how a large vocabulary of simple building blocks can be recursively combined through chemical reac…

2020

Data Generation for Neural Programming by Example

AISTATS 2020poster

Programming by example is the problem of synthesizing a program from a small set of input / output pairs. Recent works applying machine learning methods to this task show promise, but are typically reliant on generating synthetic examples for training. A particular challenge lies in generating meani…

2020

Goal-directed Generation of Discrete Structures with Conditional Generative Models

NeurIPS 2020poster

Despite recent advances, goal-directed generation of structured discrete data remains challenging. For problems such as program synthesis (generating source code) and materials design (generating molecules), finding examples which satisfy desired constraints or exhibit desired properties is difficul…

Cited by 17SourcePDFScholar
2019

A Generative Model For Electron Paths

ICLR 2019poster

Chemical reactions can be described as the stepwise redistribution of electrons in molecules. As such, reactions are often depicted using "arrow-pushing" diagrams which show this movement as a sequence of arrows. We propose an electron path prediction model (ELECTRO) to learn these sequences directl…

Cited by 90SourcePDFScholar
2019

A Model to Search for Synthesizable Molecules

NeurIPS 2019poster

Deep generative models are able to suggest new organic molecules by generating strings, trees, and graphs representing their structure. While such models allow one to generate molecules with desirable properties, they give no guarantees that the molecules can actually be synthesized in practice. We…

2019

Structured Disentangled Representations

AISTATS 2019poster

Deep latent-variable models learn representations of high-dimensional data in an unsupervised manner. A number of recent efforts have focused on learning representations that disentangle statistically independent axes of variation by introducing modifications to the standard objective function. Thes…

2019

Variational Mixture-of-Experts Autoencoders for Multi-Modal Deep Generative Models

NeurIPS 2019poster

Learning generative models that span multiple data modalities, such as vision and language, is often motivated by the desire to learn more useful, generalisable representations that faithfully capture common underlying factors between the modalities. In this work, we characterise successful learning…

2018

Learning a Generative Model for Validity in Complex Discrete Structures

ICLR 2018poster

Deep generative models have been successfully used to learn representations for high-dimensional discrete spaces by representing discrete objects as sequences and employing powerful sequence-based deep models. Unfortunately, these sequence-based models often produce invalid sequences: sequences whic…

2017

Learning Disentangled Representations with Semi-Supervised Deep Generative Models

NeurIPS 2017poster

Variational autoencoders (VAEs) learn representations of data by jointly training a probabilistic encoder and decoder network. Typically these models encode all features of the data into a single variable. Here we are interested in learning disentangled representations that encode distinct aspects o…

2016

Black-Box Policy Search with Probabilistic Programs

AISTATS 2016poster

In this work we show how to represent policies as programs: that is, as stochastic simulators with tunable parameters. To learn the parameters of such policies we develop connections between black box variational inference and existing policy search approaches. We then explain how such learning ca…

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…