AIDSAug 7, 2014

Random Algorithms for the Loop Cutset Problem

arXiv:1408.1483v131 citations
Originality Highly original
AI Analysis

This addresses a computational bottleneck in probabilistic inference for Bayesian networks, offering a probabilistic improvement over existing deterministic algorithms.

The paper tackles the problem of finding a minimum loop cutset in Bayesian networks, a key step for inference, by introducing a random algorithm that outputs a minimum loop cutset with high probability in O(c 6^k k n) steps, and empirically shows a variant often outperforms deterministic methods.

We show how to find a minimum loop cutset in a Bayesian network with high probability. Finding such a loop cutset is the first step in Pearl's method of conditioning for inference. Our random algorithm for finding a loop cutset, called "Repeated WGuessI", outputs a minimum loop cutset, after O(c 6^k k n) steps, with probability at least 1-(1 over{6^k})^{c 6^k}), where c>1 is a constant specified by the user, k is the size of a minimum weight loop cutset, and n is the number of vertices. We also show empirically that a variant of this algorithm, called WRA, often finds a loop cutset that is closer to the minimum loop cutset than the ones found by the best deterministic algorithms known.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes