AIJan 16, 2013

Likelihood Computations Using Value Abstractions

arXiv:1301.3855v120 citations
Originality Incremental advance
AI Analysis

This work addresses computational bottlenecks in learning Bayesian networks, particularly for domains like genetics, but it is incremental as it builds on existing abstraction methods.

The paper tackles the problem of slow Bayesian network inference in complex networks with many hidden variables by using evidence-specific value abstraction to group variable values, which speeds up likelihood computations needed for parameter optimization techniques like EM, demonstrating feasibility in genetic linkage problems.

In this paper, we use evidence-specific value abstraction for speeding Bayesian networks inference. This is done by grouping variable values and treating the combined values as a single entity. As we show, such abstractions can exploit regularities in conditional probability distributions and also the specific values of observed variables. To formally justify value abstraction, we define the notion of safe value abstraction and devise inference algorithms that use it to reduce the cost of inference. Our procedure is particularly useful for learning complex networks with many hidden variables. In such cases, repeated likelihood computations are required for EM or other parameter optimization techniques. Since these computations are repeated with respect to the same evidence set, our methods can provide significant speedup to the learning procedure. We demonstrate the algorithm on genetic linkage problems where the use of value abstraction sometimes differentiates between a feasible and non-feasible solution.

Foundations

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

Your Notes