Variational Message Passing with Structured Inference NetworksDownload PDF

15 Feb 2018 (modified: 16 Jun 2024)ICLR 2018 Conference Blind SubmissionReaders: Everyone
Abstract: Recent efforts on combining deep models with probabilistic graphical models are promising in providing flexible models that are also easy to interpret. We propose a variational message-passing algorithm for variational inference in such models. We make three contributions. First, we propose structured inference networks that incorporate the structure of the graphical model in the inference network of variational auto-encoders (VAE). Second, we establish conditions under which such inference networks enable fast amortized inference similar to VAE. Finally, we derive a variational message passing algorithm to perform efficient natural-gradient inference while retaining the efficiency of the amortized inference. By simultaneously enabling structured, amortized, and natural-gradient inference for deep structured models, our method simplifies and generalizes existing methods.
TL;DR: We propose a variational message-passing algorithm for models that contain both the deep model and probabilistic graphical model.
Keywords: Variational Inference, Variational Message Passing, Variational Auto-Encoder, Graphical Models, Structured Models, Natural Gradients
Code: [![github](/images/github_icon.svg) emtiyaz/vmp-for-svae](https://github.com/emtiyaz/vmp-for-svae)
Community Implementations: [![CatalyzeX](/images/catalyzex_icon.svg) 1 code implementation](https://www.catalyzex.com/paper/arxiv:1803.05589/code)
10 Replies

Loading