Not Logged In

Optimal Depth-First Strategies for And-Or Trees

Full Text: AndOr-AAAI02.ps PS
Other Attachments: AndOr-poster.AAAI02.ppt PPT

Many tasks require evaluating a specified boolean expression φ over a set of probabilistic tests where we know the probability that each test will succeed, and also the cost of performing each test. A strategy specifies when to perform which test, towards determining the overall outcome of φ. This paper investigates the challenge of finding the strategy with the minimum expected cost. We observe first that this task is typically NP-hard --- eg, when tests can occur many times within φ, or when there are probabilistic correlations between the test outcomes. We therefore focus on the situation where the tests are probabilistically independent and each appears only once in φ. Here, φ can be written as an and-or tree, where each internal node corresponds to either the ``And'' or ``Or'' of its children, and each leaf node is a probabilistic test. There is an obvious depth-first approach to evaluating such and-or trees: First evaluate each penultimate subtree in isolation; then reduce this subtree to a single ``mega-test'' with appropriate cost and probability, and recur on the resulting reduced tree. After formally defining this approach, we show first that it produces the optimal strategy for shallow (depth 1 or 2) and-or trees, then show it can be arbitrarily bad for deeper trees. We next consider a larger, natural subclass of strategies --- those that can be expressed as a linear sequence of tests --- and show that the best such ``linear strategy'' can also be very much worse than the optimal strategy in general. Finally, we show that our results hold in a more general model, where internal nodes can also be probabilistic tests.

Citation

R. Greiner, R. Hayward, M. Molloy. "Optimal Depth-First Strategies for And-Or Trees". National Conference on Artificial Intelligence (AAAI), Edmonton Alberta, August 2002.

Keywords: And-Or trees, depth-first, theoretical
Category: In Conference

BibTeX

@incollection{Greiner+al:AAAI02,
  author = {Russ Greiner and Ryan Hayward and Michael Molloy},
  title = {Optimal Depth-First Strategies for And-Or Trees},
  booktitle = {National Conference on Artificial Intelligence (AAAI)},
  year = 2002,
}

Last Updated: April 24, 2007
Submitted by Russ Greiner

University of Alberta Logo AICML Logo