LGSIDec 27, 2021

Block Modeling-Guided Graph Convolutional Neural Networks

arXiv:2112.13507v287 citations
Originality Incremental advance
AI Analysis

This addresses a common limitation in real-world graph representation learning, offering an incremental improvement for handling mixed homophily and heterophily in networks.

The paper tackled the problem of Graph Convolutional Networks (GCNs) failing to generalize to networks with heterophily, where nodes have neighbors from different classes, by introducing block modeling to enable 'block-guided classified aggregation' for both homophilic and heterophilic scenarios. Empirical results showed superiority over state-of-the-art methods on heterophilic datasets while maintaining competitive performance on homophilic datasets.

Graph Convolutional Network (GCN) has shown remarkable potential of exploring graph representation. However, the GCN aggregating mechanism fails to generalize to networks with heterophily where most nodes have neighbors from different classes, which commonly exists in real-world networks. In order to make the propagation and aggregation mechanism of GCN suitable for both homophily and heterophily (or even their mixture), we introduce block modeling into the framework of GCN so that it can realize "block-guided classified aggregation", and automatically learn the corresponding aggregation rules for neighbors of different classes. By incorporating block modeling into the aggregation process, GCN is able to aggregate information from homophilic and heterophilic neighbors discriminately according to their homophily degree. We compared our algorithm with state-of-art methods which deal with the heterophily problem. Empirical results demonstrate the superiority of our new approach over existing methods in heterophilic datasets while maintaining a competitive performance in homophilic datasets.

Code Implementations1 repo
Foundations

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

Your Notes