Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Clarify Confused Nodes via Separated Learning

About

Graph neural networks (GNNs) have achieved remarkable advances in graph-oriented tasks. However, real-world graphs invariably contain a certain proportion of heterophilous nodes, challenging the homophily assumption of traditional GNNs and hindering their performance. Most existing studies continue to design generic models with shared weights between heterophilous and homophilous nodes. Despite the incorporation of high-order messages or multi-channel architectures, these efforts often fall short. A minority of studies attempt to train different node groups separately but suffer from inappropriate separation metrics and low efficiency. In this paper, we first propose a new metric, termed Neighborhood Confusion (NC), to facilitate a more reliable separation of nodes. We observe that node groups with different levels of NC values exhibit certain differences in intra-group accuracy and visualized embeddings. These pave the way for Neighborhood Confusion-guided Graph Convolutional Network (NCGCN), in which nodes are grouped by their NC values and accept intra-group weight sharing and message passing. Extensive experiments on both homophilous and heterophilous benchmarks demonstrate that our framework can effectively separate nodes and yield significant performance improvement compared to the latest methods. The source code will be available in https://github.com/GISec-Team/NCGNN.

Jiajun Zhou, Shengbo Gong, Xuanze Chen, Chenxuan Xie, Shanqing Yu, Qi Xuan, Xiaoniu Yang• 2023

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora (60/20/20 random split)--
74
Node-level classificationFlickr
Accuracy48.43
58
Node ClassificationOgbn-arxiv
Accuracy59.2
51
Node ClassificationActor (60%/20%/20% random splits)--
34
Node ClassificationPubmed (60/20/20 random split)--
31
Node ClassificationPhoto (60%/20%/20%)--
3
Node ClassificationComputers (60%/20%/20%)--
3
Node ClassificationCoauthor CS (60%/20%/20%)--
3
Node ClassificationCoauthor Physics (60%/20%/20%)--
3
Showing 9 of 9 rows

Other info

Code

Follow for update