All Projects → balcilar → Spectral-Designed-Graph-Convolutions

balcilar / Spectral-Designed-Graph-Convolutions

Licence: other
Codes for "Bridging the Gap Between Spectral and Spatial Domains in Graph Neural Networks" paper

Programming Languages

python
139335 projects - #7 most used programming language
matlab
3953 projects

Projects that are alternatives of or similar to Spectral-Designed-Graph-Convolutions

Graph Based Deep Learning Literature
links to conference publications in graph-based deep learning
Stars: ✭ 3,428 (+8689.74%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
SelfGNN
A PyTorch implementation of "SelfGNN: Self-supervised Graph Neural Networks without explicit negative sampling" paper, which appeared in The International Workshop on Self-Supervised Learning for the Web (SSL'21) @ the Web Conference 2021 (WWW'21).
Stars: ✭ 24 (-38.46%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
Pytorch geometric
Graph Neural Network Library for PyTorch
Stars: ✭ 13,359 (+34153.85%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
Stellargraph
StellarGraph - Machine Learning on Graphs
Stars: ✭ 2,235 (+5630.77%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
GNN-Recommender-Systems
An index of recommendation algorithms that are based on Graph Neural Networks.
Stars: ✭ 505 (+1194.87%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
Traffic-Prediction-Open-Code-Summary
Summary of open source code for deep learning models in the field of traffic prediction
Stars: ✭ 58 (+48.72%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
Euler
A distributed graph deep learning framework.
Stars: ✭ 2,701 (+6825.64%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
ProteinGCN
ProteinGCN: Protein model quality assessment using Graph Convolutional Networks
Stars: ✭ 88 (+125.64%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
SimP-GCN
Implementation of the WSDM 2021 paper "Node Similarity Preserving Graph Convolutional Networks"
Stars: ✭ 43 (+10.26%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
DCGCN
Densely Connected Graph Convolutional Networks for Graph-to-Sequence Learning (authors' MXNet implementation for the TACL19 paper)
Stars: ✭ 73 (+87.18%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
awesome-efficient-gnn
Code and resources on scalable and efficient Graph Neural Networks
Stars: ✭ 498 (+1176.92%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
Representation Learning on Graphs with Jumping Knowledge Networks
Representation Learning on Graphs with Jumping Knowledge Networks
Stars: ✭ 31 (-20.51%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
graphml-tutorials
Tutorials for Machine Learning on Graphs
Stars: ✭ 125 (+220.51%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
Literatures-on-GNN-Acceleration
A reading list for deep graph learning acceleration.
Stars: ✭ 50 (+28.21%)
Mutual labels:  graph-convolutional-networks, graph-neural-networks
OpenHGNN
This is an open-source toolkit for Heterogeneous Graph Neural Network(OpenHGNN) based on DGL.
Stars: ✭ 264 (+576.92%)
Mutual labels:  graph-neural-networks
H-GCN
[IJCAI 2019] Source code and datasets for "Hierarchical Graph Convolutional Networks for Semi-supervised Node Classification"
Stars: ✭ 103 (+164.1%)
Mutual labels:  graph-neural-networks
sdn-nfv-papers
This is a paper list about Resource Allocation in Network Functions Virtualization (NFV) and Software-Defined Networking (SDN).
Stars: ✭ 40 (+2.56%)
Mutual labels:  graph-neural-networks
graph-convnet-tsp
Code for the paper 'An Efficient Graph Convolutional Network Technique for the Travelling Salesman Problem' (INFORMS Annual Meeting Session 2019)
Stars: ✭ 196 (+402.56%)
Mutual labels:  graph-neural-networks
TAGCN
Tensorflow Implementation of the paper "Topology Adaptive Graph Convolutional Networks" (Du et al., 2017)
Stars: ✭ 17 (-56.41%)
Mutual labels:  graph-convolutional-networks
LibAUC
An End-to-End Machine Learning Library to Optimize AUC (AUROC, AUPRC).
Stars: ✭ 115 (+194.87%)
Mutual labels:  graph-neural-networks

PWC PWC PWC PWC PWC PWC

Spectral Designed Graph Convolutions

Codes of "Bridging the Gap Between Spectral and Spatial Domains in Graph Neural Networks" paper.

Requirements

These libraries versions are not stricly needed. But these are the configurations in our test machine.

  • Python==3.6.5
  • tensorflow-gpu==1.15.0
  • numpy==1.17.4
  • networkx==2.4
  • scipy==1.3.1
  • matplotlib==3.1.2
  • pickle==4.0

Usage

Run the scripts directly. All parameters are defined in corresponding script. In Pubmed and PPI dataset, since the eigen decomposition takes quite a long time because of the dimension of given graph, we write the eigenvectors into file in first run. For later run, the code directly read already calculated eigenvectors from file.

Transductive Setting Problems

python cora_multirun.py
python citeseer_multirun.py
python pubmed_multirun.py

Inductive Setting Problems

python ppi_singlerun.py
python protein_nodelabel.py
python enzymes_nodelabel.py
python enzymes_allfeats.py

Results

Sample image

Citation

Please cite this preprint paper if you want to use it in your work,

@article{balcilar2020bridging,
  title={Bridging the Gap Between Spectral and Spatial Domains in Graph Neural Networks},
  author={Balcilar,Muhammet  and Renton, Guillaume and H\'eroux,Pierre and Ga\"uz\`ere,Benoit and Adam, S\'ebastien and Honeine,Paul},
  journal={arXiv preprint arXiv:2003.11702},
  year={2020},
      eprint={2003.11702},
      archivePrefix={arXiv},
      primaryClass={cs.LG}
}

And/or this published paper in ICLR2021 which covers the theoretical part.

@inproceedings{
balcilar2021analyzing,
title={Analyzing the Expressive Power of Graph Neural Networks in a Spectral Perspective},
author={Muhammet Balcilar and Guillaume Renton and Pierre H{\'e}roux and Benoit Ga{\"u}z{\`e}re and S{\'e}bastien Adam and Paul Honeine},
booktitle={International Conference on Learning Representations},
year={2021},
url={https://openreview.net/forum?id=-qh0M9XWxnv}
}

 

License

MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].