DSAIJun 13, 2012

Adaptive Inference on General Graphical Models

arXiv:1206.3234v134 citations
Originality Incremental advance
AI Analysis

This work provides a faster inference method for applications like protein structure analysis, though it appears incremental as it builds on existing adaptive inference concepts.

The paper tackles the problem of efficiently updating inference results on graphical models when model parameters or evidence change, achieving logarithmic time complexity for marginal computations and updates.

Many algorithms and applications involve repeatedly solving variations of the same inference problem; for example we may want to introduce new evidence to the model or perform updates to conditional dependencies. The goal of adaptive inference is to take advantage of what is preserved in the model and perform inference more rapidly than from scratch. In this paper, we describe techniques for adaptive inference on general graphs that support marginal computation and updates to the conditional probabilities and dependencies in logarithmic time. We give experimental results for an implementation of our algorithm, and demonstrate its potential performance benefit in the study of protein structure.

Foundations

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

Your Notes