AIDSMar 15, 2024

Efficient Detection of Exchangeable Factors in Factor Graphs

arXiv:2403.10167v27 citationsh-index: 7FLAIRS
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in lifted probabilistic inference for AI/ML practitioners, offering an incremental improvement over existing methods.

The paper tackles the problem of efficiently detecting exchangeable factors in factor graphs, which is computationally expensive due to checking all permutations, and introduces the DEFT algorithm to drastically reduce this effort, validated empirically.

To allow for tractable probabilistic inference with respect to domain sizes, lifted probabilistic inference exploits symmetries in probabilistic graphical models. However, checking whether two factors encode equivalent semantics and hence are exchangeable is computationally expensive. In this paper, we efficiently solve the problem of detecting exchangeable factors in a factor graph. In particular, we introduce the detection of exchangeable factors (DEFT) algorithm, which allows us to drastically reduce the computational effort for checking whether two factors are exchangeable in practice. While previous approaches iterate all $O(n!)$ permutations of a factor's argument list in the worst case (where $n$ is the number of arguments of the factor), we prove that DEFT efficiently identifies restrictions to drastically reduce the number of permutations and validate the efficiency of DEFT in our empirical evaluation.

Code Implementations1 repo
Foundations

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

Your Notes