EGRC-Net: Embedding-induced Graph Refinement Clustering Network
Zhihao Peng, Hui Liu, Yuheng Jia, Junhui Hou

TL;DR
EGRC-Net introduces an adaptive graph refinement clustering network that leverages learned embeddings and local geometric structures to improve clustering accuracy and scalability on benchmark datasets.
Contribution
The paper proposes a novel unsupervised graph clustering method that dynamically refines the graph using embedding information and an improved neural propagation technique.
Findings
Outperforms state-of-the-art methods on nine benchmark datasets.
Achieves over 11.99% ARI improvement on DBLP dataset.
Reduces memory usage by 33.73% and running time by 19.71%.
Abstract
Existing graph clustering networks heavily rely on a predefined yet fixed graph, which can lead to failures when the initial graph fails to accurately capture the data topology structure of the embedding space. In order to address this issue, we propose a novel clustering network called Embedding-Induced Graph Refinement Clustering Network (EGRC-Net), which effectively utilizes the learned embedding to adaptively refine the initial graph and enhance the clustering performance. To begin, we leverage both semantic and topological information by employing a vanilla auto-encoder and a graph convolution network, respectively, to learn a latent feature representation. Subsequently, we utilize the local geometric structure within the feature embedding space to construct an adjacency matrix for the graph. This adjacency matrix is dynamically fused with the initial one using our proposed fusion…
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 · Recommender Systems and Techniques
MethodsConvolution · fail
