Resisting Graph Adversarial Attack via Cooperative Homophilous Augmentation

Abstract

Recent studies show that Graph Neural Networks (GNNs) are vulnerable and easily fooled by small perturbations, which has raised considerable concerns for adapting GNNs in various safety-critical applications. In this work, we focus on the emerging but critical attack, namely, Graph Injection Attack (GIA), in which the adversary poisons the graph by injecting fake nodes instead of modifying existing structures or node attributes. Inspired by findings that the adversarial attacks are related to the increased heterophily on perturbed graphs (the adversary tends to connect dissimilar nodes), we propose a general defense framework CHAGNN against GIA through cooperative homophilous augmentation of graph data and model. Specifically, the model generates pseudo-labels for unlabeled nodes in each round of training to reduce heterophilous edges of nodes with distinct labels. The cleaner graph is fed back to the model, producing more informative pseudo-labels. In such an iterative manner, model robustness is then promisingly enhanced. We present the theoretical analysis of the effect of homophilous augmentation and provide the guarantee of the proposal’s validity. Experimental results empirically demonstrate the effectiveness of CHAGNN in comparison with recent state-of-the-art defense methods on diverse real-world datasets.

Cite

Text

Zhu et al. "Resisting Graph Adversarial Attack via Cooperative Homophilous Augmentation." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022. doi:10.1007/978-3-031-26409-2_16

Markdown

[Zhu et al. "Resisting Graph Adversarial Attack via Cooperative Homophilous Augmentation." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2022.](https://mlanthology.org/ecmlpkdd/2022/zhu2022ecmlpkdd-resisting/) doi:10.1007/978-3-031-26409-2_16

BibTeX

@inproceedings{zhu2022ecmlpkdd-resisting,
  title     = {{Resisting Graph Adversarial Attack via Cooperative Homophilous Augmentation}},
  author    = {Zhu, Zhihao and Wu, Chenwang and Zhou, Min and Liao, Hao and Lian, Defu and Chen, Enhong},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2022},
  pages     = {251-268},
  doi       = {10.1007/978-3-031-26409-2_16},
  url       = {https://mlanthology.org/ecmlpkdd/2022/zhu2022ecmlpkdd-resisting/}
}