Iterative Join-Graph Propagation

Abstract

The paper presents an iterative version of join-tree clustering that applies the message passing of join-tree clustering algorithm to join-graphs rather than to join-trees, iteratively. It is inspired by the success of Pearl's belief propagation algorithm (BP) as an iterative approximation scheme on one hand, and by a recently introduced mini-clustering (MC(i)) success as an anytime approximation method, on the other. The proposed Iterative Join-graph Propagation (IJGP) belongs to the class of generalized belief propagation methods, recently proposed using analogy with algorithms in statistical physics. Empirical evaluation of this approach on a number of problem classes demonstrates that even the most time-efficient variant is almost always superior to IBP and MC(i), and is sometimes more accurate by as much as several orders of magnitude.

Cite

Text

Dechter et al. "Iterative Join-Graph Propagation." Conference on Uncertainty in Artificial Intelligence, 2002.

Markdown

[Dechter et al. "Iterative Join-Graph Propagation." Conference on Uncertainty in Artificial Intelligence, 2002.](https://mlanthology.org/uai/2002/dechter2002uai-iterative/)

BibTeX

@inproceedings{dechter2002uai-iterative,
  title     = {{Iterative Join-Graph Propagation}},
  author    = {Dechter, Rina and Kask, Kalev and Mateescu, Robert},
  booktitle = {Conference on Uncertainty in Artificial Intelligence},
  year      = {2002},
  pages     = {128-136},
  url       = {https://mlanthology.org/uai/2002/dechter2002uai-iterative/}
}