NALGJan 22, 2019

Solving All Regression Models For Learning Gaussian Networks Using Givens Rotations

arXiv:1901.07643v21 citations
Originality Incremental advance
AI Analysis

This work addresses a key efficiency problem in score-based learning for continuous Bayesian networks, though it is incremental as it optimizes an existing step rather than introducing a new paradigm.

The paper tackles the computational bottleneck of solving all regression models for learning Gaussian Bayesian networks by proposing an algorithm using QR decompositions and Givens rotations to efficiently compute these regressions, achieving the smallest algorithmic complexity compared to existing methods.

Score based learning (SBL) is a promising approach for learning Bayesian networks. The initial step in the majority of the SBL algorithms consists of computing the scores of all possible child and parent-set combinations for the variables. For Bayesian networks with continuous variables, a particular score is usually calculated as a function of the regression of the child over the variables in the parent-set. The sheer number of regressions models to be solved necessitates the design of efficient numerical algorithms. In this paper, we propose an algorithm for an efficient and exact calculation of regressions for all child and parent-set combinations. In the proposed algorithm, we use QR decompositions (QRDs) to capture the dependencies between the regressions for different families and Givens rotations to efficiently traverse through the space of QRDs such that all the regression models are accounted for in the shortest path possible. We compare the complexity of the suggested method with different algorithms, mainly those arising in all subset regression problems, and show that our algorithm has the smallest algorithmic complexity. We also explain how to parallelize the proposed method so as to decrease the runtime by a factor proportional to the number of processors utilized.

Foundations

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

Your Notes