From Fields to Random Trees

Abstract

This study introduces a novel method for performing Maximum A Posteriori (MAP) estimation on Markov Random Fields (MRFs) that are defined on locally and sparsely connected graphs, broadly existing in real-world applications. We address this long-standing challenge by sampling uniform random spanning trees(SPT) from the associated graph. Such a sampling procedure effectively breaks the cycles and decomposes the original MAP inference problem into overlapping sub-problems on trees, which can be solved exactly and efficiently. We demonstrate the effectiveness of our approach on various types of graphical models, including grids, cellular/cell networks, and Erdős–Rényi graphs. Our algorithm outperforms various baselines on synthetic, UAI inference competition, and real-world PCI problems, specifically in cases involving locally and sparsely connected graphs. Furthermore, our method achieves comparable results to these methods in other scenarios. The code of our model can be accessed at \url{https://github.com/LOGO-CUHKSZ/From-fields-to-random-trees.git}.

Cite

Text

Wang et al. "From Fields to Random Trees." International Conference on Learning Representations, 2026.

Markdown

[Wang et al. "From Fields to Random Trees." International Conference on Learning Representations, 2026.](https://mlanthology.org/iclr/2026/wang2026iclr-fields/)

BibTeX

@inproceedings{wang2026iclr-fields,
  title     = {{From Fields to Random Trees}},
  author    = {Wang, Yaomin and Luo, Xiaodong and Yu, Tianshu},
  booktitle = {International Conference on Learning Representations},
  year      = {2026},
  url       = {https://mlanthology.org/iclr/2026/wang2026iclr-fields/}
}