LGMLJun 28, 2018

Bayesian optimization of the PC algorithm for learning Gaussian Bayesian networks

arXiv:1806.11015v15 citations
Originality Incremental advance
AI Analysis

This work addresses the issue of human bias in parameter tuning for researchers and practitioners in Bayesian network learning, though it is incremental as it applies an existing optimization method to a specific algorithm.

The paper tackles the problem of suboptimal parameter selection in the PC algorithm for learning Gaussian Bayesian networks by using Bayesian optimization to automatically choose the test type and significance level, resulting in parameters that outperform expert recommendations and random search.

The PC algorithm is a popular method for learning the structure of Gaussian Bayesian networks. It carries out statistical tests to determine absent edges in the network. It is hence governed by two parameters: (i) The type of test, and (ii) its significance level. These parameters are usually set to values recommended by an expert. Nevertheless, such an approach can suffer from human bias, leading to suboptimal reconstruction results. In this paper we consider a more principled approach for choosing these parameters in an automatic way. For this we optimize a reconstruction score evaluated on a set of different Gaussian Bayesian networks. This objective is expensive to evaluate and lacks a closed-form expression, which means that Bayesian optimization (BO) is a natural choice. BO methods use a model to guide the search and are hence able to exploit smoothness properties of the objective surface. We show that the parameters found by a BO method outperform those found by a random search strategy and the expert recommendation. Importantly, we have found that an often overlooked statistical test provides the best over-all reconstruction results.

Foundations

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

Your Notes