← Search

Zoubin Ghahramani

38 accepted papers

2026

Efficiently Reconstructing Dynamic Scenes One D4RT at a Time

CVPR 2026

Understanding and reconstructing the complex geometry and motion of dynamic 4D scenes from video remains a formidable challenge in computer vision. This paper introduces D4RT, a simple yet powerful feedforward network designed to efficiently solve this task. D4RT utilizes a unified transformer archi

Cited by 0SourceScholar
2021

Deep Neural Networks as Point Estimates for Deep Gaussian Processes

NeurIPS 2021poster

Neural networks and Gaussian processes are complementary in their strengths and weaknesses. Having a better understanding of their relationship comes with the promise to make each method benefit from the strengths of the other. In this work, we establish an equivalence between the forward passes of…

Cited by 46SourcePDFScholar
2020

Einsum Networks: Fast and Scalable Learning of Tractable Probabilistic Circuits

ICML 2020poster

Probabilistic circuits (PCs) are a promising avenue for probabilistic modeling, as they permit a wide range of exact and efficient inference routines. Recent “deep-learning-style” implementations of PCs strive for a better scalability, but are still difficult to train on real-world data, due to thei…

2019

Bayesian Learning of Sum-Product Networks

NeurIPS 2019poster

Sum-product networks (SPNs) are flexible density estimators and have received significant attention due to their attractive inference properties. While parameter learning in SPNs is well developed, structure learning leaves something to be desired: Even though there is a plethora of SPN structure le…

2019

Random Sum-Product Networks: A Simple and Effective Approach to Probabilistic Deep Learning

UAI 2019poster

Sum-product networks (SPNs) are expressive probabilistic models with a rich set of exact and efficient inference routines. However, in order to guarantee exact inference, they require specific structural constraints, which complicate learning SPNs from data. Thereby, most SPN structure learners prop…

2018

Discovering Interpretable Representations for Both Deep Generative and Discriminative Models

ICML 2018oral

Interpretability of representations in both deep generative and discriminative models is highly desirable. Current methods jointly optimize an objective combining accuracy and interpretability. However, this may reduce accuracy, and is not applicable to already trained models. We propose two interpr…

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

MetaGAN: An Adversarial Approach to Few-Shot Learning

NeurIPS 2018poster

In this paper, we propose a conceptually simple and general framework called MetaGAN for few-shot learning problems. Most state-of-the-art few-shot classification models can be integrated with MetaGAN in a principled and straightforward way. By introducing an adversarial generator conditioned on tas…

Cited by 724SourcePDFScholar
2018

The Mirage of Action-Dependent Baselines in Reinforcement Learning

ICML 2018oral

Policy gradient methods are a widely used class of model-free reinforcement learning algorithms where a state-dependent baseline is used to reduce gradient estimator variance. Several recent papers extend the baseline to depend on both the state and action and suggest that this significantly reduces…

Cited by 164SourcePDFScholar
2017

Bayesian inference on random simple graphs with power law degree distributions

ICML 2017poster

We present a model for random simple graphs with power law (i.e., heavy-tailed) degree distributions. To attain this behavior, the edge probabilities in the graph are constructed from Bertoin–Fujita–Roynette–Yor (BFRY) random variables, which have been recently utilized in Bayesian statistics for th…

Cited by 9SourcePDFScholar
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
2016

A Theoretically Grounded Application of Dropout in Recurrent Neural Networks

NeurIPS 2016poster

Recurrent neural networks (RNNs) stand at the forefront of many recent developments in deep learning. Yet a major difficulty with these models is their tendency to overfit, with dropout shown to fail when applied to recurrent layers. Recent results at the intersection of Bayesian modelling and deep…

2016

Bayesian Generalised Ensemble Markov Chain Monte Carlo

AISTATS 2016poster

Bayesian generalised ensemble (BayesGE) is a new method that addresses two major drawbacks of standard Markov chain Monte Carlo algorithms for inference in high-dimensional probability models: inapplicability to estimate the partition function and poor mixing properties. BayesGE uses a Bayesian appr…

Cited by 12SourcePDFScholar
2016

Distributed Flexible Nonlinear Tensor Factorization

NeurIPS 2016poster

Tensor factorization is a powerful tool to analyse multi-way data. Recently proposed nonlinear factorization methods, although capable of capturing complex relationships, are computationally quite expensive and may suffer a severe learning bias in case of extreme data sparsity. Therefore, we propose…

Cited by 78SourcePDFScholar
2016

Dropout as a Bayesian Approximation: Representing Model Uncertainty in Deep Learning

ICML 2016poster

Deep learning tools have gained tremendous attention in applied machine learning. However such tools for regression and classification do not capture model uncertainty. In comparison, Bayesian models offer a mathematically grounded framework to reason about model uncertainty, but usually come with a…

2016

On Sparse Variational Methods and the Kullback-Leibler Divergence between Stochastic Processes

AISTATS 2016poster

The variational framework for learning inducing variables (Titsias, 2009) has had a large impact on the Gaussian process literature. The framework may be interpreted as minimizing a rigorously defined Kullback-Leibler divergence between the approximating and posterior processes. To our knowledge thi…

Cited by 173SourcePDFScholar
2015

A Probabilistic Model for Dirty Multi-task Feature Selection

ICML 2015poster

Multi-task feature selection methods often make the hypothesis that learning tasks share relevant and irrelevant features. However, this hypothesis may be too restrictive in practice. For example, there may be a few tasks with specific relevant and irrelevant features (outlier tasks). Similarly, a f…

Cited by 33SourcePDFScholar
2015

An Empirical Study of Stochastic Variational Inference Algorithms for the Beta Bernoulli Process

ICML 2015poster

Stochastic variational inference (SVI) is emerging as the most promising candidate for scaling inference in Bayesian probabilistic models to large datasets. However, the performance of these methods has been assessed primarily in the context of Bayesian topic models, particularly latent Dirichlet al…

Cited by 27SourcePDFScholar
2015

Latent Gaussian Processes for Distribution Estimation of Multivariate Categorical Data

ICML 2015poster

Multivariate categorical data occur in many applications of machine learning. One of the main difficulties with these vectors of categorical variables is sparsity. The number of possible observations grows exponentially with vector length, but dataset diversity might be poor in comparison. Recent mo…

2015

MCMC for Variationally Sparse Gaussian Processes

NeurIPS 2015poster

Gaussian process (GP) models form a core part of probabilistic machine learning. Considerable research effort has been made into attacking three issues with GP models: how to compute efficiently when the number of data is large; how to approximate the posterior when the likelihood is not Gaussian an…

Cited by 178SourcePDFScholar
2015

Parallel Predictive Entropy Search for Batch Global Optimization of Expensive Objective Functions

NeurIPS 2015poster

We develop \textit{parallel predictive entropy search} (PPES), a novel algorithm for Bayesian optimization of expensive black-box objective functions. At each iteration, PPES aims to select a \textit{batch} of points which will maximize the information gain about the global maximizer of the objectiv…

Cited by 189SourcePDFScholar
2015

Particle Gibbs for Infinite Hidden Markov Models

NeurIPS 2015poster

Infinite Hidden Markov Models (iHMM's) are an attractive, nonparametric generalization of the classical Hidden Markov Model which can automatically infer the number of hidden states in the system. However, due to the infinite-dimensional nature of the transition dynamics, performing inference in th…

Cited by 27SourcePDFScholar
2015

Predictive Entropy Search for Bayesian Optimization with Unknown Constraints

ICML 2015poster

Unknown constraints arise in many types of expensive black-box optimization problems. Several methods have been proposed recently for performing Bayesian optimization with constraints, based on the expected improvement (EI) heuristic. However, EI can lead to pathologies when used with constraints. F…

2015

Scalable Variational Gaussian Process Classification

AISTATS 2015poster

Gaussian process classification is a popular method with a number of appealing properties. We show how to scale the model within a variational inducing point framework, out-performing the state of the art on benchmark datasets. Importantly, the variational formulation an be exploited to allow classi…