paper-with-me

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 explainable GNNs have addressed this need by revealing important subgraphs that influence predictions, but these explanation mechanisms may inadvertently expose models to security risks. This paper investigates how such explanations potentially leak critical decision logic that can be exploited for model stealing. We propose {\method}, a novel stealing framework that integrates explanation alignment for capturing decision logic with guided data augmentation for efficient training under limited queries, enabling effective replication of both the predictive behavior and underlying reasoning patterns of target models. Experiments on molecular graph datasets demonstrate that our approach shows advantages over conventional methods in model stealing. This work highlights important security considerations for the deployment of explainable GNNs in sensitive domains and suggests the need for protective measures against explanation-based attacks. Our code is available at https://github.com/beanmah/EGSteal.

📄 PDF Abstract BibTeX arXiv:2506.03087

Code (1)

beanmah/egsteal 공식 구현 pytorch

Tasks

Data AugmentationDrug DiscoveryFinancial Analysis

Similar Papers 제목 키워드 기반

Private Graph Extraction via Feature Explanations

2022-06-29 · Iyiola E. Olatunji, Mandeep Rathee, Thorben Funke, Megha Khosla

Privacy and interpretability are two important ingredients for achieving trustworthy machine learning. We study the interplay of these two aspects in graph machine learning through graph reconstruction attacks. The goal …

BIG-bench Machine LearningGraph Reconstruction

DM4Steal: Diffusion Model For Link Stealing Attack On Graph Neural Networks

2024-11-05 · Jinyin Chen, Haonan Ma, Haibin Zheng

Graph has become increasingly integral to the advancement of recommendation systems, particularly with the fast development of graph neural network(GNN). By exploring the virtue of rich node features and link information…

Graph Neural NetworkRecommendation Systems

Stealing Training Graphs from Graph Neural Networks

2024-11-17 · Minhua Lin, Enyan Dai, Junjie Xu, Jinyuan Jia 외

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…

How Feasible is Augmenting Fake Nodes with Learnable Features as a Counter-strategy against Link Stealing Attacks?

2025-03-12 · Mir Imtiaz Mostafiz, Imtiaz Karim, Elisa Bertino

Graph Neural Networks (GNNs) are widely used and deployed for graph-based prediction tasks. However, as good as GNNs are for learning graph data, they also come with the risk of privacy leakage. For instance, an attacker…

Graph Embedding

QuantumLeak: Stealing Quantum Neural Networks from Cloud-based NISQ Machines

2024-03-16 · Zhenxiao Fu, Min Yang, Cheng Chu, Yilun Xu 외

Variational quantum circuits (VQCs) have become a powerful tool for implementing Quantum Neural Networks (QNNs), addressing a wide range of complex problems. Well-trained VQCs serve as valuable intellectual assets hosted…

Model extraction