paper-with-me

Papers

Synergistic Deep Graph Clustering Network

2024-06-22 · Benyu Wu, Shifei Ding, Xiao Xu, Lili Guo, Ling Ding, Xindong Wu

Employing graph neural networks (GNNs) to learn cohesive and discriminative node representations for clustering has shown promising results in deep graph clustering. However, existing methods disregard the reciprocal relationship between representation learning and structure augmentation. This study suggests that enhancing embedding and structure synergistically becomes imperative for GNNs to unleash their potential in deep graph clustering. A reliable structure promotes obtaining more cohesive node representations, while high-quality node representations can guide the augmentation of the structure, enhancing structural reliability in return. Moreover, the generalization ability of existing GNNs-based models is relatively poor. While they perform well on graphs with high homogeneity, they perform poorly on graphs with low homogeneity. To this end, we propose a graph clustering framework named Synergistic Deep Graph Clustering Network (SynC). In our approach, we design a Transform Input Graph Auto-Encoder (TIGAE) to obtain high-quality embeddings for guiding structure augmentation. Then, we re-capture neighborhood representations on the augmented graph to obtain clustering-friendly embeddings and conduct self-supervised clustering. Notably, representation learning and structure augmentation share weights, significantly reducing the number of model parameters. Additionally, we introduce a structure fine-tuning strategy to improve the model's generalization. Extensive experiments on benchmark datasets demonstrate the superiority and effectiveness of our method. The code is released on GitHub and Code Ocean.

📄 PDF Abstract BibTeX arXiv:2406.15797

Code (2)

Marigoldwu/SynC 공식 구현 pytorch
yueliu1999/awesome-deep-graph-clustering 공식 구현 pytorch

Tasks

ClusteringGraph ClusteringRepresentation Learning

Similar Papers 제목 키워드 기반

Balanced Multi-Relational Graph Clustering

2024-07-23 · Zhixiang Shen, Haolan He, Zhao Kang

Multi-relational graph clustering has demonstrated remarkable success in uncovering underlying patterns in complex networks. Representative methods manage to align different views motivated by advances in contrastive lea…

ClusteringContrastive LearningGraph ClusteringRepresentation Learning

Synergistic Benefits in IRS- and RS-enabled C-RAN with Energy-Efficient Clustering

2021-05-12 · Kevin Weinberger, Alaa Alameer Ahmad, Aydin Sezgin, Alessio Zappone

The potential of intelligent reflecting surfaces (IRSs) is investigated as a promising technique for enhancing the energy efficiency of wireless networks. Specifically, the IRS enables passive beamsteering by employing m…

Clustering

Explaining Synergistic Effects in Social Recommendations

2026-01-26 · Yicong Li, Shan Jin, Qi Liu, Shuo Wang 외 arxiv

In social recommenders, the inherent nonlinearity and opacity of synergistic effects across multiple social networks hinders users from understanding how diverse information is leveraged for recommendations, consequently…

Adaptive Graph Refinement and Label Propagation with LLMs for Cost-Effective Entity Resolution

2026-05-25 · Hongtao Wang, Renchi Yang, Haoran Zheng, Xiangyu Ke arxiv

Dirty entity resolution (ER), which identifies records referring to the same real-world entity from a single, messy dataset, is a fundamental task in data management and mining. However, the dominant blocking-matching-cl…

Entity Resolution

Synergistic Graph Fusion via Encoder Embedding

2023-03-31 · Cencheng Shen, Carey E. Priebe, Jonathan Larson, Ha Trinh

In this paper, we introduce a method called graph fusion embedding, designed for multi-graph embedding with shared vertex sets. Under the framework of supervised learning, our method exhibits a remarkable and highly desi…

ClassificationGraph EmbeddingStochastic Block Model