LGDec 20, 2021

Feature Selection for Efficient Local-to-Global Bayesian Network Structure Learning

arXiv:2112.10369v110 citations
Originality Incremental advance
AI Analysis

This work addresses efficiency issues in Bayesian network structure learning for researchers and practitioners, but it is incremental as it builds on existing local-to-global and feature selection methods.

The paper tackles the computational inefficiency of existing local-to-global Bayesian network structure learning algorithms by proposing a feature selection-based approach (F2SL) that uses MRMR to learn the skeleton, resulting in more efficient algorithms with competitive learning quality compared to state-of-the-art methods.

Local-to-global learning approach plays an essential role in Bayesian network (BN) structure learning. Existing local-to-global learning algorithms first construct the skeleton of a DAG (directed acyclic graph) by learning the MB (Markov blanket) or PC (parents and children) of each variable in a data set, then orient edges in the skeleton. However, existing MB or PC learning methods are often computationally expensive especially with a large-sized BN, resulting in inefficient local-to-global learning algorithms. To tackle the problem, in this paper, we develop an efficient local-to-global learning approach using feature selection. Specifically, we first analyze the rationale of the well-known Minimum-Redundancy and Maximum-Relevance (MRMR) feature selection approach for learning a PC set of a variable. Based on the analysis, we propose an efficient F2SL (feature selection-based structure learning) approach to local-to-global BN structure learning. The F2SL approach first employs the MRMR approach to learn a DAG skeleton, then orients edges in the skeleton. Employing independence tests or score functions for orienting edges, we instantiate the F2SL approach into two new algorithms, F2SL-c (using independence tests) and F2SL-s (using score functions). Compared to the state-of-the-art local-to-global BN learning algorithms, the experiments validated that the proposed algorithms in this paper are more efficient and provide competitive structure learning quality than the compared algorithms.

Foundations

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

Your Notes