paper-with-me

홈 › Papers

Stealing Links from Graph Neural Networks

2020-05-05 · Xinlei He, Jinyuan Jia, Michael Backes, Neil Zhenqiang Gong, Yang Zhang

Graph data, such as chemical networks and social networks, may be deemed confidential/private because the data owner often spends lots of resources collecting the data or the data contains sensitive information, e.g., social relationships. Recently, neural networks were extended to graph data, which are known as graph neural networks (GNNs). Due to their superior performance, GNNs have many applications, such as healthcare analytics, recommender systems, and fraud detection. In this work, we propose the first attacks to steal a graph from the outputs of a GNN model that is trained on the graph. Specifically, given a black-box access to a GNN model, our attacks can infer whether there exists a link between any pair of nodes in the graph used to train the model. We call our attacks link stealing attacks. We propose a threat model to systematically characterize an adversary's background knowledge along three dimensions which in total leads to a comprehensive taxonomy of 8 different link stealing attacks. We propose multiple novel methods to realize these 8 attacks. Extensive experiments on 8 real-world datasets show that our attacks are effective at stealing links, e.g., AUC (area under the ROC curve) is above 0.95 in multiple cases. Our results indicate that the outputs of a GNN model reveal rich information about the structure of the graph used to train the model.

📄 PDF Abstract BibTeX arXiv:2005.02131

Code (1)

xinleihe/link_stealing_attack tf

Tasks

Fraud DetectionRecommendation Systems

Similar Papers 제목 키워드 기반

LinkThief: Combining Generalized Structure Knowledge with Node Similarity for Link Stealing Attack against GNN

2024-10-01 · Yuxing Zhang, Siyuan Meng, Chunchun Chen, Mengyao Peng 외

Graph neural networks(GNNs) have a wide range of applications in multimedia.Recent studies have shown that Graph neural networks(GNNs) are vulnerable to link stealing attacks,which infers the existence of edges in the ta…

GRID: Protecting Training Graph from Link Stealing Attacks on GNN Models

2025-01-19 · Jiadong Lou, Xu Yuan, Rui Zhang, Xingliang Yuan 외

Graph neural networks (GNNs) have exhibited superior performance in various classification tasks on graph-structured data. However, they encounter the potential vulnerability from the link stealing attacks, which can inf…

Prediction

Node Injection Link Stealing Attack

2023-07-25 · Oualid Zari, Javier Parra-Arnau, Ayşe Ünsal, Melek Önen

In this paper, we present a stealthy and effective attack that exposes privacy vulnerabilities in Graph Neural Networks (GNNs) by inferring private links within graph-structured data. Focusing on the inductive setting wh…

Privacy Preserving

LPGNet: Link Private Graph Networks for Node Classification

2022-05-06 · Aashish Kolluri, Teodora Baluta, Bryan Hooi, Prateek Saxena

Classification tasks on labeled graph-structured data have many important applications ranging from social recommendation to financial modeling. Deep neural networks are increasingly being used for node classification on…

ClassificationNode Classification

Large Language Models for Link Stealing Attacks Against Graph Neural Networks

2024-06-22 · Faqian Guan, Tianqing Zhu, Hui Sun, Wanlei Zhou 외

Graph data contains rich node features and unique edge information, which have been applied across various domains, such as citation networks or recommendation systems. Graph Neural Networks (GNNs) are specialized for ha…

Recommendation Systems