Symbolic Probabilistic Inference in Belief Networks

Abstract

The Symbolic Probabilistic Inference (SPI) Algorithm [D'Ambrosio, 1989] provides an efficient framework for resolving general queries on a belief network. It applies the concept of dependency-directed backward search to probabilistic inference, and is incremental with respect to both queries and observations. Unlike most belief network algorithms, SPI is goal directed, performing only those calculations that are required to respond to queries. The directed graph of the underlying belief network is used to develop a tree structure for recursive query processing. This allows effective caching of intermediate results and significant opportunities for parallel computation. A simple preprocessing step ensures that, given the search tree, the algorithm will include no unnecessary distributions. The preprocessing step eliminates dimensions from the intermediate results and prunes the search path.

Cite

Text

Shachter et al. "Symbolic Probabilistic Inference in Belief Networks." AAAI Conference on Artificial Intelligence, 1990.

Markdown

[Shachter et al. "Symbolic Probabilistic Inference in Belief Networks." AAAI Conference on Artificial Intelligence, 1990.](https://mlanthology.org/aaai/1990/shachter1990aaai-symbolic/)

BibTeX

@inproceedings{shachter1990aaai-symbolic,
  title     = {{Symbolic Probabilistic Inference in Belief Networks}},
  author    = {Shachter, Ross D. and D'Ambrosio, Bruce and Del Favero, Brendan},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {1990},
  pages     = {126-131},
  url       = {https://mlanthology.org/aaai/1990/shachter1990aaai-symbolic/}
}