MADE: Graph Backdoor Defense with Masked Unlearning
Xiao Lin, Mingjie Li, Yisen Wang

TL;DR
This paper introduces MADE, a novel graph backdoor defense method that uses masked unlearning to effectively reduce attack success rates while preserving classification accuracy in GNNs.
Contribution
MADE is the first to propose a masked unlearning approach specifically designed for defending GNNs against backdoor attacks, addressing limitations of image-based defenses.
Findings
MADE significantly lowers backdoor attack success rates.
MADE maintains high classification accuracy.
Extensive experiments validate MADE's effectiveness across various tasks.
Abstract
Graph Neural Networks (GNNs) have garnered significant attention from researchers due to their outstanding performance in handling graph-related tasks, such as social network analysis, protein design, and so on. Despite their widespread application, recent research has demonstrated that GNNs are vulnerable to backdoor attacks, implemented by injecting triggers into the training datasets. Trained on the poisoned data, GNNs will predict target labels when attaching trigger patterns to inputs. This vulnerability poses significant security risks for applications of GNNs in sensitive domains, such as drug discovery. While there has been extensive research into backdoor defenses for images, strategies to safeguard GNNs against such attacks remain underdeveloped. Furthermore, we point out that conventional backdoor defense methods designed for images cannot work well when directly implemented…
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
TopicsSoftware Testing and Debugging Techniques · Advanced Malware Detection Techniques · Model-Driven Software Engineering Techniques
MethodsSoftmax · Attention Is All You Need
