High-Dimensional Inference in Bayesian Networks
Fritz M. Bayer, Giusi Moffa, Niko Beerenwinkel, Jack Kuipers

TL;DR
This paper introduces a divide-and-conquer algorithm leveraging Bayesian network properties to efficiently compute marginal probabilities, outperforming existing approximate methods and enabling applications like incomplete data classification and cancer subtype identification.
Contribution
The paper presents a novel scalable algorithm for marginal inference in Bayesian networks that reduces computational complexity by exploiting graphical properties.
Findings
Outperforms state-of-the-art approximate inference methods in benchmarks.
Enables classification of incomplete data using Bayesian networks.
Applied to identify kidney cancer subtypes from patient data.
Abstract
Inference of the marginal probability distribution is defined as the calculation of the probability of a subset of the variables and is relevant for handling missing data and hidden variables. While inference of the marginal probability distribution is crucial for various problems in machine learning and statistics, its exact computation is generally not feasible for categorical variables in Bayesian networks due to the NP-hardness of this task. We develop a divide-and-conquer approach using the graphical properties of Bayesian networks to split the computation of the marginal probability distribution into sub-calculations of lower dimensionality, thus reducing the overall computational complexity. Exploiting this property, we present an efficient and scalable algorithm for calculating the marginal probability distribution for categorical variables. The novel method is compared against…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsBayesian Modeling and Causal Inference · Bayesian Methods and Mixture Models · Statistical Methods and Bayesian Inference
