← Search

David Barber

23 accepted papers

2025

From Characters to Tokens: Dynamic Grouping with Hierarchical BPE

EMNLP 2025

Subword tokenization methods like Byte Pair Encoding (BPE) are widely used in large language models due to their balance of vocabulary compactness and representational power. However, they suffer from inefficiencies in representing rare words and require large embedding matrices. Character-level mod

Cited by 0SourcePDFScholar
2025

Improving Probabilistic Diffusion Models With Optimal Diagonal Covariance Matching

ICLR 2025oral

The probabilistic diffusion model has become highly effective across various domains. Typically, sampling from a diffusion model involves using a denoising distribution characterized by a Gaussian with a learned mean and either fixed or learned covariances. In this paper, we leverage the recently pr…

Cited by 0SourcePDFScholar
2025

Incremental Sequence Classification with Temporal Consistency

NeurIPS 2025spotlight

We address the problem of incremental sequence classification, where predictions are updated as new elements in the sequence are revealed. Drawing on temporal-difference learning from reinforcement learning, we identify a temporal-consistency condition that successive predictions should satisfy. We…

Cited by 0SourceScholar
2025

Training Neural Samplers with Reverse Diffusive KL Divergence

AISTATS 2025poster

Training generative models to sample from unnormalized density functions is an important and challenging task in machine learning. Traditional training methods often rely on the reverse Kullback-Leibler (KL) divergence due to its tractability. However, the mode-seeking behavior of reverse KL hinder…

Cited by 0SourcecodeScholar
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…

2021

Reducing the Computational Cost of Deep Generative Models with Binary Neural Networks

ICLR 2021poster

Deep generative models provide a powerful set of tools to understand real-world data. But as these models improve, they increase in size and complexity, so their computational cost in memory and execution time grows. Using binary weights in neural networks is one method which has shown promise in re…

Cited by 15SourcePDFScholar
2020

HiLLoC: lossless image compression with hierarchical latent variable models

ICLR 2020poster

We make the following striking observation: fully convolutional VAE models trained on 32x32 ImageNet can generalize well, not just to 64x64 but also to far larger photographs, with no changes to the model. We use this property, applying fully convolutional models to lossless compression, demonstrati…

Cited by 81SourcecodeScholar
2019

Practical lossless compression with latent variables using bits back coding

ICLR 2019poster

Deep latent variable models have seen recent success in many data domains. Lossless compression is an application of these models which, despite having the potential to be highly useful, has yet to be implemented in a practical manner. We present '`Bits Back with ANS' (BB-ANS), a scheme to perform l…

2019

Tracking by Animation: Unsupervised Learning of Multi-Object Attentive Trackers

CVPR 2019poster

Online Multi-Object Tracking (MOT) from videos is a challenging computer vision task which has been extensively studied for decades. Most of the existing MOT algorithms are based on the Tracking-by-Detection (TBD) paradigm combined with popular machine learning approaches which largely reduce the hu…

Cited by 57PDFcodeScholar
2018

Online Structured Laplace Approximations for Overcoming Catastrophic Forgetting

NeurIPS 2018poster

We introduce the Kronecker factored online Laplace approximation for overcoming catastrophic forgetting in neural networks. The method is grounded in a Bayesian online learning framework, where we recursively approximate the posterior after every task with a Gaussian, leading to a quadratic penalty…

2017

Complementary Sum Sampling for Likelihood Approximation in Large Scale Classification

AISTATS 2017poster

We consider training probabilistic classifiers in the case that the number of classes is too large to perform exact normalisation over all classes. We show that the source of high variance in standard sampling approximations is due to simply not including the correct class of the datapoint into the…

Cited by 34SourcePDFScholar
2017

Wider and Deeper, Cheaper and Faster: Tensorized LSTMs for Sequence Learning

NeurIPS 2017poster

Long Short-Term Memory (LSTM) is a popular approach to boosting the ability of Recurrent Neural Networks to store longer term temporal information. The capacity of an LSTM network can be increased by widening and adding layers. However, usually the former introduces additional parameters, while the…

Cited by 79SourcePDFScholar