divelab / Non-Local-GNN

Official implementation of "Non-Local Graph Neural Networks" [TPAMI]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Non-Local Graph Neural Networks

This is the official implementation of the non-local GNNs proposed in the following paper.

Meng Liu*, Zhengyang Wang*, and Shuiwang Ji. "Non-Local Graph Neural Networks". [TPAMI]

Requirements

We include key dependencies below. The versions we used are in the parentheses.

  • PyTorch (1.10.1)
  • PyTorch Geometric (1.6.3)

Run

cd NLGNN/src
bash longrange.sh

Reference

@article{liu2021non,
  title={Non-local graph neural networks},
  author={Liu, Meng and Wang, Zhengyang and Ji, Shuiwang},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
  year={2021},
  publisher={IEEE}
}

About

Official implementation of "Non-Local Graph Neural Networks" [TPAMI]

License:GNU General Public License v3.0


Languages

Language:Python 94.0%Language:Shell 6.0%