Share your thoughts, 1 month free Claude Pro on usSee more
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
1215
Node ClassificationCiteseer
Accuracy76.01
1037
Node ClassificationCora (test)
Mean Accuracy87.66
951
Node ClassificationCiteseer (test)
Accuracy0.719
945
Node ClassificationChameleon
Accuracy64.78
867
Node ClassificationPubmed
Accuracy87.36
865
Node ClassificationWisconsin
Accuracy64.05
864
Node ClassificationCornell
Accuracy71.89
851
Node ClassificationTexas
Accuracy58.1
801
Node ClassificationSquirrel
Accuracy45.72
786
Showing 10 of 450 rows
...

Other info

Code

Follow for update