Bayesian Network Structural Consensus via Greedy Min-Cut Analysis
Jose M. Puerta, José A. Gámez, Juan A. Aledo, Pablo Torrijos
aaai
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-03-17
- Processed
- 7/25/2026, 12:40:09 PM
- Analysis model
- gemini-2.5-flash
- Analysis status
- analyzed
- Local PDF artifact
- papers/pdf/2026/bayesian-network-structural-consensus-via-greedy-min-cut-ana.pdf
Summary
This paper introduces the Min-Cut Bayesian Network Consensus (MCBNC) algorithm, a greedy method for structural consensus of Bayesian Networks (BNs). The core idea is to prune weak edges from an initial unrestricted fusion using a structural score derived from min-cut analysis, integrated into a modified Backward Equivalence Search (BES) phase of the Greedy Equivalence Search (GES) algorithm. MCBNC introduces a pruning threshold θ that can be selected post hoc using only structural information, avoiding fixed treewidth bounds. The main empirical claim is that MCBNC yields sparser, more accurate consensus structures than both canonical fusion and the input networks, and is scalable, data-agnostic, and well-suited for distributed or federated structural learning of BNs or causal discovery.
Problem
The paper identifies several bottlenecks in existing approaches for Bayesian Network structural fusion:
- Dense Structures and High Treewidth: Common structural fusion strategies, such as computing the union of input DAGs under a fixed node ordering, often produce dense graphs. These dense structures tend to inflate the treewidth (tw) of the resulting network, severely limiting practical use because exact inference in a BN is exponential in treewidth, specifically O(n · k^(tw+1)).