Scalable and Adaptive Spectral Embedding for Attributed Graph Clustering
Yunhui Liu, Tieke He, Qing Wu, Tao Zheng, Jianhua Zhao

TL;DR
This paper introduces SASE, a scalable and adaptive spectral embedding method for attributed graph clustering that is efficient for large graphs and does not require parameter learning.
Contribution
SASE is a novel attributed graph clustering approach that combines node feature smoothing, scalable spectral clustering, and adaptive order selection, with linear complexity.
Findings
SASE achieves 6.9% higher accuracy on the ArXiv dataset.
SASE runs 5.87 times faster than the previous best method.
SASE effectively captures global cluster structures.
Abstract
Attributed graph clustering, which aims to group the nodes of an attributed graph into disjoint clusters, has made promising advancements in recent years. However, most existing methods face challenges when applied to large graphs due to the expensive computational cost and high memory usage. In this paper, we introduce Scalable and Adaptive Spectral Embedding (SASE), a simple attributed graph clustering method devoid of parameter learning. SASE comprises three main components: node features smoothing via -order simple graph convolution, scalable spectral clustering using random Fourier features, and adaptive order selection. With these designs, SASE not only effectively captures global cluster structures but also exhibits linear time and space complexity relative to the graph size. Empirical results demonstrate the superiority of SASE. For example, on the ArXiv dataset with 169K…
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
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Graph Theory and Algorithms
MethodsSpectral Clustering
