LGETAug 8, 2024

Self-Supervised Contrastive Graph Clustering Network via Structural Information Fusion

arXiv:2408.04339v1h-index: 3
Originality Incremental advance
AI Analysis

This work addresses a bottleneck in graph clustering for applications like anomaly detection and social network analysis, though it appears incremental as it builds on existing pre-training methods.

The paper tackles the problem of sub-optimal reliability in prior distributions for graph clustering by proposing CGCN, a method that integrates contrastive learning and structural information into pre-training, resulting in notable performance enhancements on real-world datasets.

Graph clustering, a classical task in graph learning, involves partitioning the nodes of a graph into distinct clusters. This task has applications in various real-world scenarios, such as anomaly detection, social network analysis, and community discovery. Current graph clustering methods commonly rely on module pre-training to obtain a reliable prior distribution for the model, which is then used as the optimization objective. However, these methods often overlook deeper supervised signals, leading to sub-optimal reliability of the prior distribution. To address this issue, we propose a novel deep graph clustering method called CGCN. Our approach introduces contrastive signals and deep structural information into the pre-training process. Specifically, CGCN utilizes a contrastive learning mechanism to foster information interoperability among multiple modules and allows the model to adaptively adjust the degree of information aggregation for different order structures. Our CGCN method has been experimentally validated on multiple real-world graph datasets, showcasing its ability to boost the dependability of prior clustering distributions acquired through pre-training. As a result, we observed notable enhancements in the performance of the model.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes