paper-with-me

Papers

Learning Distributions via Monte-Carlo Marginalization

2023-08-11 · Chenqiu Zhao, Guanfang Dong, Anup Basu

We propose a novel method to learn intractable distributions from their samples. The main idea is to use a parametric distribution model, such as a Gaussian Mixture Model (GMM), to approximate intractable distributions by minimizing the KL-divergence. Based on this idea, there are two challenges that need to be addressed. First, the computational complexity of KL-divergence is unacceptable when the dimensions of distributions increases. The Monte-Carlo Marginalization (MCMarg) is proposed to address this issue. The second challenge is the differentiability of the optimization process, since the target distribution is intractable. We handle this problem by using Kernel Density Estimation (KDE). The proposed approach is a powerful tool to learn complex distributions and the entire process is differentiable. Thus, it can be a better substitute of the variational inference in variational auto-encoders (VAE). One strong evidence of the benefit of our method is that the distributions learned by the proposed approach can generate better images even based on a pre-trained VAE's decoder. Based on this point, we devise a distribution learning auto-encoder which is better than VAE under the same network architecture. Experiments on standard dataset and synthetic data demonstrate the efficiency of the proposed approach.

📄 PDF Abstract BibTeX arXiv:2308.06352

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderDensity EstimationVariational Inference

Methods 이 논문이 사용한 방법론

Variational Inference 설명 없음

Similar Papers 제목 키워드 기반

Corrected Integrated Laplace Approximation for Bayesian Inference in Latent Gaussian Models

2026-05-19 · Jinlin Lai, Charles C. Margossian, Daniel R. Sheldon arxiv

Latent Gaussian models (LGMs) are a popular class of Bayesian hierarchical models that include Gaussian processes, as well as certain spatial models and mixed-effect models. Efficient Bayesian inference of LGMs often req…

Bayesian InferenceGaussian Processes

Challenges in Markov chain Monte Carlo for Bayesian neural networks

2019-10-15 · Theodore Papamarkou, Jacob Hinkle, M. Todd Young, David Womble

Markov chain Monte Carlo (MCMC) methods have not been broadly adopted in Bayesian neural networks (BNNs). This paper initially reviews the main challenges in sampling from the parameter posterior of a neural network via …

Bayesian Inferencevalid

Marginalizing Gaussian Process Hyperparameters using Sequential Monte Carlo

2015-02-06 · Andreas Svensson, Johan Dahlin, Thomas B. Schön

Gaussian process regression is a popular method for non-parametric probabilistic modeling of functions. The Gaussian process prior is characterized by so-called hyperparameters, which often have a large influence on the …

regression

Parameter elimination in particle Gibbs sampling

2019-10-30 · NeurIPS 2019 12 · Anna Wigren, Riccardo Sven Risuleo, Lawrence Murray, Fredrik Lindsten

Bayesian inference in state-space models is challenging due to high-dimensional state trajectories. A viable approach is particle Markov chain Monte Carlo, combining MCMC and sequential Monte Carlo to form "exact approxi…

Bayesian InferenceEpidemiologyProbabilistic ProgrammingState Space Models

Hamiltonian Monte Carlo Inference of Marginalized Linear Mixed-Effects Models

2024-10-31 · Jinlin Lai, Justin Domke, Daniel Sheldon

Bayesian reasoning in linear mixed-effects models (LMMs) is challenging and often requires advanced sampling techniques like Markov chain Monte Carlo (MCMC). A common approach is to write the model in a probabilistic pro…

Probabilistic Programming