Sciweavers

SBACPAD
2006
IEEE

Scalable Parallel Implementation of Bayesian Network to Junction Tree Conversion for Exact Inference

13 years 11 months ago
Scalable Parallel Implementation of Bayesian Network to Junction Tree Conversion for Exact Inference
We present a scalable parallel implementation for converting a Bayesian network to a junction tree, which can then be used for a complete parallel implementation for exact inference. We explore parallelism during the process of moralization, triangulation, clique identification, junction tree construction and potential table calculation. For an arbitrary Bayesian network with n vertices using p processors, the worst-case running time is shown to be O(n2 w/p+wrw n/p+n log p), where w is the clique width and r is the number of states of the random variables. Our algorithm is scalable over 1 ≤ p ≤ nw/ log n. We have implemented our parallel algorithm using OpenMP and experimented with up to 128 processors. We consider three types of Bayesian networks: linear, balanced and random. While the state of the art PNL library implementation does not scale, we achieve speedups of 31, 29 and 24 for the above graphs respectively on the DataStar cluster at San Diego Supercomputing Center.
Vasanth Krishna Namasivayam, Animesh Pathak, Vikto
Added 12 Jun 2010
Updated 12 Jun 2010
Type Conference
Year 2006
Where sbacpad
Authors Vasanth Krishna Namasivayam, Animesh Pathak, Viktor K. Prasanna
Comments (0)