paper-with-me

Papers

Attack Graph Convolutional Networks by Adding Fake Nodes

2018-10-25 · ICLR 2019 5 · Xiaoyun Wang, Minhao Cheng, Joe Eaton, Cho-Jui Hsieh, Felix Wu

In this paper, we study the robustness of graph convolutional networks (GCNs). Previous work have shown that GCNs are vulnerable to adversarial perturbation on adjacency or feature matrices of existing nodes; however, such attacks are usually unrealistic in real applications. For instance, in social network applications, the attacker will need to hack into either the client or server to change existing links or features. In this paper, we propose a new type of "fake node attacks" to attack GCNs by adding malicious fake nodes. This is much more realistic than previous attacks; in social network applications, the attacker only needs to register a set of fake accounts and link to existing ones. To conduct fake node attacks, a greedy algorithm is proposed to generate edges of malicious nodes and their corresponding features aiming to minimize the classification accuracy on the target nodes. In addition, we introduce a discriminator to classify malicious nodes from real nodes, and propose a Greedy-GAN attack to simultaneously update the discriminator and the attacker, to make malicious nodes indistinguishable from the real ones. Our non-targeted attack decreases the accuracy of GCN down to 0.03, and our targeted attack reaches a success rate of 78% on a group of 100 nodes, and 90% on average for attacking a single target node.

📄 PDF Abstract BibTeX arXiv:1810.10751

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음
GCN A Graph Convolutional Network, or GCN, is an approach for semi-supervised learning on graph-structured data. It is based on an efficient variant of [convolutional neural…

Similar Papers 제목 키워드 기반

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

Cluster Attack: Query-based Adversarial Attacks on Graphs with Graph-Dependent Priors

2021-09-27 · ICML Workshop AML 2021 7 · Zhengyi Wang, Zhongkai Hao, Ziqiao Wang, Hang Su 외

While deep neural networks have achieved great success in graph analysis, recent work has shown that they are vulnerable to adversarial attacks. Compared with adversarial attacks on image classification, performing adver…

Adversarial AttackClusteringGraph Clusteringimage-classification+2

GANI: Global Attacks on Graph Neural Networks via Imperceptible Node Injections

2022-10-23 · Junyuan Fang, Haixian Wen, Jiajing Wu, Qi Xuan 외

Graph neural networks (GNNs) have found successful applications in various graph-related tasks. However, recent studies have shown that many GNNs are vulnerable to adversarial attacks. In a vast majority of existing stud…

Single-Node Trigger Backdoor Attacks in Graph-Based Recommendation Systems

2025-06-10 · Runze Li, Di Jin, Xiaobao Wang, Dongxiao He 외

Graph recommendation systems have been widely studied due to their ability to effectively capture the complex interactions between users and items. However, these systems also exhibit certain vulnerabilities when faced w…

Backdoor AttackRecommendation Systems

Convolutional Networks on Enhanced Message-Passing Graph Improve Semi-Supervised Classification with Few Labels

2021-09-29 · Yu Song, Shan Lu, Dehong Qiu

Efficient message propagation is critical to node classification in sparse graph with few labels that remains largely unaddressed until now. Recently popularized Graph Convolutional Networks (GCNs) lack the ability to pr…

Graph EmbeddingNode Classification