Reachability Under Uncertainty

Abstract

In this paper we introduce a new network reachability problem where the goal is to find the most reliable path between two nodes in a network, represented as a directed acyclic graph. Individual edges within this network may fail according to certain probabilities, and these failure probabilities may depend on the values of one or more hidden variables. This problem may be viewed as a generalization of shortest-path problems for finding minimum cost paths or Viterbi-type problems for finding highest-probability sequences of states, where the addition of the hidden variables introduces correlations that are not handled by previous algorithms. We give theoretical results characterizing this problem including an NP-hardness proof. We also give an exact algorithm and a more efficient approximation algorithm for this problem.

Cite

Text

Chang and Amir. "Reachability Under Uncertainty." Conference on Uncertainty in Artificial Intelligence, 2007. doi:10.5555/3020488.3020494

Markdown

[Chang and Amir. "Reachability Under Uncertainty." Conference on Uncertainty in Artificial Intelligence, 2007.](https://mlanthology.org/uai/2007/chang2007uai-reachability/) doi:10.5555/3020488.3020494

BibTeX

@inproceedings{chang2007uai-reachability,
  title     = {{Reachability Under Uncertainty}},
  author    = {Chang, Allen and Amir, Eyal},
  booktitle = {Conference on Uncertainty in Artificial Intelligence},
  year      = {2007},
  pages     = {41-48},
  doi       = {10.5555/3020488.3020494},
  url       = {https://mlanthology.org/uai/2007/chang2007uai-reachability/}
}