AIFeb 13, 2013

Computational Complexity Reduction for BN2O Networks Using Similarity of States

arXiv:1302.3588v17 citations
Originality Incremental advance
AI Analysis

This work addresses computational efficiency for diagnostic problems using Bayesian networks, but it is incremental as it builds on existing approximation techniques.

The paper tackles the NP-hard problem of probabilistic inference in Bayesian belief networks by introducing the property of similarity of states and a new approximate method, reducing computation time by up to 90% with a maximum error of 5% in BN2O networks.

Although probabilistic inference in a general Bayesian belief network is an NP-hard problem, computation time for inference can be reduced in most practical cases by exploiting domain knowledge and by making approximations in the knowledge representation. In this paper we introduce the property of similarity of states and a new method for approximate knowledge representation and inference which is based on this property. We define two or more states of a node to be similar when the ratio of their probabilities, the likelihood ratio, does not depend on the instantiations of the other nodes in the network. We show that the similarity of states exposes redundancies in the joint probability distribution which can be exploited to reduce the computation time of probabilistic inference in networks with multiple similar states, and that the computational complexity in the networks with exponentially many similar states might be polynomial. We demonstrate our ideas on the example of a BN2O network -- a two layer network often used in diagnostic problems -- by reducing it to a very close network with multiple similar states. We show that the answers to practical queries converge very fast to the answers obtained with the original network. The maximum error is as low as 5% for models that require only 10% of the computation time needed by the original BN2O model.

Foundations

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

Your Notes