MEMLSep 27, 2020

Kernel learning approaches for summarising and combining posterior similarity matrices

arXiv:2009.12852v13 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses the problem of summarizing complex clustering outputs for researchers using Bayesian methods, offering incremental improvements by applying kernel techniques to existing PSM frameworks.

The paper tackles the challenge of summarizing MCMC output for Bayesian clustering models by proposing kernel learning approaches based on posterior similarity matrices (PSMs), enabling methods like integrative clustering and outcome-guided data integration, with performance demonstrated through simulations and real data applications.

When using Markov chain Monte Carlo (MCMC) algorithms to perform inference for Bayesian clustering models, such as mixture models, the output is typically a sample of clusterings (partitions) drawn from the posterior distribution. In practice, a key challenge is how to summarise this output. Here we build upon the notion of the posterior similarity matrix (PSM) in order to suggest new approaches for summarising the output of MCMC algorithms for Bayesian clustering models. A key contribution of our work is the observation that PSMs are positive semi-definite, and hence can be used to define probabilistically-motivated kernel matrices that capture the clustering structure present in the data. This observation enables us to employ a range of kernel methods to obtain summary clusterings, and otherwise exploit the information summarised by PSMs. For example, if we have multiple PSMs, each corresponding to a different dataset on a common set of statistical units, we may use standard methods for combining kernels in order to perform integrative clustering. We may moreover embed PSMs within predictive kernel models in order to perform outcome-guided data integration. We demonstrate the performances of the proposed methods through a range of simulation studies as well as two real data applications. R code is available at https://github.com/acabassi/combine-psms.

Code Implementations1 repo
Foundations

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

Your Notes