Home

Awesome

GCN-LFR

This repository is the official PyTorch implementation of "Not All Low-Pass Filters are Robust in Graph Convolutional Networks".

Heng Chang, Yu Rong, Tingyang Xu, Yatao Bian, Shiji Zhou, Xin Wang, Junzhou Huang, Wenwu Zhu, Not All Low-Pass Filters are Robust in Graph Convolutional Networks, NeurIPS 2021.

Requirements

The script has been tested running under Python 3.6.9, with the following packages installed (along with their dependencies):

Datasets

The datasets are from PyG, which can be referred to the docs.

Run

python LFR_test.py

Acknowledgement

Part of this implementation is modified from DeepRobust, and we sincerely thank them for their contributions.

Reference

@article{chang2021not,
  title={Not All Low-Pass Filters are Robust in Graph Convolutional Networks},
  author={Chang, Heng and Rong, Yu and Xu, Tingyang and Bian, Yatao and Zhou, Shiji and Wang, Xin and Huang, Junzhou and Zhu, Wenwu},
  journal={Advances in Neural Information Processing Systems},
  volume={34},
  year={2021}
}