paper-with-me

홈 › Papers

Model Stealing Attack against Graph Classification with Authenticity, Uncertainty and Diversity

2023-12-18 · Zhihao Zhu, Chenwang Wu, Rui Fan, Yi Yang, Zhen Wang, Defu Lian, Enhong Chen

Recent research demonstrates that GNNs are vulnerable to the model stealing attack, a nefarious endeavor geared towards duplicating the target model via query permissions. However, they mainly focus on node classification tasks, neglecting the potential threats entailed within the domain of graph classification tasks. Furthermore, their practicality is questionable due to unreasonable assumptions, specifically concerning the large data requirements and extensive model knowledge. To this end, we advocate following strict settings with limited real data and hard-label awareness to generate synthetic data, thereby facilitating the stealing of the target model. Specifically, following important data generation principles, we introduce three model stealing attacks to adapt to different actual scenarios: MSA-AU is inspired by active learning and emphasizes the uncertainty to enhance query value of generated samples; MSA-AD introduces diversity based on Mixup augmentation strategy to alleviate the query inefficiency issue caused by over-similar samples generated by MSA-AU; MSA-AUD combines the above two strategies to seamlessly integrate the authenticity, uncertainty, and diversity of the generated samples. Finally, extensive experiments consistently demonstrate the superiority of the proposed methods in terms of concealment, query efficiency, and stealing performance.

📄 PDF Abstract BibTeX arXiv:2312.10943

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningDiversityGraph ClassificationNode Classification

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Mixup Mixup is a data augmentation technique that generates a weighted combination of random image pairs from the training data. Given two images and their ground truth labels:…

Similar Papers 제목 키워드 기반

Efficient Model-Stealing Attacks Against Inductive Graph Neural Networks

2024-05-20 · Marcin Podhajski, Jan Dubiński, Franziska Boenisch, Adam Dziedzic 외

Graph Neural Networks (GNNs) are recognized as potent tools for processing real-world data organized in graph structures. Especially inductive GNNs, which allow for the processing of graph-structured data without relying…

Contrastive Learning

GRID: Protecting Training Graph from Link Stealing Attacks on GNN Models

2025-01-19 · Jiadong Lou, Xu Yuan, Rui Zhang, Xingliang Yuan 외

Graph neural networks (GNNs) have exhibited superior performance in various classification tasks on graph-structured data. However, they encounter the potential vulnerability from the link stealing attacks, which can inf…

Prediction

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

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

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