# Mixtures of All Trees

**Authors:** Nikil Roashan Selvam, Honghua Zhang, Guy Van den Broeck

arXiv: 2302.14202 · 2023-03-30

## TL;DR

The paper introduces Mixtures of All Trees (MoAT), a novel generative model that combines all possible tree-structured graphical models over variables, enabling expressive density estimation with tractable likelihood computation.

## Contribution

It presents a compact parameterization of MoAT, allowing efficient likelihood computation and optimization, and develops fast sampling algorithms despite NP-hard marginal computations.

## Key findings

- MoAT achieves state-of-the-art density estimation performance.
- The model allows tractable likelihood calculation and optimization.
- Fast approximate inference algorithms are developed for MoAT.

## Abstract

Tree-shaped graphical models are widely used for their tractability. However, they unfortunately lack expressive power as they require committing to a particular sparse dependency structure. We propose a novel class of generative models called mixtures of all trees: that is, a mixture over all possible ($n^{n-2}$) tree-shaped graphical models over $n$ variables. We show that it is possible to parameterize this Mixture of All Trees (MoAT) model compactly (using a polynomial-size representation) in a way that allows for tractable likelihood computation and optimization via stochastic gradient descent. Furthermore, by leveraging the tractability of tree-shaped models, we devise fast-converging conditional sampling algorithms for approximate inference, even though our theoretical analysis suggests that exact computation of marginals in the MoAT model is NP-hard. Empirically, MoAT achieves state-of-the-art performance on density estimation benchmarks when compared against powerful probabilistic models including hidden Chow-Liu Trees.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/2302.14202/full.md

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/2302.14202/full.md

---
Source: https://tomesphere.com/paper/2302.14202