paper-with-me

Papers

Unbiased and Efficient Log-Likelihood Estimation with Inverse Binomial Sampling

2020-01-12 · Bas van Opheusden, Luigi Acerbi, Wei Ji Ma

The fate of scientific hypotheses often relies on the ability of a computational model to explain the data, quantified in modern statistical approaches by the likelihood function. The log-likelihood is the key element for parameter estimation and model evaluation. However, the log-likelihood of complex models in fields such as computational biology and neuroscience is often intractable to compute analytically or numerically. In those cases, researchers can often only estimate the log-likelihood by comparing observed data with synthetic observations generated by model simulations. Standard techniques to approximate the likelihood via simulation either use summary statistics of the data or are at risk of producing severe biases in the estimate. Here, we explore another method, inverse binomial sampling (IBS), which can estimate the log-likelihood of an entire data set efficiently and without bias. For each observation, IBS draws samples from the simulator model until one matches the observation. The log-likelihood estimate is then a function of the number of samples drawn. The variance of this estimator is uniformly bounded, achieves the minimum variance for an unbiased estimator, and we can compute calibrated estimates of the variance. We provide theoretical arguments in favor of IBS and an empirical assessment of the method for maximum-likelihood estimation with simulation-based models. As case studies, we take three model-fitting problems of increasing complexity from computational and cognitive neuroscience. In all problems, IBS generally produces lower error in the estimated parameters and maximum log-likelihood values than alternative sampling methods with the same average number of samples. Our results demonstrate the potential of IBS as a practical, robust, and easy to implement method for log-likelihood evaluation when exact techniques are not available.

📄 PDF Abstract BibTeX arXiv:2001.03985

Code (2)

basvanopheusden/ibs-development 공식 구현
lacerbi/ibs 공식 구현

Tasks

parameter estimation

Similar Papers 제목 키워드 기반

Probability Estimation with Truncated Inverse Binomial Sampling

2019-08-19 · Xinjia Chen

In this paper, we develop a general theory of truncated inverse binomial sampling. In this theory, the fixed-size sampling and inverse binomial sampling are accommodated as special cases. In particular, the classical Che…

Maximum sampled conditional likelihood for informative subsampling

2020-11-11 · Haiying Wang, Jae Kwang Kim

Subsampling is a computationally effective approach to extract information from massive data sets when computing resources are limited. After a subsample is taken from the full data, most available methods use an inverse…

Learning Normalized Energy Models for Linear Inverse Problems

2026-05-15 · Nicolas Zilberstein, Santiago Segarra, Eero Simoncelli, Florentin Guth arxiv

Generative diffusion models can provide powerful prior probability models for inverse problems in imaging, but existing implementations suffer from two key limitations: $(i)$ the prior density is represented implicitly, …

Particle filter with rejection control and unbiased estimator of the marginal likelihood

2019-10-21 · Jan Kudlicka, Lawrence M. Murray, Thomas B. Schön, Fredrik Lindsten

We consider the combined use of resampling and partial rejection control in sequential Monte Carlo methods, also known as particle filters. While the variance reducing properties of rejection control are known, there has…

Adversarial Likelihood Estimation With One-Way Flows

2023-07-19 · Omri Ben-Dov, Pravir Singh Gupta, Victoria Abrevaya, Michael J. Black 외

Generative Adversarial Networks (GANs) can produce high-quality samples, but do not provide an estimate of the probability density around the samples. However, it has been noted that maximizing the log-likelihood within …