LGMLMay 11, 2018

Convex Programming Based Spectral Clustering

arXiv:1805.04246v36 citations
Originality Incremental advance
AI Analysis

This is an incremental improvement for data analysis tasks, offering a more robust grouping method in spectral clustering.

The paper tackles the problem of improving spectral clustering by replacing the standard k-means grouping stage with convex programming, showing that for well-clustered graphs, the algorithm can find clusters with minimal conductance.

Clustering is a fundamental task in data analysis, and spectral clustering has been recognized as a promising approach to it. Given a graph describing the relationship between data, spectral clustering explores the underlying cluster structure in two stages. The first stage embeds the nodes of the graph in real space, and the second stage groups the embedded nodes into several clusters. The use of the $k$-means method in the grouping stage is currently standard practice. We present a spectral clustering algorithm that uses convex programming in the grouping stage and study how well it works. This algorithm is designed based on the following observation. If a graph is well-clustered, then the nodes with the largest degree in each cluster can be found by computing an enclosing ellipsoid of the nodes embedded in real space, and the clusters can be identified by using those nodes. We show that, for well-clustered graphs, the algorithm can find clusters of nodes with minimal conductance. We also give an experimental assessment of the algorithm's performance.

Foundations

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

Your Notes