English

Regularized Non-negative Spectral Embedding for Clustering

Machine Learning 2019-11-04 v1 Machine Learning

Abstract

Spectral Clustering is a popular technique to split data points into groups, especially for complex datasets. The algorithms in the Spectral Clustering family typically consist of multiple separate stages (such as similarity matrix construction, low-dimensional embedding, and K-Means clustering as post processing), which may lead to sub-optimal results because of the possible mismatch between different stages. In this paper, we propose an end-to-end single-stage learning method to clustering called Regularized Non-negative Spectral Embedding (RNSE) which extends Spectral Clustering with the adaptive learning of similarity matrix and meanwhile utilizes non-negative constraints to facilitate one-step clustering (directly from data points to clustering labels). Two well-founded methods, successive alternating projection and strategic multiplicative update, are employed to work out the quite challenging optimization problems in RNSE. Extensive experiments on both synthetic and real-world datasets demonstrate RNSE superior clustering performance to some state-of-the-art competitors.

Keywords

Cite

@article{arxiv.1911.00179,
  title  = {Regularized Non-negative Spectral Embedding for Clustering},
  author = {Yifei Wang and Rui Liu and Yong Chen and Hui Zhangs and Zhiwen Ye},
  journal= {arXiv preprint arXiv:1911.00179},
  year   = {2019}
}
R2 v1 2026-06-23T12:01:47.945Z