{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/arxiv-2605-12827","title":"GraphIP-Bench: How Hard Is It to Steal a Graph Neural Network, and Can We Stop It?","arxiv_id":"2605.12827","date":"2026-05-12","proceeding":null,"authors":["Kaixiang Zhao","Bolin Shen","Yuyang Dai","Shayok Chakraborty","Yushun Dong"],"abstract":"Graph neural networks (GNNs) deployed as cloud services can be stolen through model-extraction attacks, which train a surrogate from query responses to reproduce the target's behavior, and a growing line of ownership defenses tries to prevent or trace such theft. This paper asks two questions: how hard is it to steal a GNN, and can we stop it? Prior work cannot answer either, because experiments use inconsistent datasets, threat models, and metrics. We introduce GraphIP-Bench, a unified benchmark that evaluates both sides under a single black-box protocol. GraphIP-Bench integrates twelve extraction attacks, twelve defenses spanning watermarking, output perturbation, and query-pattern detection, ten public graphs covering homophilic, heterophilic, and large-scale regimes, three GNN backbones, and three graph-learning tasks. It reports fidelity, task utility, ownership verification, and computational cost on shared splits, queries, and budgets. We further add a joint attack-and-defense track that runs every attack on every defended target and measures watermark verification on the resulting surrogate, exposing how much protection a defense retains after extraction. The empirical picture is clear: stealing a GNN is easy at medium query budgets and most defenses do not change this; several watermarks verify reliably on the protected model but lose most of their verification signal on the extracted surrogate, exposing a gap that single-model evaluations miss; and heterophilic graphs are systematically harder to steal, while a cross-architecture mismatch between target and surrogate reduces but does not prevent extraction. We release GraphIP-Bench with reproducible scripts and configurations, and integrate the attacks and defenses into the PyGIP library. Code: https://github.com/LabRAI/GraphIP-Bench. Library: https://labrai.github.io/PyGIP/index.html.","url_abs":"https://arxiv.org/abs/2605.12827","url_pdf":"https://arxiv.org/pdf/2605.12827","source":{"archive":null,"snapshot":"2025-07-28","note":"not in the Papers with Code archive (frozen at the snapshot)","row_kind":"graph","title_abstract_authors_date":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)"},"code_links":[],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2605.12827","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2605.12827"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"mentioned_in_github":null,"is_official":null,"provenance":"deterministic:regex_extraction","mentioned_in_paper":null,"url":"https://github.com/LabRAI/GraphIP-Bench","reach":null}],"summary":{"ran":4,"unverified":1},"by_repo_kind":{"found_in_text":{"samples":5,"ran":4,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"9be58a337ab1cb3c","entry":"generate_trigger_graph","repo":"LabRAI/GraphIP-Bench","repo_kind":"found_in_text","path":"pygip/models/defense/ImperceptibleWM.py","file_url":"https://github.com/LabRAI/GraphIP-Bench/blob/HEAD/pygip/models/defense/ImperceptibleWM.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9be58a337ab1cb3c"}},{"code_sha256_prefix":"9f6153c1bb3c0e9e","entry":"get_current_neighbors_1","repo":"LabRAI/GraphIP-Bench","repo_kind":"found_in_text","path":"pygip/models/attack/CEGA.py","file_url":"https://github.com/LabRAI/GraphIP-Bench/blob/HEAD/pygip/models/attack/CEGA.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9f6153c1bb3c0e9e"}},{"code_sha256_prefix":"97275894290edc01","entry":"get_current_neighbors_dense","repo":"LabRAI/GraphIP-Bench","repo_kind":"found_in_text","path":"pygip/models/attack/CEGA.py","file_url":"https://github.com/LabRAI/GraphIP-Bench/blob/HEAD/pygip/models/attack/CEGA.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"97275894290edc01"}},{"code_sha256_prefix":"fbbff48d19cf596b","entry":"get_receptive_fields_dense","repo":"LabRAI/GraphIP-Bench","repo_kind":"found_in_text","path":"pygip/models/attack/CEGA.py","file_url":"https://github.com/LabRAI/GraphIP-Bench/blob/HEAD/pygip/models/attack/CEGA.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"fbbff48d19cf596b"}},{"code_sha256_prefix":"dc4ced2e4e0487cb","entry":"dgl_to_tg","repo":"LabRAI/GraphIP-Bench","repo_kind":"found_in_text","path":"pygip/datasets/datasets.py","file_url":"https://github.com/LabRAI/GraphIP-Bench/blob/HEAD/pygip/datasets/datasets.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"dc4ced2e4e0487cb"}}]},"arxiv_metadata":{"licence":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license)","fields":["title","abstract","authors","date"],"primary_category":"cs.LG","source":"arxiv_2026.jsonl"},"syntology_extracted_results":null}