AILGMLOct 16, 2012

An Improved Admissible Heuristic for Learning Optimal Bayesian Networks

arXiv:1210.4913v148 citations
Originality Incremental advance
AI Analysis

This work addresses the computational bottleneck in learning Bayesian networks for researchers in machine learning and statistics, representing an incremental improvement over existing methods.

The paper tackled the problem of learning optimal Bayesian network structures by improving an admissible heuristic to avoid directed cycles and using sparse representation, resulting in significantly enhanced efficiency and scalability for A* and BFBnB algorithms on most tested datasets.

Recently two search algorithms, A* and breadth-first branch and bound (BFBnB), were developed based on a simple admissible heuristic for learning Bayesian network structures that optimize a scoring function. The heuristic represents a relaxation of the learning problem such that each variable chooses optimal parents independently. As a result, the heuristic may contain many directed cycles and result in a loose bound. This paper introduces an improved admissible heuristic that tries to avoid directed cycles within small groups of variables. A sparse representation is also introduced to store only the unique optimal parent choices. Empirical results show that the new techniques significantly improved the efficiency and scalability of A* and BFBnB on most of datasets tested in this paper.

Foundations

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

Your Notes