Lifted Probabilistic Inference with Counting Formulas

Abstract

Lifted inference algorithms exploit repeated structure in probabilistic models to answer queries efficiently. Previous work such as de Salvo Braz et al.'s first-order variable elimination (FOVE) has focused on the sharing of potentials across interchangeable random variables. In this paper, we also exploit interchangeability within individual potentials by introducing counting formulas, which indicate how many of the random variables in a set have each possible value. We present a new lifted inference algorithm, C-FOVE, that not only handles counting formulas in its input, but also creates counting formulas for use in intermediate potentials. C-FOVE can be described succinctly in terms of six operators, along with heuristics for when to apply them. Because counting formulas capture dependencies among large numbers of variables compactly, C-FOVE achieves asymptotic speed improvements compared to FOVE.

Cite

Text

Milch et al. "Lifted Probabilistic Inference with Counting Formulas." AAAI Conference on Artificial Intelligence, 2008.

Markdown

[Milch et al. "Lifted Probabilistic Inference with Counting Formulas." AAAI Conference on Artificial Intelligence, 2008.](https://mlanthology.org/aaai/2008/milch2008aaai-lifted/)

BibTeX

@inproceedings{milch2008aaai-lifted,
  title     = {{Lifted Probabilistic Inference with Counting Formulas}},
  author    = {Milch, Brian and Zettlemoyer, Luke S. and Kersting, Kristian and Haimes, Michael and Kaelbling, Leslie Pack},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2008},
  pages     = {1062-1068},
  url       = {https://mlanthology.org/aaai/2008/milch2008aaai-lifted/}
}