# GPS **Repository Path**: qwbljm/GPS ## Basic Information - **Project Name**: GPS - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-07-10 - **Last Updated**: 2024-07-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://proceedings.mlr.press/v202/dong23a.html) ``` @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} } ```