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

Simplifying Graph Convolutional Networks

About

Graph Convolutional Networks (GCNs) and their variants have experienced significant attention and have become the de facto methods for learning graph representations. GCNs derive inspiration primarily from recent deep learning approaches, and as a result, may inherit unnecessary complexity and redundant computation. In this paper, we reduce this excess complexity through successively removing nonlinearities and collapsing weight matrices between consecutive layers. We theoretically analyze the resulting linear model and show that it corresponds to a fixed low-pass filter followed by a linear classifier. Notably, our experimental evaluation demonstrates that these simplifications do not negatively impact accuracy in many downstream applications. Moreover, the resulting model scales to larger datasets, is naturally interpretable, and yields up to two orders of magnitude speedup over FastGCN.

Felix Wu, Tianyi Zhang, Amauri Holanda de Souza Jr., Christopher Fifty, Tao Yu, Kilian Q. Weinberger• 2019

Related benchmarks

TaskDatasetResultRank
Node ClassificationCora
Accuracy86.96
885
Node ClassificationCiteseer
Accuracy76.01
804
Node ClassificationPubmed
Accuracy87.36
742
Node ClassificationCiteseer (test)
Accuracy0.719
729
Node ClassificationCora (test)
Mean Accuracy87.66
687
Node ClassificationChameleon
Accuracy64.78
549
Node ClassificationPubMed (test)
Accuracy86.42
500
Node ClassificationSquirrel
Accuracy45.72
500
Node ClassificationCornell
Accuracy71.89
426
Node ClassificationTexas
Accuracy58.1
410
Showing 10 of 366 rows
...

Other info

Code

Follow for update