English

Random Algorithms for the Loop Cutset Problem

Artificial Intelligence 2014-08-08 v1 Data Structures and Algorithms

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 "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.

Keywords

Cite

@article{arxiv.1408.1483,
  title  = {Random Algorithms for the Loop Cutset Problem},
  author = {Ann Becker and Reuven Bar-Yehuada and Dan Geiger},
  journal= {arXiv preprint arXiv:1408.1483},
  year   = {2014}
}

Comments

Appears in Proceedings of the Fifteenth Conference on Uncertainty in Artificial Intelligence (UAI1999)

R2 v1 2026-06-22T05:22:16.247Z