STMEMLJun 14, 2017

Accelerating Bayesian Structure Learning in Sparse Gaussian Graphical Models

arXiv:1706.04416v325 citations
AI Analysis

This work addresses a computational bottleneck for researchers and practitioners using Bayesian methods in moderate to high-dimensional graphical models, representing an incremental improvement in efficiency.

The paper tackles the computational bottleneck of evaluating G-Wishart normalizing constant ratios in Bayesian structure learning for sparse Gaussian graphical models by introducing a closed-form approximation, resulting in significant scalability improvements without sacrificing accuracy, as shown in simulations outperforming state-of-the-art methods.

Gaussian graphical models are relevant tools to learn conditional independence structure between variables. In this class of models, Bayesian structure learning is often done by search algorithms over the graph space. The conjugate prior for the precision matrix satisfying graphical constraints is the well-known G-Wishart. With this prior, the transition probabilities in the search algorithms necessitate evaluating the ratios of the prior normalizing constants of G-Wishart. In moderate to high-dimensions, this ratio is often approximated using sampling-based methods as computationally expensive updates in the search algorithm. Calculating this ratio so far has been a major computational bottleneck. We overcome this issue by representing a search algorithm in which the ratio of normalizing constant is carried out by an explicit closed-form approximation. Using this approximation within our search algorithm yields significant improvement in the scalability of structure learning without sacrificing structure learning accuracy. We study the conditions under which the approximation is valid. We also evaluate the efficacy of our method with simulation studies. We show that the new search algorithm with our approximation outperforms state-of-the-art methods in both computational efficiency and accuracy. The implementation of our work is available in the R package BDgraph.

Code Implementations1 repo
Foundations

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

Your Notes