Skip to content
/ SGC Public
forked from pulkit1joshi/SGC

Implementation of Simple Graph Convolution as presented in "Simplifying Graph Convolution"

License

Notifications You must be signed in to change notification settings

tobelegit/SGC

This branch is 3 commits behind pulkit1joshi/SGC:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

3ca9926 · Oct 28, 2020

History

5 Commits
Oct 28, 2020
Oct 28, 2020
Oct 27, 2020
Oct 28, 2020
Oct 28, 2020
Oct 28, 2020
Oct 28, 2020

Repository files navigation

Simple Graph Convolution

PWC codebeat badge

Pytorch implementation of Simple Graph Convolution* as presented in "Simplifying Graph Convolutional Networks"

Abstract

Resources

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. SGCOverview

Resources

Paper
Medium
Authors Implementation

Results

This implementation of SGC on Cora Dataset gives:

Test Accuracy: 81%

About

Implementation of Simple Graph Convolution as presented in "Simplifying Graph Convolution"

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%