← Search

Michalis Titsias

17 accepted papers

2026

Variational Learning for Insertion-based Generation

ICML 2026spotlight

Non-monotonic sequence generation methods, such as masked diffusion models, provide a flexible alternative to left-to-right autoregressive modeling by allowing tokens to be generated in non-fixed and prescribed orders. Despite their practical advantages, most existing non-monotonic models are order-…

Cited by 0SourceScholar
2025

Learning-Order Autoregressive Models with Application to Molecular Graph Generation

ICML 2025poster

Autoregressive models (ARMs) have become the workhorse for sequence generation tasks, since many problems can be modeled as next-token prediction. While there appears to be a natural ordering for text (i.e., left-to-right), for many data types, such as graphs, the canonical ordering is less obvious.…

Cited by 0SourcePDFScholar
2024

Kalman Filter for Online Classification of Non-Stationary Data

ICLR 2024poster

In Online Continual Learning (OCL) a learning system receives a stream of data and sequentially performs prediction and training steps. Key challenges in OCL include automatic adaptation to the specific non-stationary structure of the data and maintaining appropriate predictive uncertainty. To add…

Cited by 8SourcePDFScholar
2024

Non-Stationary Learning of Neural Networks with Automatic Soft Parameter Reset

NeurIPS 2024poster

Neural networks are most often trained under the assumption that data come from a stationary distribution. However, settings in which this assumption is violated are of increasing importance; examples include supervised learning with distributional shifts, reinforcement learning, continual learning…

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

2022

Double Control Variates for Gradient Estimation in Discrete Latent Variable Models

AISTATS 2022poster

Stochastic gradient-based optimisation for discrete latent variable models is challenging due to the high variance of gradients. We introduce a variance reduction technique for score function estimators that makes use of double control variates. These control variates act on top of a main control va…

2022

Gradient Estimation with Discrete Stein Operators

NeurIPS 2022accept

Gradient estimation---approximating the gradient of an expectation with respect to the parameters of a distribution---is central to the solution of many machine learning problems. However, when the distribution is discrete, most common gradient estimators suffer from excessive variance. To impro…

2022

Information-theoretic Online Memory Selection for Continual Learning

ICLR 2022poster

A challenging problem in task-free continual learning is the online selection of a representative replay memory from data streams. In this work, we investigate the online memory selection problem from an information-theoretic perspective. To gather the most information, we propose the \textit{surpri…

Cited by 57SourcePDFScholar
2019

Augmented Ensemble MCMC sampling in Factorial Hidden Markov Models

AISTATS 2019poster

Bayesian inference for Factorial Hidden Markov Models is challenging due to the exponentially sized latent variable space. Standard Monte Carlo samplers can have difficulties effectively exploring the posterior landscape and are often restricted to exploration around localised regions that depend on…

Cited by 4SourcePDFScholar
2018

Augment and Reduce: Stochastic Inference for Large Categorical Distributions

ICML 2018oral

Categorical distributions are ubiquitous in machine learning, e.g., in classification, language models, and recommendation systems. However, when the number of possible outcomes is very large, using categorical distributions becomes computationally expensive, as the complexity scales linearly with t…