MLLGSTMEDec 24, 2021

Optimal Variable Clustering for High-Dimensional Matrix Valued Data

arXiv:2112.12909v3
AI Analysis

This work addresses clustering for high-dimensional matrix data in fields like genomics, where dependence structures are informative, but it is incremental as it builds on existing clustering methods by incorporating dependence.

The authors tackled the problem of clustering high-dimensional matrix-valued data by accounting for the dependence structure of features, proposing a new latent variable model and hierarchical clustering algorithm that achieves clustering consistency and is shown to be minimax rate-optimal with an optimal weight, with simulations demonstrating better performance in adjusted Rand index (ARI) compared to existing methods.

Matrix valued data has become increasingly prevalent in many applications. Most of the existing clustering methods for this type of data are tailored to the mean model and do not account for the dependence structure of the features, which can be very informative, especially in high-dimensional settings or when mean information is not available. To extract the information from the dependence structure for clustering, we propose a new latent variable model for the features arranged in matrix form, with some unknown membership matrices representing the clusters for the rows and columns. Under this model, we further propose a class of hierarchical clustering algorithms using the difference of a weighted covariance matrix as the dissimilarity measure. Theoretically, we show that under mild conditions, our algorithm attains clustering consistency in the high-dimensional setting. While this consistency result holds for our algorithm with a broad class of weighted covariance matrices, the conditions for this result depend on the choice of the weight. To investigate how the weight affects the theoretical performance of our algorithm, we establish the minimax lower bound for clustering under our latent variable model in terms of some cluster separation metric. Given these results, we identify the optimal weight in the sense that using this weight guarantees our algorithm to be minimax rate-optimal. The practical implementation of our algorithm with the optimal weight is also discussed. Simulation studies show that our algorithm performs better than existing methods in terms of the adjusted Rand index (ARI). The method is applied to a genomic dataset and yields meaningful interpretations.

Foundations

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

Your Notes