Cluster-guided Contrastive Graph Clustering Network
Xihong Yang, Yue Liu, Sihang Zhou, Siwei Wang, Wenxuan Tu, Qun Zheng,, Xinwang Liu, Liming Fang, En Zhu

TL;DR
This paper introduces CCGC, a graph clustering method that leverages high-confidence clustering results to improve positive and negative sample construction, enhancing clustering accuracy without complex data augmentations.
Contribution
The paper proposes a novel graph clustering network that uses high-confidence clustering guidance to select positive and negative samples, avoiding issues with data augmentation and unreliable negatives.
Findings
Outperforms existing state-of-the-art algorithms on six datasets.
Effectively constructs meaningful positive and negative samples guided by clustering confidence.
Demonstrates improved clustering accuracy and discriminative capability.
Abstract
Benefiting from the intrinsic supervision information exploitation capability, contrastive learning has achieved promising performance in the field of deep graph clustering recently. However, we observe that two drawbacks of the positive and negative sample construction mechanisms limit the performance of existing algorithms from further improvement. 1) The quality of positive samples heavily depends on the carefully designed data augmentations, while inappropriate data augmentations would easily lead to the semantic drift and indiscriminative positive samples. 2) The constructed negative samples are not reliable for ignoring important clustering information. To solve these problems, we propose a Cluster-guided Contrastive deep Graph Clustering network (CCGC) by mining the intrinsic supervision information in the high-confidence clustering results. Specifically, instead of conducting…
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
Taxonomy
TopicsRecommender Systems and Techniques · Advanced Graph Neural Networks · Human Mobility and Location-Based Analysis
MethodsContrastive Learning
