paper-with-me

홈 › Papers

The Laplacian K-modes algorithm for clustering

2014-06-16 · Weiran Wang, Miguel Á. Carreira-Perpiñán

In addition to finding meaningful clusters, centroid-based clustering algorithms such as K-means or mean-shift should ideally find centroids that are valid patterns in the input space, representative of data in their cluster. This is challenging with data having a nonconvex or manifold structure, as with images or text. We introduce a new algorithm, Laplacian K-modes, which naturally combines three powerful ideas in clustering: the explicit use of assignment variables (as in K-means); the estimation of cluster centroids which are modes of each cluster's density estimate (as in mean-shift); and the regularizing effect of the graph Laplacian, which encourages similar assignments for nearby points (as in spectral clustering). The optimization algorithm alternates an assignment step, which is a convex quadratic program, and a mean-shift step, which separates for each cluster centroid. The algorithm finds meaningful density estimates for each cluster, even with challenging problems where the clusters have manifold structure, are highly nonconvex or in high dimension. It also provides centroids that are valid patterns, truly representative of their cluster (unlike K-means), and an out-of-sample mapping that predicts soft assignments for a new point.

📄 PDF Abstract BibTeX arXiv:1406.3895

Code (0)

등록된 구현이 없습니다.

Tasks

Clusteringvalid

Similar Papers 제목 키워드 기반

A review of mean-shift algorithms for clustering

2015-03-02 · Miguel Á. Carreira-Perpiñán

A natural way to characterize the cluster structure of a dataset is by finding regions containing a high density of data. This can be done in a nonparametric way with a kernel density estimate, whose modes and hence clus…

ClusteringDenoisingImage SegmentationSemantic Segmentation

Projection onto the probability simplex: An efficient algorithm with a simple proof, and an application

2013-09-06 · Weiran Wang, Miguel Á. Carreira-Perpiñán

We provide an elementary proof of a simple, efficient algorithm for computing the Euclidean projection of a point onto the probability simplex. We also show an application in Laplacian K-modes clustering.

Clustering

Scalable Laplacian K-modes

2018-10-31 · NeurIPS 2018 12 · Imtiaz Masud Ziko, Eric Granger, Ismail Ben Ayed

We advocate Laplacian K-modes for joint clustering and density mode finding, and propose a concave-convex relaxation of the problem, which yields a parallel algorithm that scales up to large datasets and high dimensions.…

Clusteringvalid

Disentangling the Spectral Properties of the Hodge Laplacian: Not All Small Eigenvalues Are Equal

2023-11-24 · Vincent P. Grande, Michael T. Schaub

The rich spectral information of the graph Laplacian has been instrumental in graph theory, machine learning, and graph signal processing for applications such as graph classification, clustering, or eigenmode analysis. …

AllClusteringGraph Classification

A New Spectral Clustering Algorithm

2017-10-07 · W. R. Casper, Balu Nadiga

We present a new clustering algorithm that is based on searching for natural gaps in the components of the lowest energy eigenvectors of the Laplacian of a graph. In comparing the performance of the proposed method with …

Clustering