paper-with-me

Papers

Bounds on BDD-Based Bucket Elimination

2023-06-01 · Stefan Mengel

We study BDD-based bucket elimination, an approach to satisfiability testing using variable elimination which has seen several practical implementations in the past. We prove that it allows solving the standard pigeonhole principle formulas efficiently, when allowing different orders for variable elimination and BDD-representations, a variant of bucket elimination that was recently introduced. Furthermore, we show that this upper bound is somewhat brittle as for formulas which we get from the pigeonhole principle by restriction, i.e., fixing some of the variables, the same approach with the same variable orders has exponential runtime. We also show that the more common implementation of bucket elimination using the same order for variable elimination and the BDDs has exponential runtime for the pigeonhole principle when using either of the two orders from our upper bound, which suggests that the combination of both is the key to efficiency in the setting.

📄 PDF Abstract BibTeX arXiv:2306.00886

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Solving Weighted Constraint Satisfaction Problems with Memetic/Exact Hybrid Algorithms

2014-01-15 · José Enrique Gallardo, Carlos Cotta, Antonio José Fernández

A weighted constraint satisfaction problem (WCSP) is a constraint satisfaction problem in which preferences among solutions can be expressed. Bucket elimination is a complete technique commonly used to solve this kind of…

Gauged Mini-Bucket Elimination for Approximate Inference

2018-01-05 · Sungsoo Ahn, Michael Chertkov, Jinwoo Shin, Adrian Weller

Computing the partition function $Z$ of a discrete graphical model is a fundamental inference challenge. Since this is computationally intractable, variational approximations are often used in practice. Recently, so-call…

NeuroBE: NN Approximations to Bucket Elimination

2021-11-21 · AAAI Workshop CLeaR 2022 2 · Sakshi Agarwal, Kalev Kask, Alexander Ihler, Rina Dechter

A major limiting factor in graphical model inference is the complexity of computing the partition function. Exact message-passing algorithms such as Bucket Elimination (BE) require exponentially high levels of memory to …

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…

Ordinal Bucketing for Game Trees using Dynamic Quantile Approximation

2019-05-31 · Tobias Joppen, Tilman Strübig, Johannes Fürnkranz

In this paper, we present a simple and cheap ordinal bucketing algorithm that approximately generates $q$-quantiles from an incremental data stream. The bucketing is done dynamically in the sense that the amount of bucke…