AHSG: Adversarial Attack on High-Level Semantics in Graph Neural Networks

Abstract

Adversarial attacks on Graph Neural Networks aim to perturb the performance of the learner by carefully modifying the graph topology and node attributes. Existing methods achieve attack stealthiness by constraining the modification budget and differences in graph properties. However, these methods typically disrupt task-relevant primary semantics directly, which results in low defensibility and detectability of the attack. In this paper, we propose an Adversarial Attack on High-level Semantics for Graph Neural Networks (AHSG), which is a graph structure attack model that ensures the retention of primary semantics. By combining latent representations with shared primary semantics, our model retains detectable attributes and relational patterns of the original graph while leveraging more subtle changes to carry out the attack. Then we use the Projected Gradient Descent algorithm to map the latent representations with attack effects to the adversarial graph. Through experiments on robust graph deep learning models equipped with defense strategies, we demonstrate that AHSG outperforms other state-of-the-art methods in attack effectiveness. Additionally, using Contextual Stochastic Block Models to detect the attacked graph further validates that our method preserves the primary semantics of the graph.

Cite

Text

Yuan et al. "AHSG: Adversarial Attack on High-Level Semantics in Graph Neural Networks." Proceedings of the 17th Asian Conference on Machine Learning, 2025.

Markdown

[Yuan et al. "AHSG: Adversarial Attack on High-Level Semantics in Graph Neural Networks." Proceedings of the 17th Asian Conference on Machine Learning, 2025.](https://mlanthology.org/acml/2025/yuan2025acml-ahsg/)

BibTeX

@inproceedings{yuan2025acml-ahsg,
  title     = {{AHSG: Adversarial Attack on High-Level Semantics in Graph Neural Networks}},
  author    = {Yuan, Kai and Zhang, Jiahao and Wang, Yidi and Xiaobing, Pei},
  booktitle = {Proceedings of the 17th Asian Conference on Machine Learning},
  year      = {2025},
  pages     = {113-128},
  volume    = {304},
  url       = {https://mlanthology.org/acml/2025/yuan2025acml-ahsg/}
}