Skip to content

MingzeDong/GPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

GPS (Graph rewiring via propensity score)

This repository includes the GPS (graph propensity score) part for paper "Towards Understanding and Reducing Graph Structural Noise for GNNs".

image

Dependencies

numpy
torch==1.13.0
matplotlib
sklearn
scipy
numba (for SDRF)
torch-scatter torch-sparse torch-cluster torch-spline-conv -f https://data.pyg.org/whl/torch-1.13.0+cu117.html
torch-geometric==2.2.0
ogb==1.3.5
networkx==2.6.3
Ray Tune

Results

The UMAP visualization of different rewired graph embeddings for the Cornell dataset:

image

For more details, please refer to our paper: Towards Understanding and Reducing Graph Structural Noise for GNNs

@InProceedings{pmlr-v202-dong23a,
  title = 	 {Towards Understanding and Reducing Graph Structural Noise for {GNN}s},
  author =       {Dong, Mingze and Kluger, Yuval},
  booktitle = 	 {Proceedings of the 40th International Conference on Machine Learning},
  pages = 	 {8202--8226},
  year = 	 {2023},
  editor = 	 {Krause, Andreas and Brunskill, Emma and Cho, Kyunghyun and Engelhardt, Barbara and Sabato, Sivan and Scarlett, Jonathan},
  volume = 	 {202},
  series = 	 {Proceedings of Machine Learning Research},
  month = 	 {23--29 Jul},
  publisher =    {PMLR}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages