DSAIJun 20, 2012

Reachability Under Uncertainty

arXiv:1206.5253v11 citations
Originality Incremental advance
AI Analysis

This addresses a network reachability challenge under uncertainty for applications like communication or transportation, but it is incremental as it builds on shortest-path and Viterbi-type problems.

The paper tackles the problem of finding the most reliable path between two nodes in a directed acyclic graph where edge failures depend on hidden variables, introducing correlations not handled by prior methods, and provides theoretical results including NP-hardness proof, an exact algorithm, and an efficient approximation algorithm.

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.

Foundations

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

Your Notes