GNNGuard icon indicating copy to clipboard operation
GNNGuard copied to clipboard

Defending graph neural networks against adversarial attacks (NeurIPS 2020)

Results 6 GNNGuard issues
Sort by recently updated
recently updated
newest added

Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.10.0. Release notes Sourced from scipy's releases. SciPy 1.10.0 Release Notes SciPy 1.10.0 is the culmination of 6 months of hard work. It contains many...

dependencies

Hi, Thanks for the great work! I have a question for the code https://github.com/mims-harvard/GNNGuard/blob/33f5390bb5adff3f8bed5bcb01e9ba50e2c74c38/defense/gcn.py#L184, where it drops the edge based on the similarity score in Equation 3 of the paper....

Bumps [numpy](https://github.com/numpy/numpy) from 1.18.1 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...

dependencies

Thank you for the great work!! Can you please provide the code for the data-loader of DP dataset ? Thanks!!

Hi, Thanks for your great work! I have trouble reproducing your results with GIN on Cora under 20% Metattack. I used the pre-perturbed data provided by DeepRobust with Pro-GNN splits...

Hi Xiang, Thanks for your impressive work! I have a question regarding to running ogbn-arxiv dataset. It seems like directly running this large dataset under the current framework within a...