Large-Scale Spectral Clustering on Graphs
Abstract
Graph clustering has received growing attention in recent years as an important analytical technique, both due to the prevalence of graph data, and the usefulness of graph structures for exploiting intrinsic data characteristics. However, as graph data grows in scale, it becomes increasingly more challenging to identify clusters. In this paper we propose an efficient clustering algorithm for large-scale graph data using spectral methods. The key idea is to repeatedly generate a small number of "supernodes" connected to the regular nodes, in order to compress the original graph into a sparse bipartite graph. By clustering the bipartite graph using spectral methods, we are able to greatly improve efficiency without losing considerable clustering power. Extensive experiments show the effectiveness and efficiency of our approach.
Cite
Text
Liu et al. "Large-Scale Spectral Clustering on Graphs." International Joint Conference on Artificial Intelligence, 2013.Markdown
[Liu et al. "Large-Scale Spectral Clustering on Graphs." International Joint Conference on Artificial Intelligence, 2013.](https://mlanthology.org/ijcai/2013/liu2013ijcai-large/)BibTeX
@inproceedings{liu2013ijcai-large,
title = {{Large-Scale Spectral Clustering on Graphs}},
author = {Liu, Jialu and Wang, Chi and Danilevsky, Marina and Han, Jiawei},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {2013},
pages = {1486-1492},
url = {https://mlanthology.org/ijcai/2013/liu2013ijcai-large/}
}