EDoG: Adversarial Edge Detection For Graph Neural Networks
Xiaojun Xu, Yue Yu, Hanzhang Wang, Alok Lal, Carl A. Gunter, Bo Li

TL;DR
This paper introduces EDoG, a novel adversarial edge detection method for GNNs that effectively identifies malicious edges without prior knowledge of attack strategies, achieving high detection accuracy across multiple datasets.
Contribution
EDoG presents a new graph generation and link prediction-based approach for detecting adversarial edges in GNNs, independent of attack knowledge.
Findings
EDoG achieves above 0.8 AUC against unseen attacks.
It attains around 0.85 AUC when attack type is known.
EDoG outperforms traditional detection baselines.
Abstract
Graph Neural Networks (GNNs) have been widely applied to different tasks such as bioinformatics, drug design, and social networks. However, recent studies have shown that GNNs are vulnerable to adversarial attacks which aim to mislead the node or subgraph classification prediction by adding subtle perturbations. Detecting these attacks is challenging due to the small magnitude of perturbation and the discrete nature of graph data. In this paper, we propose a general adversarial edge detection pipeline EDoG without requiring knowledge of the attack strategies based on graph generation. Specifically, we propose a novel graph generation approach combined with link prediction to detect suspicious adversarial edges. To effectively train the graph generative model, we sample several sub-graphs from the given graph data. We show that since the number of adversarial edges is usually low in…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning in Materials Science · Advanced Graph Neural Networks · Adversarial Robustness in Machine Learning
