Random Algorithms for the Loop Cutset Problem
Abstract
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 REPEATEDWGUESSI, out - puts a minimum loop cutset, after O(c.6kkn) steps, with probability at least 1 - (1 - 1/6k)c6k, 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.
Cite
Text
Becker et al. "Random Algorithms for the Loop Cutset Problem." Conference on Uncertainty in Artificial Intelligence, 1999.Markdown
[Becker et al. "Random Algorithms for the Loop Cutset Problem." Conference on Uncertainty in Artificial Intelligence, 1999.](https://mlanthology.org/uai/1999/becker1999uai-random/)BibTeX
@inproceedings{becker1999uai-random,
title = {{Random Algorithms for the Loop Cutset Problem}},
author = {Becker, Ann and Bar-Yehuda, Reuven and Geiger, Dan},
booktitle = {Conference on Uncertainty in Artificial Intelligence},
year = {1999},
pages = {49-56},
url = {https://mlanthology.org/uai/1999/becker1999uai-random/}
}