paper-with-me

Papers

Stealing Training Graphs from Graph Neural Networks

2024-11-17 · Minhua Lin, Enyan Dai, Junjie Xu, Jinyuan Jia, Xiang Zhang, Suhang Wang

Graph Neural Networks (GNNs) have shown promising results in modeling graphs in various tasks. The training of GNNs, especially on specialized tasks such as bioinformatics, demands extensive expert annotations, which are expensive and usually contain sensitive information of data providers. The trained GNN models are often shared for deployment in the real world. As neural networks can memorize the training samples, the model parameters of GNNs have a high risk of leaking private training data. Our theoretical analysis shows the strong connections between trained GNN parameters and the training graphs used, confirming the training graph leakage issue. However, explorations into training data leakage from trained GNNs are rather limited. Therefore, we investigate a novel problem of stealing graphs from trained GNNs. To obtain high-quality graphs that resemble the target training set, a graph diffusion model with diffusion noise optimization is deployed as a graph generator. Furthermore, we propose a selection method that effectively leverages GNN model parameters to identify training graphs from samples generated by the graph diffusion model. Extensive experiments on real-world datasets demonstrate the effectiveness of the proposed framework in stealing training graphs from the trained GNN.

📄 PDF Abstract BibTeX arXiv:2411.11197

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

How Explanations Leak the Decision Logic: Stealing Graph Neural Networks via Explanation Alignment

2025-06-03 · Bin Ma, Yuyuan Feng, Minhua Lin, Enyan Dai

Graph Neural Networks (GNNs) have become essential tools for analyzing graph-structured data in domains such as drug discovery and financial analysis, leading to growing demands for model transparency. Recent advances in…

Data AugmentationDrug DiscoveryFinancial Analysis

Model Stealing Attacks Against Inductive Graph Neural Networks

2021-12-15 · Yun Shen, Xinlei He, Yufei Han, Yang Zhang

Many real-world data come in the form of graphs. Graph neural networks (GNNs), a new family of machine learning (ML) models, have been proposed to fully leverage graph data to build powerful applications. In particular, …

model

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

Link Stealing Attacks Against Inductive Graph Neural Networks

2024-05-09 · Yixin Wu, Xinlei He, Pascal Berrang, Mathias Humbert 외

A graph neural network (GNN) is a type of neural network that is specifically designed to process graph-structured data. Typically, GNNs can be implemented in two settings, including the transductive setting and the indu…

Graph Neural Network

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