paper-with-me

홈 › Papers

Parallel Bayesian Network Structure Learning

2018-07-01 · ICML 2018 7 · Tian Gao, Dennis Wei

Recent advances in Bayesian Network (BN) structure learning have focused on local-to-global learning, where the graph structure is learned via one local subgraph at a time. As a natural progression, we investigate parallel learning of BN structures via multiple learning agents simultaneously, where each agent learns one local subgraph at a time. We find that parallel learning can reduce the number of subgraphs requiring structure learning by storing previously queried results and communicating (even partial) results among agents. More specifically, by using novel rules on query subset and superset inference, many subgraph structures can be inferred without learning. We provide a sound and complete parallel structure learning (PSL) algorithm, and demonstrate its improved efficiency over state-of-the-art single-thread learning algorithms.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Parallel Algorithm for Exact Bayesian Structure Discovery in Bayesian Networks

2014-08-07 · Yetian Chen, Jin Tian, Olga Nikolova, Srinivas Aluru

Exact Bayesian structure discovery in Bayesian networks requires exponential time and space. Using dynamic programming (DP), the fastest known sequential algorithm computes the exact posterior probabilities of structural…

Playing the Game of 2048

Parallel Sampling for Efficient High-dimensional Bayesian Network Structure Learning

2022-02-19 · Zhigao Guo, Anthony C. Constantinou

Score-based algorithms that learn the structure of Bayesian networks can be used for both exact and approximate solutions. While approximate learning scales better with the number of variables, it can be computationally …

Vocal Bursts Intensity Prediction

Parallel Markov Chain Monte Carlo for Bayesian Hierarchical Models with Big Data, in Two Stages

2017-12-16 · Zheng Wei, Erin M. Conlon

Due to the escalating growth of big data sets in recent years, new Bayesian Markov chain Monte Carlo (MCMC) parallel computing methods have been developed. These methods partition large data sets by observations into sub…

A Wall-time Minimizing Parallelization Strategy for Approximate Bayesian Computation

2023-04-30 · Emad Alamoudi, Felipe Reck, Nils Bundgaard, Frederik Graw 외

Approximate Bayesian Computation (ABC) is a widely applicable and popular approach to estimating unknown parameters of mechanistic models. As ABC analyses are computationally expensive, parallelization on high-performanc…

Scheduling

Bayesian Network Constraint-Based Structure Learning Algorithms: Parallel and Optimised Implementations in the bnlearn R Package

2014-06-30 · Marco Scutari

It is well known in the literature that the problem of learning the structure of Bayesian networks is very hard to tackle: its computational complexity is super-exponential in the number of nodes in the worst case and po…