This repository aims to provide links to work about adversarial robustness and privacy security on the Graph-based recommendation system.
- 1. Survey Papers
- 2. Graph-based recommendation system Papers
- 3. Adversarial robustness Papers
- 4. Privacy attack on Graph-based recommendation system Papers
- 5. Differential privacy on Graph-based recommendation system Papers
- 6. Federated learning on Graph-based recommendation system Papers
Github Repository: DeepRobust (https://github.com/DSE-MSU/DeepRobust)
Corresponding paper: DeepRobust: A PyTorch Library for Adversarial Attacks and Defenses. [paper][documentation]
- Adversarial Attacks and Defenses on Graphs: A Review and Empirical Study. SIGKDD Explorations 2020. [paper] [code]
- A Comprehensive Survey on Trustworthy Recommender Systems. WWW, Tutorial 2023. [paper] [tutorial]
- Adversarial attack and defense on graph data: A survey. IEEE Transactions on Knowledge and Data Engineering, 2022. [paper]
- Inductive Representation Learning on Large Graphs SIGIR 2017. [paper] [code]
- Lightgcn: Simplifying and powering graph convolution network for recommendation. SIGIR 2020. [paper] [code]
- Poisoning attacks to graph-based recommender systems. ACSAC 2018. [paper]
- Adversarial attacks on neural networks for graph data. KDD 2018. [paper] [code]
- Learning to Deceive Knowledge Graph Augmented Models via Targeted Perturbation. ICLR 2021. [paper] [code]
- Revisiting Item Promotion in GNN-Based Collaborative Filtering: A Masked Targeted Topological Attack Perspective. AAAI 2023. [paper]
- Targeted Shilling Attacks on GNN-based Recommender Systems. CIKM 2023 [paper]
- An Adaptive Data Poisoning Framework for Attacking Black-box Recommender Systems. ICDE 2020. [paper]
- Knowledge-enhanced Black-box Attacks for Recommendations. KDD 2022. [paper] [slide]
- Debiasing Learning for Membership Inference Attacks Against Recommender Systems. KDD 2022. [paper] [code]
- Adversary for Social Good: Leveraging Adversarial Attacks to Protect Personal Attribute Privacy. SecureComm 2022. [paper]
- Poisoning GNN-based Recommender Systems with Generative Surrogate-based Attacks. ACM TIS [paper]
- Gcn-based user representation learning for unifying robust recommendation and fraudster detection. SIGIR 2020 [paper] [code]
- Adversarial graph perturbations for recommendations at scale. SIGIR 2022 [paper]
- Anti-FakeU: Defending Shilling Attacks on Graph Neural Network based Recommender Model. www 2023 [paper]
- On the Vulnerability of Graph Learning based Collaborative Filtering. ACM Transactions on Information Systems [paper]
- Data Poisoning Attacks on Graph Convolutional Matrix Completion. ICA3PP 2019 [paper])
- FRAUDRE: Fraud Detection Dual-Resistant to Graph Inconsistency and Imbalance. ICDM 2021 [paper] [code]
- Graph embedding for recommendation against attribute inference attacks. WWW 2021. [paper]
- Black-box attacks on sequential recommenders via data-free model extraction. RecSys 2021. [paper] [code]
- Membership Inference Attacks Against Robust Graph Neural Network. CSS 2022 [paper]