paper-with-me

Papers

PGMax: Factor Graphs for Discrete Probabilistic Graphical Models and Loopy Belief Propagation in JAX

2022-02-08 · Guangyao Zhou, Antoine Dedieu, Nishanth Kumar, Wolfgang Lehrach, Miguel Lázaro-Gredilla, Shrinu Kushagra, Dileep George

PGMax is an open-source Python package for (a) easily specifying discrete Probabilistic Graphical Models (PGMs) as factor graphs; and (b) automatically running efficient and scalable loopy belief propagation (LBP) in JAX. PGMax supports general factor graphs with tractable factors, and leverages modern accelerators like GPUs for inference. Compared with existing alternatives, PGMax obtains higher-quality inference results with up to three orders-of-magnitude inference time speedups. PGMax additionally interacts seamlessly with the rapidly growing JAX ecosystem, opening up new research possibilities. Our source code, examples and documentation are available at https://github.com/deepmind/PGMax.

📄 PDF Abstract BibTeX arXiv:2202.04110

Code (2)

deepmind/pgmax 공식 구현 jax
vicariousinc/pgmax 공식 구현 jax

Similar Papers 제목 키워드 기반

Tensor Variable Elimination for Plated Factor Graphs

2019-02-08 · Fritz Obermeyer, Eli Bingham, Martin Jankowiak, Justin Chiu 외

A wide class of machine learning algorithms can be reduced to variable elimination on factor graphs. While factor graphs provide a unifying notation for these algorithms, they do not provide a compact way to express repe…

Music ModelingProbabilistic ProgrammingSentiment Analysistensor algebra

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 es…

Variational Inference

Inference for Probabilistic Dependency Graphs

2023-11-09 · Oliver E. Richardson, Joseph Y. Halpern, Christopher De Sa

Probabilistic dependency graphs (PDGs) are a flexible class of probabilistic graphical models, subsuming Bayesian Networks and Factor Graphs. They can also capture inconsistent beliefs, and provide a way of measuring the…

Probabilistic Duality for Parallel Gibbs Sampling without Graph Coloring

2016-11-21 · Lars Mescheder, Sebastian Nowozin, Andreas Geiger

We present a new notion of probabilistic duality for random variables involving mixture distributions. Using this notion, we show how to implement a highly-parallelizable Gibbs sampler for weakly coupled discrete pairwis…

Blocking

On a hypergraph probabilistic graphical model

2018-11-20 · Mohammad Ali Javidian, Linyuan Lu, Marco Valtorta, Zhiyu Wang

We propose a directed acyclic hypergraph framework for a probabilistic graphical model that we call Bayesian hypergraphs. The space of directed acyclic hypergraphs is much larger than the space of chain graphs. Hence Bay…

model