paper-with-me

홈 › Papers

Bandits for Structure Perturbation-based Black-box Attacks to Graph Neural Networks with Theoretical Guarantees

2022-05-07 · CVPR 2022 1 · Binghui Wang, Youqi Li, Pan Zhou

Graph neural networks (GNNs) have achieved state-of-the-art performance in many graph-based tasks such as node classification and graph classification. However, many recent works have demonstrated that an attacker can mislead GNN models by slightly perturbing the graph structure. Existing attacks to GNNs are either under the less practical threat model where the attacker is assumed to access the GNN model parameters, or under the practical black-box threat model but consider perturbing node features that are shown to be not enough effective. In this paper, we aim to bridge this gap and consider black-box attacks to GNNs with structure perturbation as well as with theoretical guarantees. We propose to address this challenge through bandit techniques. Specifically, we formulate our attack as an online optimization with bandit feedback. This original problem is essentially NP-hard due to the fact that perturbing the graph structure is a binary optimization problem. We then propose an online attack based on bandit optimization which is proven to be {sublinear} to the query number $T$, i.e., $\mathcal{O}(\sqrt{N}T^{3/4})$ where $N$ is the number of nodes in the graph. Finally, we evaluate our proposed attack by conducting experiments over multiple datasets and GNN models. The experimental results on various citation graphs and image graphs show that our attack is both effective and efficient. Source code is available at~\url{https://github.com/Metaoblivion/Bandit_GNN_Attack}

📄 PDF Abstract BibTeX arXiv:2205.03546

Code (1)

metaoblivion/bandit_gnn_attack 공식 구현 pytorch

Tasks

Graph ClassificationNode Classification

Similar Papers 제목 키워드 기반

Bandits for Black-box Attacks to Graph Neural Networks with Structure Perturbation

2021-09-29 · Binghui Wang, Youqi Li, Pan Zhou

Graph neural networks (GNNs) have achieved state-of-the-art performance in many graph-based tasks such as node classification and graph classification. However, many recent works have demonstrated that an attacker can mi…

Graph ClassificationNode Classification

Blackknife: Hard-Label Query-Limited Black-Box Attacks on Heterogeneous Graph Neural Networks

2026-06-28 · Honglin Gao, Junhao Ren, Lan Zhao, Yue Yang 외 arxiv

Heterogeneous graph neural networks (HGNNs) have achieved strong performance in modeling complex graph-structured data with multiple node and relation types. However, their robustness under realistic black-box adversaria…

Opportunistic Target Selection: Early Directional Commitment for Query-Efficient Black-Box Adversarial Attacks

2026-05-25 · Florent Tariolle, Florian Yger arxiv

Black-box adversarial attacks that minimize only the ground-truth confidence suffer from class drift: perturbations wander through the feature space without committing to a specific adversarial class, wasting queries on …

Learning to Attack: A Bandit Approach to Adversarial Context Poisoning

2026-02-28 · Ray Telikani, Amir H. Gandomi arxiv

Neural contextual bandits are vulnerable to adversarial attacks, where subtle perturbations to rewards, actions, or contexts induce suboptimal decisions. We introduce AdvBandit, a black-box adaptive attack that formulate…

Reinforcement Learning

Perception Improvement for Free: Exploring Imperceptible Black-box Adversarial Attacks on Image Classification

2020-10-30 · Yongwei Wang, Mingquan Feng, Rabab Ward, Z. Jane Wang 외

Deep neural networks are vulnerable to adversarial attacks. White-box adversarial attacks can fool neural networks with small adversarial perturbations, especially for large size images. However, keeping successful adver…

Adversarial AttackGeneral Classificationimage-classificationImage Classification