AIFeb 4, 2014

Lifted Variable Elimination: Decoupling the Operators from the Constraint Language

arXiv:1402.0565v177 citations
Originality Highly original
AI Analysis

This work addresses a bottleneck in probabilistic inference for AI and machine learning, offering a significant but incremental advance over existing lifted methods.

The paper tackles the limited expressivity of constraint languages in lifted probabilistic inference by decoupling inference operators from the language, using relational algebra to operate on constraints semantically. This approach improves inference efficiency by orders of magnitude, enabling exact inference in cases previously requiring approximation.

Lifted probabilistic inference algorithms exploit regularities in the structure of graphical models to perform inference more efficiently. More specifically, they identify groups of interchangeable variables and perform inference once per group, as opposed to once per variable. The groups are defined by means of constraints, so the flexibility of the grouping is determined by the expressivity of the constraint language. Existing approaches for exact lifted inference use specific languages for (in)equality constraints, which often have limited expressivity. In this article, we decouple lifted inference from the constraint language. We define operators for lifted inference in terms of relational algebra operators, so that they operate on the semantic level (the constraints extension) rather than on the syntactic level, making them language-independent. As a result, lifted inference can be performed using more powerful constraint languages, which provide more opportunities for lifting. We empirically demonstrate that this can improve inference efficiency by orders of magnitude, allowing exact inference where until now only approximate inference was feasible.

Foundations

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

Your Notes