Exploiting Meta-Learning-based Poisoning Attacks for Graph Link Prediction
Mingchen Li, Di Zhuang, Keyu Chen, Dumindu Samaraweera, Morris Chang
TL;DR
This paper addresses the vulnerability of graph link prediction to adversarial attacks by proposing an unweighted graph poisoning strategy that leverages meta-learning with weighted scheme guidance. The approach trains a surrogate model with meta-gradients to identify impactful edge modifications, applying them within a budget to distort learned representations and degrade performance. Empirical results on Cora, Twitch, and MovieLens show the method outperforms baselines, with linear-based weighting delivering the strongest attacks while maintaining covert graph changes. The work highlights significant practical implications for the robustness of link-prediction in GNNs and provides publicly available code for reproducibility.
Abstract
Link prediction in graph data uses various algorithms and Graph Nerual Network (GNN) models to predict potential relationships between graph nodes. These techniques have found widespread use in numerous real-world applications, including recommendation systems, community/social networks, and biological structures. However, recent research has highlighted the vulnerability of GNN models to adversarial attacks, such as poisoning and evasion attacks. Addressing the vulnerability of GNN models is crucial to ensure stable and robust performance in GNN applications. Although many works have focused on enhancing the robustness of node classification on GNN models, the robustness of link prediction has received less attention. To bridge this gap, this article introduces an unweighted graph poisoning attack that leverages meta-learning with weighted scheme strategies to degrade the link prediction performance of GNNs. We conducted comprehensive experiments on diverse datasets across multiple link prediction applications to evaluate the proposed method and its parameters, comparing it with existing approaches under similar conditions. Our results demonstrate that our approach significantly reduces link prediction performance and consistently outperforms other state-of-the-art baselines.
