Skip to content

6457/matchgnn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Random Graph Matching with Graph Neural Networks

This repository contains the python implementation for the paper "Perfect Recovery for Random Geometric Graph Matching with Shallow Graph Neural Networks" published in AISTATS 2025.

Install Dependencies

pip install -r requirements.txt

Running Experiments

The code for generating the results in the paper is in two IPython notebooks:

  • gnn_sim.ipynb contains code for synthetic experiments;
  • gnn_real.ipynb contains code for real data experiments.

Citation

@inproceedings{liu2025perfect,
  title={Perfect Recovery for Random Geometric Graph Matching with Shallow Graph Neural Networks},
  author={Liu, Suqi and Austern, Morgane},
  booktitle={International Conference on Artificial Intelligence and Statistics},
  year={2025},
  organization={PMLR}
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published