Every Node is Different: Dynamically Fusing Self-Supervised Tasks for Attributed Graph Clustering
Pengfei Zhu, Qian Wang, Yu Wang, Jialu Li, Qinghua Hu

TL;DR
This paper introduces DyFSS, a novel method that dynamically assigns different SSL task weights to individual nodes in attributed graph clustering, improving performance by fusing diverse SSL features with a gating network.
Contribution
The paper proposes a dynamic weighting scheme for SSL tasks in graph clustering, utilizing a gating network and dual-level self-supervision for improved node-specific feature fusion.
Findings
DyFSS outperforms state-of-the-art methods by up to 8.66% in accuracy.
Dynamic SSL task weighting benefits attributed graph clustering.
Extensive experiments validate the effectiveness of the proposed approach.
Abstract
Attributed graph clustering is an unsupervised task that partitions nodes into different groups. Self-supervised learning (SSL) shows great potential in handling this task, and some recent studies simultaneously learn multiple SSL tasks to further boost performance. Currently, different SSL tasks are assigned the same set of weights for all graph nodes. However, we observe that some graph nodes whose neighbors are in different groups require significantly different emphases on SSL tasks. In this paper, we propose to dynamically learn the weights of SSL tasks for different nodes and fuse the embeddings learned from different SSL tasks to boost performance. We design an innovative graph clustering approach, namely Dynamically Fusing Self-Supervised Learning (DyFSS). Specifically, DyFSS fuses features extracted from diverse SSL tasks using distinct weights derived from a gating network. To…
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
TopicsAdvanced Graph Neural Networks · Text and Document Classification Technologies · Recommender Systems and Techniques
MethodsSparse Evolutionary Training
