paper-with-me

Papers

Transferring Robustness for Graph Neural Network Against Poisoning Attacks

2019-08-20 · Xianfeng Tang, Yandong Li, Yiwei Sun, Huaxiu Yao, Prasenjit Mitra, Suhang Wang

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 potential for clean graphs is neglected by existing work. To this end, we investigate a novel problem of improving the robustness of GNNs against poisoning attacks by exploring clean graphs. Specifically, we propose PA-GNN, which relies on a penalized aggregation mechanism that directly restrict the negative impact of adversarial edges by assigning them lower attention coefficients. To optimize PA-GNN for a poisoned graph, we design a meta-optimization algorithm that trains PA-GNN to penalize perturbations using clean graphs and their adversarial counterparts, and transfers such ability to improve the robustness of PA-GNN on the poisoned graph. Experimental results on four real-world datasets demonstrate the robustness of PA-GNN against poisoning attacks on graphs. Code and data are available here: https://github.com/tangxianfeng/PA-GNN.

📄 PDF Abstract BibTeX arXiv:1908.07558

Code (1)

tangxianfeng/PA-GNN 공식 구현 tf

Tasks

Graph Neural NetworkNode ClassificationTransfer Learning

Similar Papers 제목 키워드 기반

Deterministic Certification of Graph Neural Networks against Graph Poisoning Attacks with Arbitrary Perturbations

2025-03-24 · CVPR 2025 1 · Jiate Li, Meng Pang, Yun Dong, Binghui Wang

Graph neural networks (GNNs) are becoming the de facto method to learn on the graph data and have achieved the state-of-the-art on node and graph classification tasks. However, recent works show GNNs are vulnerable to tr…

Graph Classification

Uncertainty-Matching Graph Neural Networks to Defend Against Poisoning Attacks

2020-09-30 · Uday Shankar Shanthamallu, Jayaraman J. Thiagarajan, Andreas Spanias

Graph Neural Networks (GNNs), a generalization of neural networks to graph-structured data, are often implemented using message passes between entities of a graph. While GNNs are effective for node classification, link p…

Graph ClassificationLink PredictionNode Classification

Not All Low-Pass Filters are Robust in Graph Convolutional Networks

2021-12-01 · NeurIPS 2021 12 · Heng Chang, Yu Rong, Tingyang Xu, Yatao Bian 외

Graph Convolutional Networks (GCNs) are promising deep learning approaches in learning representations for graph-structured data. Despite the proliferation of such methods, it is well known that they are vulnerable to ca…

All

Node-aware Bi-smoothing: Certified Robustness against Graph Injection Attacks

2023-12-07 · Yuni Lai, Yulin Zhu, Bailin Pan, Kai Zhou

Deep Graph Learning (DGL) has emerged as a crucial technique across various domains. However, recent studies have exposed vulnerabilities in DGL models, such as susceptibility to evasion and poisoning attacks. While empi…

Graph LearningNode ClassificationRecommendation Systems

Provable Robustness of (Graph) Neural Networks Against Data Poisoning and Backdoor Attacks

2024-07-15 · Lukas Gosch, Mahalakshmi Sabanayagam, Debarghya Ghoshdastidar, Stephan Günnemann

Generalization of machine learning models can be severely compromised by data poisoning, where adversarial changes are applied to the training data. This vulnerability has led to interest in certifying (i.e., proving) th…

Bilevel OptimizationData Poisoning