TL;DR
This paper introduces PA-GNN, a novel method that enhances GNN robustness against poisoning attacks by leveraging clean graphs and a meta-optimization process to detect and mitigate adversarial edges.
Contribution
The paper proposes PA-GNN, a new approach that uses clean graphs and meta-optimization to improve GNN robustness against poisoning attacks, addressing limitations of prior methods.
Findings
PA-GNN significantly improves robustness against poisoning attacks.
Experimental results on four datasets validate effectiveness.
PA-GNN outperforms existing defense methods.
Abstract
Graph neural networks (GNNs) are widely used in many applications. However, their robustness against adversarial attacks is criticized. Prior studies show that using unnoticeable modifications on graph topology or nodal features can significantly reduce the performances of GNNs. It is very challenging to design robust graph neural networks against poisoning attack and several efforts have been taken. Existing work aims at reducing the negative impact from adversarial edges only with the poisoned graph, which is sub-optimal since they fail to discriminate adversarial edges from normal ones. On the other hand, clean graphs from similar domains as the target poisoned graph are usually available in the real world. By perturbing these clean graphs, we create supervised knowledge to train the ability to detect adversarial edges so that the robustness of GNNs is elevated. However, such…
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
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
