Adaptive Multi-Space Defense Framework Against Adversarial Attacks

Abstract

Graph Neural Networks (GNNs) are vulnerable to adversarial attacks, leading to a significant performance degradation. Many current methods guide graph purification or graph structure learning through predefined robust properties. However, attackers can also apply the same constraints to these properties, rendering the defenses ineffective. This paper proposes an adaptive multi-sapce defense framework that enhances the robustness of GNNs without relying on prior knowledge. The core idea is to generate an estimated graph using clean attribute information and then apply graph convolution to both the perturbed graph and the estimated graph to obtain their respective node embeddings. Common embeddings between the estimated graph and the perturbed graph is then captured through shared parameters, and an attention mechanism is utilized to learn the weights of the three spaces. Extensive experiments demonstrate that our method extracts the information most relevant to classification performance where both attack methods and perturbation rates are unknown, resulting in significant improvements in both classification accuracy and performance stability.

Cite

Text

Yu and Yan. "Adaptive Multi-Space Defense Framework Against Adversarial Attacks." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025. doi:10.1007/978-3-032-05981-9_7

Markdown

[Yu and Yan. "Adaptive Multi-Space Defense Framework Against Adversarial Attacks." European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases, 2025.](https://mlanthology.org/ecmlpkdd/2025/yu2025ecmlpkdd-adaptive/) doi:10.1007/978-3-032-05981-9_7

BibTeX

@inproceedings{yu2025ecmlpkdd-adaptive,
  title     = {{Adaptive Multi-Space Defense Framework Against Adversarial Attacks}},
  author    = {Yu, Xiaohui and Yan, Qiao},
  booktitle = {European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases},
  year      = {2025},
  pages     = {104-118},
  doi       = {10.1007/978-3-032-05981-9_7},
  url       = {https://mlanthology.org/ecmlpkdd/2025/yu2025ecmlpkdd-adaptive/}
}