Regularized Non-negative Spectral Embedding for Clustering
Yifei Wang, Rui Liu, Yong Chen, Hui Zhangs, Zhiwen Ye

TL;DR
This paper introduces RNSE, an end-to-end spectral clustering method that jointly learns similarity and clustering labels, improving performance over traditional multi-stage spectral clustering methods.
Contribution
RNSE is a novel single-stage spectral clustering approach that adaptively learns the similarity matrix and enforces non-negativity for direct clustering from data.
Findings
RNSE outperforms state-of-the-art methods on synthetic datasets.
RNSE achieves superior results on real-world datasets.
The optimization techniques effectively solve complex problems in RNSE.
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…
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
TopicsFace and Expression Recognition · Remote-Sensing Image Classification · Advanced Clustering Algorithms Research
MethodsSpectral Clustering · k-Means Clustering
