LGCVDec 15, 2024

Deep Spectral Clustering via Joint Spectral Embedding and Kmeans

arXiv:2412.11080v16 citationsh-index: 3SMC
Originality Incremental advance
AI Analysis

This work addresses clustering efficiency and accuracy for high-dimensional data, representing an incremental improvement over existing spectral clustering methods.

The paper tackles the decoupled optimization and high-dimensional similarity graph challenges in spectral clustering by introducing Deep Spectral Clustering (DSC), which jointly optimizes spectral embedding and K-means in an end-to-end manner, achieving state-of-the-art performance on seven real-world datasets.

Spectral clustering is a popular clustering method. It first maps data into the spectral embedding space and then uses Kmeans to find clusters. However, the two decoupled steps prohibit joint optimization for the optimal solution. In addition, it needs to construct the similarity graph for samples, which suffers from the curse of dimensionality when the data are high-dimensional. To address these two challenges, we introduce \textbf{D}eep \textbf{S}pectral \textbf{C}lustering (\textbf{DSC}), which consists of two main modules: the spectral embedding module and the greedy Kmeans module. The former module learns to efficiently embed raw samples into the spectral embedding space using deep neural networks and power iteration. The latter module improves the cluster structures of Kmeans on the learned spectral embeddings by a greedy optimization strategy, which iteratively reveals the direction of the worst cluster structures and optimizes embeddings in this direction. To jointly optimize spectral embeddings and clustering, we seamlessly integrate the two modules and optimize them in an end-to-end manner. Experimental results on seven real-world datasets demonstrate that DSC achieves state-of-the-art clustering performance.

Code Implementations1 repo
Foundations

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

Your Notes