Scaling up Hybrid Probabilistic Inference with Logical and Arithmetic Constraints via Message Passing

Abstract

Weighted model integration (WMI) is an appealing framework for probabilistic inference: it allows for expressing the complex dependencies in real-world problems, where variables are both continuous and discrete, via the language of Satisfiability Modulo Theories (SMT), as well as to compute probabilistic queries with complex logical and arithmetic constraints. Yet, existing WMI solvers are not ready to scale to these problems. They either ignore the intrinsic dependency structure of the problem entirely, or they are limited to overly restrictive structures. To narrow this gap, we derive a factorized WMI computation enabling us to devise a scalable WMI solver based on message passing, called MP-WMI. Namely, MP-WMI is the first WMI solver that can (i) perform exact inference on the full class of tree-structured WMI problems, and (ii) perform inter-query amortization, e.g., to compute all marginal densities simultaneously. Experimental results show that our solver dramatically outperforms the existingWMI solvers on a large set of benchmarks.

Cite

Text

Zeng et al. "Scaling up Hybrid Probabilistic Inference with Logical and Arithmetic Constraints via Message Passing." International Conference on Machine Learning, 2020.

Markdown

[Zeng et al. "Scaling up Hybrid Probabilistic Inference with Logical and Arithmetic Constraints via Message Passing." International Conference on Machine Learning, 2020.](https://mlanthology.org/icml/2020/zeng2020icml-scaling/)

BibTeX

@inproceedings{zeng2020icml-scaling,
  title     = {{Scaling up Hybrid Probabilistic Inference with Logical and Arithmetic Constraints via Message Passing}},
  author    = {Zeng, Zhe and Morettin, Paolo and Yan, Fanqi and Vergari, Antonio and Van Den Broeck, Guy},
  booktitle = {International Conference on Machine Learning},
  year      = {2020},
  pages     = {10990-11000},
  volume    = {119},
  url       = {https://mlanthology.org/icml/2020/zeng2020icml-scaling/}
}