paper-with-me

Papers

On the Complexity and Approximation of Binary Evidence in Lifted Inference

2013-11-26 · NeurIPS 2013 12 · Guy Van den Broeck, Adnan Darwiche

Lifted inference algorithms exploit symmetries in probabilistic models to speed up inference. They show impressive performance when calculating unconditional probabilities in relational models, but often resort to non-lifted inference when computing conditional probabilities. The reason is that conditioning on evidence breaks many of the model's symmetries, which can preempt standard lifting techniques. Recent theoretical results show, for example, that conditioning on evidence which corresponds to binary relations is #P-hard, suggesting that no lifting is to be expected in the worst case. In this paper, we balance this negative result by identifying the Boolean rank of the evidence as a key parameter for characterizing the complexity of conditioning in lifted inference. In particular, we show that conditioning on binary evidence with bounded Boolean rank is efficient. This opens up the possibility of approximating evidence by a low-rank Boolean matrix factorization, which we investigate both theoretically and empirically.

📄 PDF Abstract BibTeX arXiv:1311.6591

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Domain Recursion for Lifted Inference with Existential Quantifiers

2017-07-24 · Seyed Mehran Kazemi, Angelika Kimmig, Guy Van Den Broeck, David Poole

In recent work, we proved that the domain recursion inference rule makes domain-lifted inference possible on several relational probability models (RPMs) for which the best known time complexity used to be exponential. W…

Lifted Weighted Mini-Bucket

2018-12-01 · NeurIPS 2018 12 · Nicholas Gallo, Alexander T. Ihler

Many graphical models, such as Markov Logic Networks (MLNs) with evidence, possess highly symmetric substructures but no exact symmetries. Unfortunately, there are few principled methods that exploit these symmetric sub…

Lifted Hybrid Variational Inference

2020-01-08 · Yuqiao Chen, Yibo Yang, Sriraam Natarajan, Nicholas Ruozzi

A variety of lifted inference algorithms, which exploit model symmetry to reduce computational cost, have been proposed to render inference tractable in probabilistic relational models. Most existing lifted inference alg…

Variational Inference

Lifted Probabilistic Inference for Asymmetric Graphical Models

2014-12-01 · Guy Van den Broeck, Mathias Niepert

Lifted probabilistic inference algorithms have been successfully applied to a large number of symmetric graphical models. Unfortunately, the majority of real-world graphical models is asymmetric. This is even the case fo…

First-Order Decomposition Trees

2013-06-04 · NeurIPS 2013 12 · Nima Taghipour, Jesse Davis, Hendrik Blockeel

Lifting attempts to speed up probabilistic inference by exploiting symmetries in the model. Exact lifted inference methods, like their propositional counterparts, work by recursively decomposing the model and the problem…