paper-with-me

홈 › Papers

A Hard Label Black-box Adversarial Attack Against Graph Neural Networks

2021-08-21 · Jiaming Mu, Binghui Wang, Qi Li, Kun Sun, Mingwei Xu, Zhuotao Liu

Graph Neural Networks (GNNs) have achieved state-of-the-art performance in various graph structure related tasks such as node classification and graph classification. However, GNNs are vulnerable to adversarial attacks. Existing works mainly focus on attacking GNNs for node classification; nevertheless, the attacks against GNNs for graph classification have not been well explored. In this work, we conduct a systematic study on adversarial attacks against GNNs for graph classification via perturbing the graph structure. In particular, we focus on the most challenging attack, i.e., hard label black-box attack, where an attacker has no knowledge about the target GNN model and can only obtain predicted labels through querying the target model.To achieve this goal, we formulate our attack as an optimization problem, whose objective is to minimize the number of edges to be perturbed in a graph while maintaining the high attack success rate. The original optimization problem is intractable to solve, and we relax the optimization problem to be a tractable one, which is solved with theoretical convergence guarantee. We also design a coarse-grained searching algorithm and a query-efficient gradient computation algorithm to decrease the number of queries to the target GNN model. Our experimental results on three real-world datasets demonstrate that our attack can effectively attack representative GNNs for graph classification with less queries and perturbations. We also evaluate the effectiveness of our attack under two defenses: one is well-designed adversarial graph detector and the other is that the target GNN model itself is equipped with a defense to prevent adversarial graph generation. Our experimental results show that such defenses are not effective enough, which highlights more advanced defenses.

📄 PDF Abstract BibTeX arXiv:2108.09513

Code (0)

등록된 구현이 없습니다.

Tasks

Adversarial AttackClassificationGraph ClassificationGraph GenerationNode Classification

Similar Papers 제목 키워드 기반

TextDecepter: Hard Label Black Box Attack on Text Classifiers

2020-08-16 · Sachin Saxena

Machine learning has been proven to be susceptible to carefully crafted samples, known as adversarial examples. The generation of these adversarial examples helps to make the models more robust and gives us an insight in…

Decision MakingSentiment Analysis

TextDecepter: Hard Label Black Box Attack on Text Classification

2020-10-02 · Anonymous

Machine learning has been proven to be susceptible to carefully crafted samples, known as adversarial examples. The generation of these adversarial examples helps to make the models more robust and gives us an insight in…

ClassificationDecision MakingSentiment Analysistext-classification+1

Query-Efficient Hard-Label Black-Box Attack against Vision Transformers

2024-06-29 · Chao Zhou, Xiaowen Shi, Yuan-Gen Wang

Recent studies have revealed that vision transformers (ViTs) face similar security risks from adversarial attacks as deep convolutional neural networks (CNNs). However, directly applying attack methodology on CNNs to ViT…

Adversarial Attack

Simple and Efficient Hard Label Black-box Adversarial Attacks in Low Query Budget Regimes

2020-07-13 · Satya Narayan Shukla, Anit Kumar Sahu, Devin Willmott, J. Zico Kolter

We focus on the problem of black-box adversarial attacks, where the aim is to generate adversarial examples for deep learning models solely based on information limited to output label~(hard label) to a queried data inpu…

Bayesian Optimization

Gradient-based Adversarial Attacks against Text Transformers

2021-04-15 · EMNLP 2021 11 · Chuan Guo, Alexandre Sablayrolles, Hervé Jégou, Douwe Kiela

We propose the first general-purpose gradient-based attack against transformer models. Instead of searching for a single adversarial example, we search for a distribution of adversarial examples parameterized by a contin…