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
931
Node ClassificationCora (test)
Mean Accuracy87.66
861
Node ClassificationCiteseer (test)
Accuracy0.719
824
Node ClassificationPubmed
Accuracy87.36
819
Node ClassificationChameleon
Accuracy64.78
640
Node ClassificationWisconsin
Accuracy64.05
627
Node ClassificationTexas
Accuracy58.1
616
Node ClassificationSquirrel
Accuracy45.72
591
Node ClassificationCornell
Accuracy71.89
582
Showing 10 of 398 rows
...

Other info

Code

Follow for update