Stealthy Yet Effective: Distribution-Preserving Backdoor Attacks on Graph Classification

Di Jin · Bingdao Feng (Tianjin University) · Xiaobao Wang (Tianjin University) · Dongxiao He (Jilin University, China) · Ruoxiao Sun (Tianjin University) · Yujun Zhang (Tianjin University) · Luzhi Wang (Dalian Martime University)
adversarial traininganomaly detectionanomaly-aware discriminatorsattack successbackdoor attacksclean-label backdoordetectabilitygraph classificationgraph neural networkslabel flippinglink predictionnode classificationsemantic deviationstructural deviationsubgraph triggers

Graph Neural Networks (GNNs) have demonstrated strong performance across tasks such as node classification, link prediction, and graph classification, but remain vulnerable to backdoor attacks that implant imperceptible triggers during training to control predictions. While node-level attacks exploit local message passing, graph-level attacks face the harder challenge of manipulating global representations while maintaining stealth. We identify two main sources of anomaly in existing graph classification backdoor methods: structural deviation from rare subgraph triggers and semantic deviation caused by label flipping, both of which make poisoned graphs easily detectable by anomaly detection models. To address this, we propose DPSBA, a clean-label backdoor framework that learns in-distribution triggers via adversarial training guided by anomaly-aware discriminators. DPSBA effectively suppresses both structural and semantic anomalies, achieving high attack success while significantly improving stealth. Extensive experiments on real-world datasets validate that DPSBA achieves a superior balance between effectiveness and detectability compared to state-of-the-art baselines. The code is available at https://github.com/TheCoderOfs/DPSBA.