Skip to content

giannisnik/pi-GNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Permute Me Softly: Learning Soft Permutations for Graph Representations

Code for the paper Permute Me Softly: Learning Soft Permutations for Graph Representations.

Requirements

Code is written in Python 3.7 and requires:

  • PyTorch 1.9
  • PyTorch Geometric 2.0
  • NetworkX 2.2

Run the model

You can specify the dataset and the hyperparameters in the main.py file, and then execute:

python main.py

Cite

Please cite our paper if you use this code:

@article{nikolentzos2023permute,
  title={Permute me softly: learning soft permutations for graph representations},
  author={Nikolentzos, Giannis and Dasoulas, George and Vazirgiannis, Michalis},
  journal={IEEE Transactions on Pattern Analysis and Machine Intelligence},
  volume={45},
  number={4},
  pages={5087--5098},
  year={2023},
  publisher={IEEE}
}

Provided for academic use only

About

Permute Me Softly: Learning Soft Permutations for Graph Representations

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages