Task and Model Agnostic Adversarial Attack on Graph Neural Networks
Kartik Sharma, Samidha Verma, Sourav Medya, Arnab Bhattacharya, Sayan, Ranu

TL;DR
This paper introduces TANDIS, a novel, model and task agnostic adversarial attack method on GNNs that effectively distorts node neighborhoods to compromise predictions, outperforming existing techniques in efficiency and effectiveness.
Contribution
The paper presents TANDIS, the first neighborhood distortion attack that is both model and task agnostic, using a heuristic with GIN and deep Q-learning to efficiently attack GNNs.
Findings
TANDIS is up to 50% more effective than state-of-the-art attacks.
TANDIS is more than 1000 times faster than existing methods.
Neighborhood distortion significantly compromises GNN prediction accuracy.
Abstract
Adversarial attacks on Graph Neural Networks (GNNs) reveal their security vulnerabilities, limiting their adoption in safety-critical applications. However, existing attack strategies rely on the knowledge of either the GNN model being used or the predictive task being attacked. Is this knowledge necessary? For example, a graph may be used for multiple downstream tasks unknown to a practical attacker. It is thus important to test the vulnerability of GNNs to adversarial perturbations in a model and task agnostic setting. In this work, we study this problem and show that GNNs remain vulnerable even when the downstream task and model are unknown. The proposed algorithm, TANDIS (Targeted Attack via Neighborhood DIStortion) shows that distortion of node neighborhoods is effective in drastically compromising prediction performance. Although neighborhood distortion is an NP-hard problem,…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Advanced Graph Neural Networks · Machine Learning in Materials Science
