LOAIDSMay 17, 2022

DPO: Dynamic-Programming Optimization on Hybrid Constraints

arXiv:2205.08632v13 citationsh-index: 11
Originality Incremental advance
AI Analysis

This work addresses the problem of efficiently solving Boolean MPE for researchers and practitioners in Bayesian inference and constraint optimization, representing an incremental improvement by building on existing dynamic-programming model counting techniques.

The paper tackles the Boolean MPE problem by introducing DPO, a dynamic-programming optimizer that exactly solves it, and demonstrates that DPO significantly outperforms state-of-the-art exact solvers like MaxHS, UWrMaxSat, and GaussMaxHS on random XOR-CNF benchmarks.

In Bayesian inference, the most probable explanation (MPE) problem requests a variable instantiation with the highest probability given some evidence. Since a Bayesian network can be encoded as a literal-weighted CNF formula $\varphi$, we study Boolean MPE, a more general problem that requests a model $τ$ of $\varphi$ with the highest weight, where the weight of $τ$ is the product of weights of literals satisfied by $τ$. It is known that Boolean MPE can be solved via reduction to (weighted partial) MaxSAT. Recent work proposed DPMC, a dynamic-programming model counter that leverages graph-decomposition techniques to construct project-join trees. A project-join tree is an execution plan that specifies how to conjoin clauses and project out variables. We build on DPMC and introduce DPO, a dynamic-programming optimizer that exactly solves Boolean MPE. By using algebraic decision diagrams (ADDs) to represent pseudo-Boolean (PB) functions, DPO is able to handle disjunctive clauses as well as XOR clauses. (Cardinality constraints and PB constraints may also be compactly represented by ADDs, so one can further extend DPO's support for hybrid inputs.) To test the competitiveness of DPO, we generate random XOR-CNF formulas. On these hybrid benchmarks, DPO significantly outperforms MaxHS, UWrMaxSat, and GaussMaxHS, which are state-of-the-art exact solvers for MaxSAT.

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