On Finding Minimal W-Cutset

Abstract

The complexity of a reasoning task over a graphical model is tied to the induced width of the underlying graph. It is well-known that the conditioning (assigning values) on a subset of variables yields a subproblem of the reduced complexity where instantiated variables are removed. If the assigned variables constitute a cycle-cutset, the rest of the network is singly-connected and therefore can be solved by linear propagation algorithms. A w-cutset is a generalization of a cycle-cutset defined as a subset of nodes such that the subgraph with cutset nodes removed has induced-width of w or less. In this paper we address the problem of finding a minimal w-cutset in a graph. We relate the problem to that of finding the minimal w-cutset of a tree-decomposition. The latter can be mapped to the well-known set multi-cover problem. This relationship yields a proof of NP-completeness on one hand and a greedy algorithm for finding a w-cutset of a tree decomposition on the other. Empirical evaluation of the algorithms is presented.

Cite

Text

Bidyuk and Dechter. "On Finding Minimal W-Cutset." Conference on Uncertainty in Artificial Intelligence, 2004.

Markdown

[Bidyuk and Dechter. "On Finding Minimal W-Cutset." Conference on Uncertainty in Artificial Intelligence, 2004.](https://mlanthology.org/uai/2004/bidyuk2004uai-finding/)

BibTeX

@inproceedings{bidyuk2004uai-finding,
  title     = {{On Finding Minimal W-Cutset}},
  author    = {Bidyuk, Bozhena and Dechter, Rina},
  booktitle = {Conference on Uncertainty in Artificial Intelligence},
  year      = {2004},
  pages     = {43-50},
  url       = {https://mlanthology.org/uai/2004/bidyuk2004uai-finding/}
}