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

Geom-GCN: Geometric Graph Convolutional Networks

About

Message-passing neural networks (MPNNs) have been successfully applied to representation learning on graphs in a variety of real-world applications. However, two fundamental weaknesses of MPNNs' aggregators limit their ability to represent graph-structured data: losing the structural information of nodes in neighborhoods and lacking the ability to capture long-range dependencies in disassortative graphs. Few studies have noticed the weaknesses from different perspectives. From the observations on classical neural network and network geometry, we propose a novel geometric aggregation scheme for graph neural networks to overcome the two weaknesses. The behind basic idea is the aggregation on a graph can benefit from a continuous space underlying the graph. The proposed aggregation scheme is permutation-invariant and consists of three modules, node embedding, structural neighborhood, and bi-level aggregation. We also present an implementation of the scheme in graph convolutional networks, termed Geom-GCN (Geometric Graph Convolutional Networks), to perform transductive learning on graphs. Experimental results show the proposed Geom-GCN achieved state-of-the-art performance on a wide range of open datasets of graphs. Code is available at https://github.com/graphdml-uiuc-jlu/geom-gcn.

Hongbin Pei, Bingzhe Wei, Kevin Chen-Chuan Chang, Yu Lei, Bo Yang• 2020

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy87
885
Node ClassificationCiteseer
Accuracy80.6
804
Node ClassificationPubmed
Accuracy90.7
742
Node ClassificationCiteseer (test)
Accuracy0.7802
729
Node ClassificationCora (test)
Mean Accuracy85.35
687
Node ClassificationChameleon
Accuracy68
549
Node ClassificationPubMed (test)
Accuracy90.05
500
Node ClassificationSquirrel
Accuracy56
500
Node ClassificationCornell
Accuracy75.4
426
Node ClassificationTexas
Accuracy66.76
410
Showing 10 of 111 rows
...

Other info

Follow for update