TL;DR
The paper introduces the purge-and-merge algorithm, which iteratively simplifies loopy probabilistic graphical models into tree structures to enable efficient and exact inference, outperforming existing methods on certain constraint satisfaction problems.
Contribution
The paper presents a novel purge-and-merge algorithm that reduces complex loopy PGMs to tree structures without exponential blow-up, improving inference efficiency and accuracy.
Findings
Outperformed existing PGM approaches on Sudoku, Fill-a-pix, and Kakuro tasks.
Effectively simplifies loopy PGMs into tree structures.
Demonstrated potential for extension to general PGM inference.
Abstract
Probabilistic graphical models (PGMs) are powerful tools for solving systems of complex relationships over a variety of probability distributions. However, while tree-structured PGMs always result in efficient and exact solutions, inference on graph (or loopy) structured PGMs is not guaranteed to discover the optimal solutions. It is in principle possible to convert loopy PGMs to an equivalent tree structure, but this is usually impractical for interesting problems due to exponential blow-up. To address this, we developed the purge-and-merge algorithm. This algorithm iteratively nudges a malleable graph structure towards a tree structure by selectively merging factors. The merging process is designed to avoid exponential blow-up by way of sparse structures from which redundancy is purged as the algorithm progresses. We set up tasks to test the algorithm on constraint-satisfaction…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsTest · Probability Guided Maxout
