paper-with-me

Papers

Dyn-Backdoor: Backdoor Attack on Dynamic Link Prediction

2021-10-08 · Jinyin Chen, Haiyang Xiong, Haibin Zheng, Jian Zhang, Guodong Jiang, Yi Liu

Dynamic link prediction (DLP) makes graph prediction based on historical information. Since most DLP methods are highly dependent on the training data to achieve satisfying prediction performance, the quality of the training data is crucial. Backdoor attacks induce the DLP methods to make wrong prediction by the malicious training data, i.e., generating a subgraph sequence as the trigger and embedding it to the training data. However, the vulnerability of DLP toward backdoor attacks has not been studied yet. To address the issue, we propose a novel backdoor attack framework on DLP, denoted as Dyn-Backdoor. Specifically, Dyn-Backdoor generates diverse initial-triggers by a generative adversarial network (GAN). Then partial links of the initial-triggers are selected to form a trigger set, according to the gradient information of the attack discriminator in the GAN, so as to reduce the size of triggers and improve the concealment of the attack. Experimental results show that Dyn-Backdoor launches successful backdoor attacks on the state-of-the-art DLP models with success rate more than 90%. Additionally, we conduct a possible defense against Dyn-Backdoor to testify its resistance in defensive settings, highlighting the needs of defenses for backdoor attacks on DLP.

📄 PDF Abstract BibTeX arXiv:2110.03875

Code (0)

등록된 구현이 없습니다.

Tasks

Backdoor AttackDynamic Link PredictionGenerative Adversarial NetworkLink PredictionPrediction

Similar Papers 제목 키워드 기반

Link-Backdoor: Backdoor Attack on Link Prediction via Node Injection

2022-08-14 · Haibin Zheng, Haiyang Xiong, Haonan Ma, Guohan Huang 외

Link prediction, inferring the undiscovered or potential links of the graph, is widely applied in the real-world. By facilitating labeled links of the graph as the training data, numerous deep learning based link predict…

Backdoor AttackLink PredictionPrediction

Effective backdoor attack on graph neural networks in link prediction tasks

2024-01-05 · Jiazhu Dai, Haoyu Sun

Graph Neural Networks (GNNs) are a class of deep learning models capable of processing graph-structured data, and they have demonstrated significant performance in a variety of real-world applications. Recent studies hav…

Backdoor AttackGraph ClassificationLink PredictionNode Classification

Towards Effective, Stealthy, and Persistent Backdoor Attacks Targeting Graph Foundation Models

2025-11-22 · Jiayi Luo, Qingyun Sun, Lingjuan Lyu, Ziwei Zhang 외 arxiv

Graph Foundation Models (GFMs) are pre-trained on diverse source domains and adapted to unseen targets, enabling broad generalization for graph machine learning. Despite that GFMs have attracted considerable attention re…

End-to-End Anti-Backdoor Learning on Images and Time Series

2024-01-06 · Yujing Jiang, Xingjun Ma, Sarah Monazam Erfani, Yige Li 외

Backdoor attacks present a substantial security concern for deep learning models, especially those utilized in applications critical to safety and security. These attacks manipulate model behavior by embedding a hidden t…

image-classificationImage ClassificationTime Series

DemonAgent: Dynamically Encrypted Multi-Backdoor Implantation Attack on LLM-based Agent

2025-02-18 · Pengyu Zhu, Zhenhong Zhou, Yuanhe Zhang, Shilinlu Yan 외

As LLM-based agents become increasingly prevalent, backdoors can be implanted into agents through user queries or environment feedback, raising critical concerns regarding safety vulnerabilities. However, backdoor attack…