paper-with-me

홈 › Papers

Normalizing Constant Estimation with Gaussianized Bridge Sampling

2019-12-12 · pproximateinference AABI Symposium 2019 12 · He Jia, Uroš Seljak

Normalizing constant (also called partition function, Bayesian evidence, or marginal likelihood) is one of the central goals of Bayesian inference, yet most of the existing methods are both expensive and inaccurate. Here we develop a new approach, starting from posterior samples obtained with a standard Markov Chain Monte Carlo (MCMC). We apply a novel Normalizing Flow (NF) approach to obtain an analytic density estimator from these samples, followed by Optimal Bridge Sampling (OBS) to obtain the normalizing constant. We compare our method which we call Gaussianized Bridge Sampling (GBS) to existing methods such as Nested Sampling (NS) and Annealed Importance Sampling (AIS) on several examples, showing our method is both significantly faster and substantially more accurate than these methods, and comes with a reliable error estimation.

📄 PDF Abstract BibTeX arXiv:1912.06073

Code (1)

HerculesJack/bayesfast 공식 구현

Tasks

Bayesian Inference

Similar Papers 제목 키워드 기반

Improving Bridge estimators via $f$-GAN

2021-06-14 · Hanwen Xing

Bridge sampling is a powerful Monte Carlo method for estimating ratios of normalizing constants. Various methods have been introduced to improve its efficiency. These methods aim to increase the overlap between the densi…

Quantum Algorithms for Sampling Log-Concave Distributions and Estimating Normalizing Constants

2022-10-12 · Andrew M. Childs, Tongyang Li, Jin-Peng Liu, Chunhao Wang 외

Given a convex function $f\colon\mathbb{R}^{d}\to\mathbb{R}$, the problem of sampling from a distribution $\propto e^{-f(x)}$ is called log-concave sampling. This task has wide applications in machine learning, physics, …

Approximate sampling and estimation of partition functions using neural networks

2022-09-21 · George T. Cantwell

We consider the closely related problems of sampling from a distribution known up to a normalizing constant, and estimating said normalizing constant. We show how variational autoencoders (VAEs) can be applied to this ta…

ClusteringGraph Clustering

An attempt to generate new bridge types from latent space of generative flow

2024-01-18 · Hongjun Zhang

Through examples of coordinate and probability transformation between different distributions, the basic principle of normalizing flow is introduced in a simple and concise manner. From the perspective of the distributio…

Complexity Analysis of Normalizing Constant Estimation: from Jarzynski Equality to Annealed Importance Sampling and beyond

2025-02-07 · Wei Guo, Molei Tao, Yongxin Chen

Given an unnormalized probability density $\pi\propto\mathrm{e}^{-V}$, estimating its normalizing constant $Z=\int_{\mathbb{R}^d}\mathrm{e}^{-V(x)}\mathrm{d}x$ or free energy $F=-\log Z$ is a crucial problem in Bayesian …