Adversarial Attacks on Graphs by Adding Fake Nodes

Yu Chen,Zhiling Luo,Sha Zhao,Ying Li,Jianwei Yin
2020-01-01
Abstract:Deep neural network models for graph structures have achieved great performance on many tasks, e.g. node classification and link prediction. Despite the success on performance, deep neural network models’ robustness has attracted much attention in recent years. Previous researches have shown that these models can be attacked by manipulating existing edges and features. Changing the edges and features, however, is hard in practice due to the restrict security policies. We witness that adding fake nodes is a more accessible way to attack the models. In this work, we study the adversarial attacks on graph structures by adding fake nodes to change the classification result on the target node. We propose a reinforcement learning method, g-Faker, for black-box attack, and a gradient-based greedy method, GradAtt, for white-box attack, both of which are designed to add fake nodes to graphs. The experimental results on multiple datasets demonstrate the effectiveness and the transferability of our methods.
What problem does this paper attempt to address?