paper-with-me

Papers

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, Jun Zhu

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 adversarial attacks on graphs is more challenging because of the discrete and non-differential nature of the adjacent matrix for a graph. In this work, we propose Cluster Attack -- a Graph Injection Attack (GIA) on node classification, which injects fake nodes into the original graph to degenerate the performance of graph neural networks (GNNs) on certain victim nodes while affecting the other nodes as little as possible. We demonstrate that a GIA problem can be equivalently formulated as a graph clustering problem; thus, the discrete optimization problem of the adjacency matrix can be solved in the context of graph clustering. In particular, we propose to measure the similarity between victim nodes by a metric of Adversarial Vulnerability, which is related to how the victim nodes will be affected by the injected fake node, and to cluster the victim nodes accordingly. Our attack is performed in a practical and unnoticeable query-based black-box manner with only a few nodes on the graphs that can be accessed. Theoretical analysis and extensive experiments demonstrate the effectiveness of our method by fooling the node classifiers with only a small number of queries.

📄 PDF Abstract BibTeX arXiv:2109.13069

Code (1)

thuwzy/Cluster-Attack 공식 구현 pytorch

Tasks

Adversarial AttackClusteringGraph Clusteringimage-classificationImage ClassificationNode Classification

Similar Papers 제목 키워드 기반

Large-Scale Adversarial Attacks on Graph Neural Networks via Graph Coarsening

2021-09-29 · Jianfu Zhang, Yan Hong, Liqing Zhang, Qibin Zhao

Graph Neural Networks (GNNs) are fragile to adversarial attacks. However, existing state-of-the-art adversarial attack methods against GNNs are typically constrained by the graph's scale, failing to attack large graphs e…

Adversarial Attack

On the Robustness of Deep Clustering Models: Adversarial Attacks and Defenses

2022-10-04 · Anshuman Chhabra, Ashwin Sekhari, Prasant Mohapatra

Clustering models constitute a class of unsupervised machine learning methods which are used in a number of application pipelines, and play a vital role in modern data science. With recent advancements in deep learning -…

ClusteringDeep ClusteringFace Clustering

Text Adversarial Attacks with Dynamic Outputs

2025-09-26 · Wenqiang Wang, Siyuan Liang, Xiao Yan, Xiaochun Cao arxiv

Text adversarial attack methods are typically designed for static scenarios with fixed numbers of output labels and a predefined label space, relying on extensive querying of the victim model (query-based attacks) or the…

Adversarial Attack

Mitigating Evasion Attacks in Fog Computing Resource Provisioning Through Proactive Hardening

2026-03-26 · Younes Salmi, Hanna Bogucka arxiv

This paper investigates the susceptibility to model integrity attacks that overload virtual machines assigned by the k-means algorithm used for resource provisioning in fog networks. The considered k-means algorithm runs…

AdvQDet: Detecting Query-Based Adversarial Attacks with Adversarial Contrastive Prompt Tuning

2024-08-04 · Xin Wang, Kai Chen, Xingjun Ma, Zhineng Chen 외

Deep neural networks (DNNs) are known to be vulnerable to adversarial attacks even under a black-box setting where the adversary can only query the model. Particularly, query-based black-box adversarial attacks estimate …