Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features Attack #123

Open
VaporYuJ opened this issue Nov 11, 2022 · 6 comments
Open

Features Attack #123

VaporYuJ opened this issue Nov 11, 2022 · 6 comments

Comments

@VaporYuJ
Copy link

Hi I wonder whether the global attacks in the deeprobust include featuresattacks , because I have not found the relevant implementation`

@VaporYuJ
Copy link
Author

VaporYuJ commented Nov 11, 2022

Hi I wonder whether the global attacks in the deeprobust include feature attacks , because I have not found the relevant implementation`

@ChandlerBang
Copy link
Collaborator

ChandlerBang commented Nov 11, 2022

Hey, you can refer to [the code in AirGNN]((https://github.com/lxiaorui/AirGNN/blob/main/adv_attack.py), which shows how to use deeprobust.graph.targeted_attack.Nettack for attacking features.

@VaporYuJ
Copy link
Author

Hey, you can refer to [the code in AirGNN]((https://github.com/lxiaorui/AirGNN/blob/main/adv_attack.py), which shows how to use deeprobust.graph.targeted_attack.Nettack for attacking features.

Thanks~

@VaporYuJ
Copy link
Author

hi~
Is there any solutions proposed on the global attack?Nettack is a kind of target....

@ChandlerBang
Copy link
Collaborator

I think you can apply PGD attack to generate features. But currently we do not support this function.

@VaporYuJ
Copy link
Author

OK I will try
THanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants