The Laplacian K-modes algorithm for clustering
Weiran Wang, Miguel \'A. Carreira-Perpi\~n\'an

TL;DR
The paper introduces Laplacian K-modes, a clustering algorithm that combines assignment variables, density-based centroids, and graph Laplacian regularization to find meaningful, representative clusters in complex data.
Contribution
It proposes a novel clustering method that integrates K-means, mean-shift, and spectral clustering ideas to handle nonconvex and manifold data structures effectively.
Findings
Finds meaningful density-based clusters in complex data
Produces centroids that are valid, representative patterns
Provides out-of-sample soft assignment predictions
Abstract
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…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Clustering Algorithms Research · Remote-Sensing Image Classification · Complex Network Analysis Techniques
