This repository contains a PyTorch implementation of our WWW2024 paper paper "Spectral Heterogeneous Graph Convolutions via Positive Noncommutative Polynomials."
- pytorch 1.12.1
- numpy 1.23.1
- dgl 0.9.1
- torch-geometric 2.1.0
- tqdm 4.64.1
- scipy 1.9.3
- seaborn 0.12.0
- scikit-learn 1.1.3
- ogb 1.3.6
For HGB datasets, you can download them from the Heterogeneous Graph Benchmark (HGB ). Ogbn-mag can be downloaded automatically.
The folder "hgb" is the code for the node classification on HGB; The folder "ogbn-mag" is the code for the node classification on ogbn-mag; The folder "hgb-lp" is the code for the link prediction on HGB.
@inproceedings{pshgcn,
author = {He, Mingguo and Wei, Zhewei and Feng, Shikun and Huang, Zhengjie and Li, Weibin and Sun, Yu and Yu, Dianhai},
title = {Spectral Heterogeneous Graph Convolutions via Positive Noncommutative Polynomials},
year = {2024},
isbn = {9798400701719},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
url = {https://doi.org/10.1145/3589334.3645515},
doi = {10.1145/3589334.3645515},
booktitle = {Proceedings of the ACM Web Conference 2024},
pages = {685–696},
numpages = {12},
keywords = {heterogeneous graph neural networks, positive noncommutative polynomials, spectral graph convolutions},
location = {Singapore, Singapore},
series = {WWW '24}
}
If you have any questions, please feel free to contact me with [email protected]