Seeing All From a Few: Nodes Selection Using Graph Pooling for Graph Clustering
Yiming Wang, Dongxia Chang, Zhiqian Fu, and Yao Zhao

TL;DR
This paper introduces a novel graph pooling method for node clustering that effectively filters out spurious edges, improving clustering accuracy by selecting informative nodes based on their proximity to cluster centers.
Contribution
The paper proposes a dual graph embedding network with neighbor cluster pooling to enhance graph clustering by reducing the influence of unreliable edges.
Findings
Outperforms state-of-the-art algorithms on benchmark datasets.
Effectively filters out spurious edges during clustering.
Improves clustering accuracy by selecting informative nodes.
Abstract
Recently, there has been considerable research interest in graph clustering aimed at data partition using the graph information. However, one limitation of the most of graph-based methods is that they assume the graph structure to operate is fixed and reliable. And there are inevitably some edges in the graph that are not conducive to graph clustering, which we call spurious edges. This paper is the first attempt to employ graph pooling technique for node clustering and we propose a novel dual graph embedding network (DGEN), which is designed as a two-step graph encoder connected by a graph pooling layer to learn the graph embedding. In our model, it is assumed that if a node and its nearest neighboring node are close to the same clustering center, this node is an informative node and this edge can be considered as a cluster-friendly edge. Based on this assumption, the neighbor cluster…
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 · Advanced Clustering Algorithms Research
