paper-with-me

홈 › Papers

COPYCOP: Ownership Verification for Graph Neural Networks

2026-05-06 · Rahul Nandakumar, Deepayan Chakrabarti arxiv

Given two GNNs that output node embeddings, how can we determine if they were trained independently? An adversary could have trained one GNN specifically to mimic the other GNN's embeddings. To obscure this relationship between the GNNs, the adversarial GNN might then transform its output embeddings. The two GNNs could have different architectures, weights, and embedding dimensions, and the adversary can transform the embeddings. Despite these stringent conditions, our algorithm (named CopyCop) can identify such copycat GNNs, unlike existing watermarking and fingerprinting methods. We also provide theoretical guarantees for CopyCop. Finally, experiments on 14 datasets and 5 GNN architectures demonstrate that CopyCop is accurate and robust against a broad class of adversarial attacks and transformations. Code is available at: https://anonymous.4open.science/r/CopyCop-Graph-Ownership-Verification-8143/README.md

📄 PDF Abstract BibTeX arXiv:2605.05360

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

FedSOV: Federated Model Secure Ownership Verification with Unforgeable Signature

2023-05-10 · Wenyuan Yang, Gongxi Zhu, Yuguo Yin, Hanlin Gu 외

Federated learning allows multiple parties to collaborate in learning a global model without revealing private data. The high cost of training and the significant value of the global model necessitates the need for owner…

Federated Learning

WGLE:Backdoor-free and Multi-bit Black-box Watermarking for Graph Neural Networks

2025-06-10 · Tingzhi Li, Xuefeng Liu

Graph Neural Networks (GNNs) are increasingly deployed in graph-related applications, making ownership verification critical to protect their intellectual property against model theft. Fingerprinting and black-box waterm…

A Robust Watermark-based Fingerprint Framework for GNNs Ownership Verification

2026-09-04 · Han Zhang, Yan Wang, Guanfeng Liu, Pengfei Ding 외 arxiv

The high training cost of Graph Neural Networks (GNNs) has raised growing concerns regarding model ownership infringement, such as model stealing and unauthorized misuse. To verify model ownership and prevent significant…

Steganographic Passport: An Owner and User Verifiable Credential for Deep Model IP Protection Without Retraining

2024-04-03 · CVPR 2024 1 · Qi Cui, Ruohan Meng, Chaohui Xu, Chip-Hong Chang

Ensuring the legal usage of deep models is crucial to promoting trustable, accountable, and responsible artificial intelligence innovation. Current passport-based methods that obfuscate model functionality for license-to…

GrOVe: Ownership Verification of Graph Neural Networks using Embeddings

2023-04-17 · Asim Waheed, Vasisht Duddu, N. Asokan

Graph neural networks (GNNs) have emerged as a state-of-the-art approach to model and draw inferences from large scale graph-structured data in various application settings such as social networking. The primary goal of …

Model extraction