paper-with-me

Papers

Clustering with feature selection using alternating minimization, Application to computational biology

2017-11-08 · Cyprien Gilet, Marie Deprez, Jean-Baptiste Caillau, Michel Barlaud

This paper deals with unsupervised clustering with feature selection. The problem is to estimate both labels and a sparse projection matrix of weights. To address this combinatorial non-convex problem maintaining a strict control on the sparsity of the matrix of weights, we propose an alternating minimization of the Frobenius norm criterion. We provide a new efficient algorithm named K-sparse which alternates k-means with projection-gradient minimization. The projection-gradient step is a method of splitting type, with exact projection on the $\ell^1$ ball to promote sparsity. The convergence of the gradient-projection step is addressed, and a preliminary analysis of the alternating minimization is made. The Frobenius norm criterion converges as the number of iterates in Algorithm K-sparse goes to infinity. Experiments on Single Cell RNA sequencing datasets show that our method significantly improves the results of PCA k-means, spectral clustering, SIMLR, and Sparcl methods, and achieves a relevant selection of genes. The complexity of K-sparse is linear in the number of samples (cells), so that the method scales up to large datasets.

📄 PDF Abstract BibTeX arXiv:1711.02974

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringfeature selection

Methods 이 논문이 사용한 방법론

PCA Principle Components Analysis (PCA) is an unsupervised method primary used for dimensionality reduction within machine learning. PCA is calculated via a singular value…

Similar Papers 제목 키워드 기반

SCAMS: Simultaneous Clustering and Model Selection

2014-06-01 · CVPR 2014 6 · Zhuwen Li, Loong-Fah Cheong, Steven Zhiying Zhou

While clustering has been well studied in the past decade, model selection has drawn less attention. This paper addresses both problems in a joint manner with an indicator matrix formulation, in which the clustering cost…

ClusteringmodelModel Selection

An Efficient Smoothing Proximal Gradient Algorithm for Convex Clustering

2020-06-22 · Xin Zhou, Chunlei Du, Xiaodong Cai

Cluster analysis organizes data into sensible groupings and is one of fundamental modes of understanding and learning. The widely used K-means and hierarchical clustering methods can be dramatically suboptimal due to loc…

Clustering

Structured Sparse Non-negative Matrix Factorization with L20-Norm for scRNA-seq Data Analysis

2021-04-27 · Wenwen Min, Taosheng Xu, Xiang Wan, Tsung-Hui Chang

Non-negative matrix factorization (NMF) is a powerful tool for dimensionality reduction and clustering. Unfortunately, the interpretation of the clustering results from NMF is difficult, especially for the high-dimension…

ClusteringDimensionality Reductionfeature selection

Nonlinear matrix recovery using optimization on the Grassmann manifold

2021-09-13 · Florentin Goyens, Coralia Cartis, Armin Eftekhari

We investigate the problem of recovering a partially observed high-rank matrix whose columns obey a nonlinear structure such as a union of subspaces, an algebraic variety or grouped in clusters. The recovery problem is f…

Riemannian optimizationSecond-order methods

Splitting Methods for Convex Clustering

2013-04-01 · Eric C. Chi, Kenneth Lange

Clustering is a fundamental problem in many scientific applications. Standard methods such as $k$-means, Gaussian mixture models, and hierarchical clustering, however, are beset by local minima, which are sometimes drast…

Clustering