Unified Spectral Clustering with Optimal Graph

Abstract

Spectral clustering has found extensive use in many areas. Most traditional spectral clustering algorithms work in three separate steps: similarity graph construction; continuous labels learning; discretizing the learned labels by k-means clustering. Such common practice has two potential flaws, which may lead to severe information loss and performance degradation. First, predefined similarity graph might not be optimal for subsequent clustering. It is well-accepted that similarity graph highly affects the clustering results. To this end, we propose to automatically learn similarity information from data and simultaneously consider the constraint that the similarity matrix has exact c connected components if there are c clusters. Second, the discrete solution may deviate from the spectral solution since k-means method is well-known as sensitive to the initialization of cluster centers. In this work, we transform the candidate solution into a new one that better approximates the discrete one. Finally, those three subtasks are integrated into a unified framework, with each subtask iteratively boosted by using the results of the others towards an overall optimal solution. It is known that the performance of a kernel method is largely determined by the choice of kernels. To tackle this practical problem of how to select the most suitable kernel for a particular data set, we further extend our model to incorporate multiple kernel learning ability. Extensive experiments demonstrate the superiority of our proposed method as compared to existing clustering approaches.

Cite

Text

Kang et al. "Unified Spectral Clustering with Optimal Graph." AAAI Conference on Artificial Intelligence, 2018. doi:10.1609/AAAI.V32I1.11613

Markdown

[Kang et al. "Unified Spectral Clustering with Optimal Graph." AAAI Conference on Artificial Intelligence, 2018.](https://mlanthology.org/aaai/2018/kang2018aaai-unified/) doi:10.1609/AAAI.V32I1.11613

BibTeX

@inproceedings{kang2018aaai-unified,
  title     = {{Unified Spectral Clustering with Optimal Graph}},
  author    = {Kang, Zhao and Peng, Chong and Cheng, Qiang and Xu, Zenglin},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2018},
  pages     = {3366-3373},
  doi       = {10.1609/AAAI.V32I1.11613},
  url       = {https://mlanthology.org/aaai/2018/kang2018aaai-unified/}
}