ITLGMLAug 10, 2018

Model Approximation Using Cascade of Tree Decompositions

arXiv:1808.03504v11 citations
Originality Incremental advance
AI Analysis

This provides a new method for approximating complex graphical models, which is incremental as it builds on existing tree-based approximations and Cholesky factorization techniques.

The paper tackles the problem of approximating graphical models, particularly Gaussian distributions, by decomposing covariance matrices using a cascade of tree models, and demonstrates performance through KL divergence comparisons on synthetic and real data.

In this paper, we present a general, multistage framework for graphical model approximation using a cascade of models such as trees. In particular, we look at the problem of covariance matrix approximation for Gaussian distributions as linear transformations of tree models. This is a new way to decompose the covariance matrix. Here, we propose an algorithm which incorporates the Cholesky factorization method to compute the decomposition matrix and thus can approximate a simple graphical model using a cascade of the Cholesky factorization of the tree approximation transformations. The Cholesky decomposition enables us to achieve a tree structure factor graph at each cascade stage of the algorithm which facilitates the use of the message passing algorithm since the approximated graph has less loops compared to the original graph. The overall graph is a cascade of factor graphs with each factor graph being a tree. This is a different perspective on the approximation model, and algorithms such as Gaussian belief propagation can be used on this overall graph. Here, we present theoretical result that guarantees the convergence of the proposed model approximation using the cascade of tree decompositions. In the simulations, we look at synthetic and real data and measure the performance of the proposed framework by comparing the KL divergences.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes