paper-with-me

홈 › Papers

Model-based clustering in very high dimensions via adaptive projections

2019-02-22 · Bernd Taschler, Frank Dondelinger, Sach Mukherjee

Mixture models are a standard approach to dealing with heterogeneous data with non-i.i.d. structure. However, when the dimension $p$ is large relative to sample size $n$ and where either or both of means and covariances/graphical models may differ between the latent groups, mixture models face statistical and computational difficulties and currently available methods cannot realistically go beyond $p \! \sim \! 10^4$ or so. We propose an approach called Model-based Clustering via Adaptive Projections (MCAP). Instead of estimating mixtures in the original space, we work with a low-dimensional representation obtained by linear projection. The projection dimension itself plays an important role and governs a type of bias-variance tradeoff with respect to recovery of the relevant signals. MCAP sets the projection dimension automatically in a data-adaptive manner, using a proxy for the assignment risk. Combining a full covariance formulation with the adaptive projection allows detection of both mean and covariance signals in very high dimensional problems. We show real-data examples in which covariance signals are reliably detected in problems with $p \! \sim \! 10^4$ or more, and simulations going up to $p = 10^6$. In some examples, MCAP performs well even when the mean signal is entirely removed, leaving differential covariance structure in the high-dimensional space as the only signal. Across a number of regimes, MCAP performs as well or better than a range of existing methods, including a recently-proposed $\ell_1$-penalized approach; and performance remains broadly stable with increasing dimension. MCAP can be run "out of the box" and is fast enough for interactive use on large-$p$ problems using standard desktop computing resources.

📄 PDF Abstract BibTeX arXiv:1902.08472

Code (1)

btaschler/mcap 공식 구현

Tasks

ClusteringVocal Bursts Intensity Prediction

Similar Papers 제목 키워드 기반

Using Dimensionality Reduction to Optimize t-SNE

2019-12-02 · Rikhav Shah, Sandeep Silwal

t-SNE is a popular tool for embedding multi-dimensional datasets into two or three dimensions. However, it has a large computational cost, especially when the input data has many dimensions. Many use t-SNE to embed the o…

ClusteringDimensionality Reduction

Scalable Density-based Clustering with Random Projections

2024-02-24 · Haochuan Xu, Ninh Pham

We present sDBSCAN, a scalable density-based clustering algorithm in high dimensions with cosine distance. Utilizing the neighborhood-preserving property of random projections, sDBSCAN can quickly identify core points an…

Clustering

Efficient Dictionary Learning via Very Sparse Random Projections

2015-04-05 · Farhad Pourkamali-Anaraki, Stephen Becker, Shannon M. Hughes

Performing signal processing tasks on compressive measurements of data has received great attention in recent years. In this paper, we extend previous work on compressive dictionary learning by showing that more general …

ClusteringDictionary Learning

Risk Bounds For Mode Clustering

2015-05-03 · Martin Azizyan, Yen-Chi Chen, Aarti Singh, Larry Wasserman

Density mode clustering is a nonparametric clustering method. The clusters are the basins of attraction of the modes of a density estimator. We study the risk of mode-based clustering. We show that the clustering risk ov…

ClusteringNonparametric Clustering

Random Projections for k-means Clustering

2010-12-01 · NeurIPS 2010 12 · Christos Boutsidis, Anastasios Zouzias, Petros Drineas

This paper discusses the topic of dimensionality reduction for $k$-means clustering. We prove that any set of $n$ points in $d$ dimensions (rows in a matrix $A \in \RR^{n \times d}$) can be projected into $t = \Omega(k /…

ClusteringDimensionality Reduction