Attributed Graph Clustering: A Deep Attentional Embedding Approach
Chun Wang, Shirui Pan, Ruiqi Hu, Guodong Long, Jing Jiang, Chengqi, Zhang

TL;DR
This paper introduces a goal-directed deep learning method for attributed graph clustering that jointly learns embeddings and clusters using attention mechanisms and self-training, outperforming existing approaches.
Contribution
It proposes a novel unified framework combining attention-based embedding and self-training for more effective attributed graph clustering.
Findings
Outperforms state-of-the-art algorithms in experiments.
Effectively encodes topological and attribute information.
Joint optimization improves clustering accuracy.
Abstract
Graph clustering is a fundamental task which discovers communities or groups in networks. Recent studies have mostly focused on developing deep learning approaches to learn a compact graph embedding, upon which classic clustering methods like k-means or spectral clustering algorithms are applied. These two-step frameworks are difficult to manipulate and usually lead to suboptimal performance, mainly because the graph embedding is not goal-directed, i.e., designed for the specific clustering task. In this paper, we propose a goal-directed deep learning approach, Deep Attentional Embedded Graph Clustering (DAEGC for short). Our method focuses on attributed graphs to sufficiently explore the two sides of information in graphs. By employing an attention network to capture the importance of the neighboring nodes to a target node, our DAEGC algorithm encodes the topological structure and node…
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 · Human Mobility and Location-Based Analysis
MethodsSpectral Clustering
