← Search

Michael U. Gutmann

15 accepted papers

2025

Neural Mutual Information Estimation with Vector Copulas

NeurIPS 2025poster

Estimating mutual information (MI) is a fundamental task in data science and machine learning. Existing estimators mainly rely on either highly flexible models (e.g., neural networks), which require large amounts of data, or overly simplified models (e.g., Gaussian copula), which fail to capture co…

Cited by 0SourcecodeScholar
2023

Is Learning Summary Statistics Necessary for Likelihood-free Inference?

ICML 2023poster

Likelihood-free inference (LFI) is a set of techniques for inference in implicit statistical models. A longstanding question in LFI has been how to design or learn good summary statistics of data, but this might now seem unnecessary due to the advent of recent end-to-end (i.e. neural network-based)…

Cited by 9SourcePDFScholar
2021

Implicit Deep Adaptive Design: Policy-Based Experimental Design without Likelihoods

NeurIPS 2021poster

We introduce implicit Deep Adaptive Design (iDAD), a new method for performing adaptive experiments in real-time with implicit models. iDAD amortizes the cost of Bayesian optimal experimental design (BOED) by learning a design policy network upfront, which can then be deployed quickly at the time of…

2021

Neural Approximate Sufficient Statistics for Implicit Models

ICLR 2021spotlight

We consider the fundamental problem of how to automatically construct summary statistics for implicit generative models where the evaluation of the likelihood function is intractable but sampling data from the model is possible. The idea is to frame the task of constructing sufficient statistics as…

Cited by 78SourcePDFScholar
2020

Bayesian Experimental Design for Implicit Models by Mutual Information Neural Estimation

ICML 2020poster

Implicit stochastic models, where the data-generation distribution is intractable but sampling is possible, are ubiquitous in the natural sciences. The models typically have free parameters that need to be inferred from data collected in scientific experiments. A fundamental question is how to desig…

2020

Stir to Pour: Efficient Calibration of Liquid Properties for Pouring Actions

IROS 2020poster

Humans use simple probing actions to develop intuition about the physical behavior of common objects. Such intuition is particularly useful for adaptive estimation of favorable manipulation strategies of those objects in novel contexts. For example, observing the effect of tilt on a transparent bott…

Cited by 16SourceScholar
2017

Adaptable Pouring: Teaching Robots Not to Spill using Fast but Approximate Fluid Simulation

CoRL 2017

Humans manipulate fluids intuitively using intuitive approximations of the underlying physical model. In this paper, we explore a general methodology that robots may use to develop and improve strategies for overcoming manipulation tasks associated with appropriately defined loss functions. We focus

Cited by 0SourcePDFScholar
2017

VEEGAN: Reducing Mode Collapse in GANs using Implicit Variational Learning

NeurIPS 2017poster

Deep generative models provide powerful tools for distributions over complicated manifolds, such as those of natural images. But many of these methods, including generative adversarial networks (GANs), can be difficult to train, in part because they are prone to mode collapse, which means that they…