paper-with-me

홈 › Papers

Towards Data-Free Model Stealing in a Hard Label Setting

2022-04-23 · CVPR 2022 1 · Sunandini Sanyal, Sravanti Addepalli, R. Venkatesh Babu

Machine learning models deployed as a service (MLaaS) are susceptible to model stealing attacks, where an adversary attempts to steal the model within a restricted access framework. While existing attacks demonstrate near-perfect clone-model performance using softmax predictions of the classification network, most of the APIs allow access to only the top-1 labels. In this work, we show that it is indeed possible to steal Machine Learning models by accessing only top-1 predictions (Hard Label setting) as well, without access to model gradients (Black-Box setting) or even the training dataset (Data-Free setting) within a low query budget. We propose a novel GAN-based framework that trains the student and generator in tandem to steal the model effectively while overcoming the challenge of the hard label setting by utilizing gradients of the clone network as a proxy to the victim's gradients. We propose to overcome the large query costs associated with a typical Data-Free setting by utilizing publicly available (potentially unrelated) datasets as a weak image prior. We additionally show that even in the absence of such data, it is possible to achieve state-of-the-art results within a low query budget using synthetically crafted samples. We are the first to demonstrate the scalability of Model Stealing in a restricted access setting on a 100 class dataset as well.

📄 PDF Abstract BibTeX arXiv:2204.11022

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Data-Free Hard-Label Robustness Stealing Attack

2023-12-10 · Xiaojian Yuan, Kejiang Chen, Wen Huang, Jie Zhang 외

The popularity of Machine Learning as a Service (MLaaS) has led to increased concerns about Model Stealing Attacks (MSA), which aim to craft a clone model by querying MLaaS. Currently, most research on MSA assumes that M…

FlowGuard: Flow Matching for Identity-Independent Detection of Data-Free Model Stealing Attacks on Energy System Intrusion Detection Systems

2026-06-02 · Maxime Schwarzer, Laurin Holz, Tobias Huerten, Johannes Loevenich 외 arxiv

Artificial Intelligence (AI)-based Intrusion Detection Systems (IDS) deployed in energy infrastructure are vulnerable to model theft attacks, which allow adversaries to create evasive traffic offline. Current defences ag…

Intrusion DetectionModel extraction

Black-Box Dissector: Towards Erasing-based Hard-Label Model Stealing Attack

2021-05-03 · NeurIPS 2021 12 · Yixu Wang, Jie Li, Hong Liu, Yan Wang 외

Previous studies have verified that the functionality of black-box models can be stolen with full probability outputs. However, under the more practical hard-label setting, we observe that existing methods suffer from ca…

Knowledge DistillationSelf-Knowledge Distillation

Exploring Query Efficient Data Generation towards Data-free Model Stealing in Hard Label Setting

2024-12-18 · Gaozheng Pei, Shaojie Lyu, Ke Ma, Pinci Yang 외

Data-free model stealing involves replicating the functionality of a target model into a substitute model without accessing the target model's structure, parameters, or training data. The adversary can only access the ta…

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

2023-12-18 · Zhihao Zhu, Chenwang Wu, Rui Fan, Yi Yang 외

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 classificatio…

Active LearningDiversityGraph ClassificationNode Classification