paper-with-me

Papers

Structack: Structure-based Adversarial Attacks on Graph Neural Networks

2021-07-23 · Hussain Hussain, Tomislav Duricic, Elisabeth Lex, Denis Helic, Markus Strohmaier, Roman Kern

Recent work has shown that graph neural networks (GNNs) are vulnerable to adversarial attacks on graph data. Common attack approaches are typically informed, i.e. they have access to information about node attributes such as labels and feature vectors. In this work, we study adversarial attacks that are uninformed, where an attacker only has access to the graph structure, but no information about node attributes. Here the attacker aims to exploit structural knowledge and assumptions, which GNN models make about graph data. In particular, literature has shown that structural node centrality and similarity have a strong influence on learning with GNNs. Therefore, we study the impact of centrality and similarity on adversarial attacks on GNNs. We demonstrate that attackers can exploit this information to decrease the performance of GNNs by focusing on injecting links between nodes of low similarity and, surprisingly, low centrality. We show that structure-based uninformed attacks can approach the performance of informed attacks, while being computationally more efficient. With our paper, we present a new attack strategy on GNNs that we refer to as Structack. Structack can successfully manipulate the performance of GNNs with very limited information while operating under tight computational constraints. Our work contributes towards building more robust machine learning approaches on graphs.

📄 PDF Abstract BibTeX arXiv:2107.11327

Code (1)

sqrhussain/structack 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Graph Structure Learning for Robust Graph Neural Networks

2020-05-20 · Wei Jin, Yao Ma, Xiaorui Liu, Xianfeng Tang 외

Graph Neural Networks (GNNs) are powerful tools in representation learning for graphs. However, recent studies show that GNNs are vulnerable to carefully-crafted perturbations, called adversarial attacks. Adversarial att…

Graph Neural NetworkGraph structure learningRepresentation Learning

A Targeted Universal Attack on Graph Convolutional Network

2020-11-29 · Jiazhu Dai, Weifeng Zhu, Xiangfeng Luo

Graph-structured data exist in numerous applications in real life. As a state-of-the-art graph neural network, the graph convolutional network (GCN) plays an important role in processing graph-structured data. However, a…

Adversarial AttackGraph Neural Network

IDEA: Invariant Defense for Graph Adversarial Robustness

2023-05-25 · Shuchang Tao, Qi Cao, HuaWei Shen, Yunfan Wu 외

Despite the success of graph neural networks (GNNs), their vulnerability to adversarial attacks poses tremendous challenges for practical applications. Existing defense methods suffer from severe performance decline unde…

Adversarial Robustness

Adversarial Attacks on Locally Private Graph Neural Networks

2026-03-21 · Matta Varun, Ajay Kumar Dhakar, Yuan Hong, Shamik Sural arxiv

Graph neural network (GNN) is a powerful tool for analyzing graph-structured data. However, their vulnerability to adversarial attacks raises serious concerns, especially when dealing with sensitive information. Local Di…

Adversarial RobustnessGraph Neural NetworkGraph Learning

Adversarial Attacks on Node Embeddings via Graph Poisoning

2018-09-04 · ICLR 2019 5 · Aleksandar Bojchevski, Stephan Günnemann

The goal of network representation learning is to learn low-dimensional node embeddings that capture the graph structure and are useful for solving downstream tasks. However, despite the proliferation of such methods, th…

Representation Learning