LGMLMay 30, 2023

Joint Bayesian Inference of Graphical Structure and Parameters with a Single Generative Flow Network

arXiv:2305.19366v256 citations
AI Analysis

This addresses the challenge of flexible Bayesian inference for researchers in machine learning and statistics, though it is incremental as it extends prior GFlowNet work to include parameters.

The paper tackled the problem of jointly inferring both the structure and parameters of Bayesian Networks from data, and showed that their method, JSP-GFN, provides an accurate approximation of the joint posterior while performing favorably against existing methods on simulated and real data.

Generative Flow Networks (GFlowNets), a class of generative models over discrete and structured sample spaces, have been previously applied to the problem of inferring the marginal posterior distribution over the directed acyclic graph (DAG) of a Bayesian Network, given a dataset of observations. Based on recent advances extending this framework to non-discrete sample spaces, we propose in this paper to approximate the joint posterior over not only the structure of a Bayesian Network, but also the parameters of its conditional probability distributions. We use a single GFlowNet whose sampling policy follows a two-phase process: the DAG is first generated sequentially one edge at a time, and then the corresponding parameters are picked once the full structure is known. Since the parameters are included in the posterior distribution, this leaves more flexibility for the local probability models of the Bayesian Network, making our approach applicable even to non-linear models parametrized by neural networks. We show that our method, called JSP-GFN, offers an accurate approximation of the joint posterior, while comparing favorably against existing methods on both simulated and real data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes