Adversarial Attacks on Knowledge Graph Embeddings via Instance Attribution Methods
Peru Bhardwaj, John Kelleher, Luca Costabello, Declan O'Sullivan

TL;DR
This paper investigates data poisoning attacks on Knowledge Graph Embeddings, using instance attribution methods to identify influential training data, leading to more effective attacks that significantly degrade model performance.
Contribution
It introduces a novel attack strategy leveraging instance attribution to select influential triples for poisoning, outperforming existing methods in KGE security.
Findings
Proposed attacks outperform state-of-the-art methods.
Attacks cause up to 62% greater degradation in MRR.
Effective identification of influential triples for poisoning.
Abstract
Despite the widespread use of Knowledge Graph Embeddings (KGE), little is known about the security vulnerabilities that might disrupt their intended behaviour. We study data poisoning attacks against KGE models for link prediction. These attacks craft adversarial additions or deletions at training time to cause model failure at test time. To select adversarial deletions, we propose to use the model-agnostic instance attribution methods from Interpretable Machine Learning, which identify the training instances that are most influential to a neural model's predictions on test instances. We use these influential triples as adversarial deletions. We further propose a heuristic method to replace one of the two entities in each influential triple to generate adversarial additions. Our experiments show that the proposed strategies outperform the state-of-art data poisoning attacks on KGE…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Graph Neural Networks · Adversarial Robustness in Machine Learning · Topic Modeling
