Efficient Bayesian Network Structure Learning via Parameterized Local Search on Topological Orderings
Niels Gr\"uttemeier, Christian Komusiewicz, Nils Morawietz

TL;DR
This paper introduces a parameterized local search method for Bayesian network structure learning that efficiently finds optimal solutions within a certain topological ordering distance, balancing solution quality and computational effort.
Contribution
It develops subexponential FPT algorithms for ordering-based local search in BNSL, including new distance measures and complexity bounds for structural constraints.
Findings
Optimal DAGs can be computed in subexponential FPT time within a given topological ordering distance.
The proposed methods extend to various structural constraints expressed via parent set weights.
Certain ordering modifications are unlikely to admit FPT algorithms, highlighting method limitations.
Abstract
In Bayesian Network Structure Learning (BNSL), one is given a variable set and parent scores for each variable and aims to compute a DAG, called Bayesian network, that maximizes the sum of parent scores, possibly under some structural constraints. Even very restricted special cases of BNSL are computationally hard, and, thus, in practice heuristics such as local search are used. A natural approach for a local search algorithm is a hill climbing strategy, where one replaces a given BNSL solution by a better solution within some pre-defined neighborhood as long as this is possible. We study ordering-based local search, where a solution is described via a topological ordering of the variables. We show that given such a topological ordering, one can compute an optimal DAG whose ordering is within inversion distance in subexponential FPT time; the parameter allows to balance between…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
Taxonomy
TopicsBayesian Modeling and Causal Inference
