| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
PyTorch implementation of the CIKM 2023 paper: "GUARD: Graph Universal Adversarial Defense" [arXiv].
Fig. 1. An illustrative example of graph universal defense. The universal patch p can be applied to an arbitrary node (here v1) to protect it from adversarial targeted attacks by removing adversarial edges (if exist).
Install graphattack:
cd GraphAttack
pip install -e .See demo.ipynb
run
python evaluate_guard.pyif you find this repo helpful, please cite our work:
@inproceedings{li2022guard,
author = {Jintang Li and
Jie Liao and
Ruofan Wu and
Liang Chen and
Zibin Zheng and
Jiawang Dan and
Changhua Meng and
Weiqiang Wang},
title = {{GUARD:} Graph Universal Adversarial Defense},
booktitle = {{CIKM}},
pages = {1198--1207},
publisher = {{ACM}},
year = {2023}
}
| Back | FazBrowse Home | New Git URL |