paper-with-me

Papers

Adaptive Backdoor Attacks with Reasonable Constraints on Graph Neural Networks

2025-03-12 · Xuewen Dong, Jiachen Li, Shujun Li, Zhichao You, Qiang Qu, Yaroslav Kholodov, Yulong Shen

Recent studies show that graph neural networks (GNNs) are vulnerable to backdoor attacks. Existing backdoor attacks against GNNs use fixed-pattern triggers and lack reasonable trigger constraints, overlooking individual graph characteristics and rendering insufficient evasiveness. To tackle the above issues, we propose ABARC, the first Adaptive Backdoor Attack with Reasonable Constraints, applying to both graph-level and node-level tasks in GNNs. For graph-level tasks, we propose a subgraph backdoor attack independent of the graph's topology. It dynamically selects trigger nodes for each target graph and modifies node features with constraints based on graph similarity, feature range, and feature type. For node-level tasks, our attack begins with an analysis of node features, followed by selecting and modifying trigger features, which are then constrained by node similarity, feature range, and feature type. Furthermore, an adaptive edge-pruning mechanism is designed to reduce the impact of neighbors on target nodes, ensuring a high attack success rate (ASR). Experimental results show that even with reasonable constraints for attack evasiveness, our attack achieves a high ASR while incurring a marginal clean accuracy drop (CAD). When combined with the state-of-the-art defense randomized smoothing (RS) method, our attack maintains an ASR over 94%, surpassing existing attacks by more than 7%.

📄 PDF Abstract BibTeX arXiv:2503.09049

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackGraph Similarity

Methods 이 논문이 사용한 방법론

Randomized Smoothing 설명 없음

Similar Papers 제목 키워드 기반

Securing Federated Learning against Backdoor Threats with Foundation Model Integration

2024-10-23 · Xiaohuan Bi, Xi Li

Federated Learning (FL) enables decentralized model training while preserving privacy. Recently, the integration of Foundation Models (FMs) into FL has enhanced performance but introduced a novel backdoor attack mechanis…

Backdoor AttackFederated Learning

Unnoticeable Backdoor Attacks on Graph Neural Networks

2023-02-11 · Enyan Dai, Minhua Lin, Xiang Zhang, Suhang Wang

Graph Neural Networks (GNNs) have achieved promising results in various tasks such as node classification and graph classification. Recent studies find that GNNs are vulnerable to adversarial attacks. However, effective …

Backdoor AttackGraph ClassificationNode Classification

Learning to Backdoor Federated Learning

2023-03-06 · Henger Li, Chen Wu, Sencun Zhu, Zizhan Zheng

In a federated learning (FL) system, malicious participants can easily embed backdoors into the aggregated model while maintaining the model's performance on the main task. To this end, various defenses, including traini…

Backdoor AttackFederated LearningGeneral Reinforcement Learning

Beware What You Autocomplete: Forensic Attribution of Backdoored Code Completions

2026-07-09 · Anjun Gao, Yueyang Quan, Zhuqing Liu, Minghong Fang arxiv

Large language models have enabled powerful code completion systems that assist developers by predicting subsequent lines of code. However, these models remain vulnerable to backdoor attacks, where malicious fine-tuning …

Code Completion

Patcher: Post-Hoc Patching of Backdoored Large Language Models

2026-06-02 · Anjun Gao, Yueyang Quan, Yufei Xia, Zhuqing Liu 외 arxiv

Large language models remain vulnerable to jailbreak backdoor attacks, where adversaries poison safety alignment data to embed hidden triggers that bypass safety mechanisms. Existing defenses often require comprehensive …