paper-with-me

Papers

Probabilistic Circuits for Variational Inference in Discrete Graphical Models

2020-10-22 · NeurIPS 2020 12 · Andy Shih, Stefano Ermon

Inference in discrete graphical models with variational methods is difficult because of the inability to re-parameterize gradients of the Evidence Lower Bound (ELBO). Many sampling-based methods have been proposed for estimating these gradients, but they suffer from high bias or variance. In this paper, we propose a new approach that leverages the tractability of probabilistic circuit models, such as Sum Product Networks (SPN), to compute ELBO gradients exactly (without sampling) for a certain class of densities. In particular, we show that selective-SPNs are suitable as an expressive variational distribution, and prove that when the log-density of the target model is a polynomial the corresponding ELBO can be computed analytically. To scale to graphical models with thousands of variables, we develop an efficient and effective construction of selective-SPNs with size $O(kn)$, where $n$ is the number of variables and $k$ is an adjustable hyperparameter. We demonstrate our approach on three types of graphical models -- Ising models, Latent Dirichlet Allocation, and factor graphs from the UAI Inference Competition. Selective-SPNs give a better lower bound than mean-field and structured mean-field, and is competitive with approximations that do not provide a lower bound, such as Loopy Belief Propagation and Tree-Reweighted Belief Propagation. Our results show that probabilistic circuits are promising tools for variational inference in discrete graphical models as they combine tractability and expressivity.

📄 PDF Abstract BibTeX arXiv:2010.11446

Code (1)

AndyShih12/SPN_Variational_Inference 공식 구현 pytorch

Tasks

Variational Inference

Similar Papers 제목 키워드 기반

Smoothing Structured Decomposable Circuits

2019-06-01 · NeurIPS 2019 12 · Andy Shih, Guy Van Den Broeck, Paul Beame, Antoine Amarilli

We study the task of smoothing a circuit, i.e., ensuring that all children of a plus-gate mention the same variables. Circuits serve as the building blocks of state-of-the-art inference algorithms on discrete probabilist…

Density Estimation

Winner-Take-All as Basic Probabilistic Inference Unit of Neuronal Circuits

2018-08-02 · Zhaofei Yu, Yonghong Tian, Tiejun Huang, Jian. K. Liu

Experimental observations of neuroscience suggest that the brain is working a probabilistic way when computing information with uncertainty. This processing could be modeled as Bayesian inference. However, it remains unc…

AllBayesian Inference

Tutorial and Survey on Probabilistic Graphical Model and Variational Inference in Deep Reinforcement Learning

2019-08-25 · Xudong Sun, Bernd Bischl

Aiming at a comprehensive and concise tutorial survey, recap of variational inference and reinforcement learning with Probabilistic Graphical Models are given with detailed derivations. Reviews and comparisons on recent …

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)+2

Fair Inference for Discrete Latent Variable Models

2022-09-15 · Rashidul Islam, SHimei Pan, James R. Foulds

It is now well understood that machine learning models, trained on data without due care, often exhibit unfair and discriminatory behavior against certain populations. Traditional algorithmic fairness research has mainly…

FairnessRepresentation LearningVariational Inference

Quantum-Aided Meta-Learning for Bayesian Binary Neural Networks via Born Machines

2022-03-31 · Ivana Nikoloska, Osvaldo Simeone

Near-term noisy intermediate-scale quantum circuits can efficiently implement implicit probabilistic models in discrete spaces, supporting distributions that are practically infeasible to sample from using classical mean…

Meta-LearningVariational Inference