Unsupervised Graph Clustering with Deep Structural Entropy
Jingyun Zhang, Hao Peng, Li Sun, Guanlin Wu, Chunyang Liu, Zhengtao Yu

TL;DR
This paper introduces DeSE, an unsupervised graph clustering framework that leverages deep structural entropy to enhance graph representations, outperforming existing methods especially on sparse or noisy graphs.
Contribution
The paper proposes a novel framework combining structural entropy, a structural learning layer, and a GNN-based clustering method, addressing limitations of existing graph clustering techniques.
Findings
DeSE outperforms eight baseline methods on four benchmark datasets.
The structural entropy-based approach improves clustering stability and interpretability.
Enhanced graphs lead to better node embedding quality for clustering.
Abstract
Research on Graph Structure Learning (GSL) provides key insights for graph-based clustering, yet current methods like Graph Neural Networks (GNNs), Graph Attention Networks (GATs), and contrastive learning often rely heavily on the original graph structure. Their performance deteriorates when the original graph's adjacency matrix is too sparse or contains noisy edges unrelated to clustering. Moreover, these methods depend on learning node embeddings and using traditional techniques like k-means to form clusters, which may not fully capture the underlying graph structure between nodes. To address these limitations, this paper introduces DeSE, a novel unsupervised graph clustering framework incorporating Deep Structural Entropy. It enhances the original graph with quantified structural information and deep neural networks to form clusters. Specifically, we first propose a method for…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Complex Network Analysis Techniques · Advanced Clustering Algorithms Research
MethodsSoftmax · Attention Is All You Need · Contrastive Learning
