SYNTOLOGY HomeExplorerAtlasCodeMethodologyAboutDevelopersFeedPricing
Paper · 2411.03663 · NeurIPS · 2024

Can Graph Neural Networks Expose Training Data Properties? An Efficient Risk Assessment Approach

Jiarong Xu, Yang Yang, Mingli Song, Chunping Wang, Hanyang Yuan, Renhong Huang

arXiv · PDF · Open in the Atlas

Code that ran

We lifted 4 functions out of this paper's own repositories and ran 4 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.

RepositoryRoleRan
zjunet/GPIA_NIPS — 4 of 4
FunctionStatusWhere it lives
_autograd_grad Ran zjunet/GPIA_NIPS/utils/cg.py
pointer only (licence: NONE) · get_code("3f3cfab762d4e200")
_fill_in_zeros Ran zjunet/GPIA_NIPS/utils/cg.py
pointer only (licence: NONE) · get_code("c08b2333b2512f6c")
_grad_postprocess Ran zjunet/GPIA_NIPS/utils/cg.py
pointer only (licence: NONE) · get_code("44fb24478c2316e8")
hessian_vector_product Ran zjunet/GPIA_NIPS/utils/cg.py
pointer only (licence: NONE) · get_code("768462724bfa006f")

Repositories linked to this paper

Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.

Abstract

Graph neural networks (GNNs) have attracted considerable attention due to their diverse applications. However, the scarcity and quality limitations of graph data present challenges to their training process in practical settings. To facilitate the development of effective GNNs, companies and researchers often seek external collaboration. Yet, directly sharing data raises privacy concerns, motivating data owners to train GNNs on their private graphs and share the trained models. Unfortunately, these models may still inadvertently disclose sensitive properties of their training graphs (e.g., average default rate in a transaction network), leading to severe consequences for data owners. In this work, we study graph property inference attack to identify the risk of sensitive property information leakage from shared models. Existing approaches typically train numerous shadow models for developing such attack, which is computationally intensive and impractical. To address this issue, we propose an efficient graph property inference attack by leveraging model approximation techniques. Our method only requires training a small set of models on graphs, while generating a sufficient number of approximated shadow models for attacks. To enhance diversity while reducing errors in the approximated models, we apply edit distance to quantify the diversity within a group of approximated models and introduce a theoretically guaranteed criterion to evaluate each model's error. Subsequently, we propose a novel selection mechanism to ensure that the retained approximated models achieve high diversity and low error. Extensive experiments across six real-world scenarios demonstrate our method's substantial improvement, with average increases of 2.7% in attack accuracy and 4.1% in ROC-AUC, while being 6.5× faster compared to the best baseline.

For agents

The same record, over MCP at https://syntology.ai/mcp:

get_harvested_code_for_paper("2411.03663")
get_code_for_paper("2411.03663")
have("2411.03663")

Connect an agent — have() is free.