Spectral Clustering by Ellipsoid and Its Connection to Separable Nonnegative Matrix Factorization
Tomohiko Mizutani

TL;DR
This paper introduces a spectral clustering variant using ellipsoids instead of K-means, connecting it to separable NMF and avoiding K-means' initialization issues, with empirical validation.
Contribution
It proposes a novel spectral clustering algorithm based on ellipsoids, linking it to separable NMF and improving robustness over traditional K-means-based methods.
Findings
The ellipsoid-based algorithm performs comparably to normalized cut methods.
It avoids K-means initialization issues.
Empirical results demonstrate effective clustering performance.
Abstract
This paper proposes a variant of the normalized cut algorithm for spectral clustering. Although the normalized cut algorithm applies the K-means algorithm to the eigenvectors of a normalized graph Laplacian for finding clusters, our algorithm instead uses a minimum volume enclosing ellipsoid for them. We show that the algorithm shares similarity with the ellipsoidal rounding algorithm for separable nonnegative matrix factorization. Our theoretical insight implies that the algorithm can serve as a bridge between spectral clustering and separable NMF. The K-means algorithm has the issues in that the choice of initial points affects the construction of clusters and certain choices result in poor clustering performance. The normalized cut algorithm inherits these issues since K-means is incorporated in it, whereas the algorithm proposed here does not. An empirical study is presented to…
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 · Advanced Clustering Algorithms Research · Complex Network Analysis Techniques
MethodsSpectral Clustering
