paper-with-me

Papers

MEGEX: Data-Free Model Extraction Attack against Gradient-Based Explainable AI

2021-07-19 · Takayuki Miura, Satoshi Hasegawa, Toshiki Shibahara

The advance of explainable artificial intelligence, which provides reasons for its predictions, is expected to accelerate the use of deep neural networks in the real world like Machine Learning as a Service (MLaaS) that returns predictions on queried data with the trained model. Deep neural networks deployed in MLaaS face the threat of model extraction attacks. A model extraction attack is an attack to violate intellectual property and privacy in which an adversary steals trained models in a cloud using only their predictions. In particular, a data-free model extraction attack has been proposed recently and is more critical. In this attack, an adversary uses a generative model instead of preparing input data. The feasibility of this attack, however, needs to be studied since it requires more queries than that with surrogate datasets. In this paper, we propose MEGEX, a data-free model extraction attack against a gradient-based explainable AI. In this method, an adversary uses the explanations to train the generative model and reduces the number of queries to steal the model. Our experiments show that our proposed method reconstructs high-accuracy models -- 0.97$\times$ and 0.98$\times$ the victim model accuracy on SVHN and CIFAR-10 datasets given 2M and 20M queries, respectively. This implies that there is a trade-off between the interpretability of models and the difficulty of stealing them.

📄 PDF Abstract BibTeX arXiv:2107.08909

Code (0)

등록된 구현이 없습니다.

Tasks

Explainable artificial intelligenceModel extraction

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

Defending against Data-Free Model Extraction by Distributionally Robust Defensive Training

2023-09-21

Data-Free Model Extraction (DFME) aims to clone a black-box model without knowing its original training data distribution, making it much easier for attackers to steal commercial models. Defense against DFME faces severa…

Knowledge DistillationModel extraction

Defending against Data-Free Model Extraction by Distributionally Robust Defensive Training

2023-09-21 · NeurIPS 2023 11

Data-Free Model Extraction (DFME) aims to clone a black-box model without knowing its original training data distribution, making it much easier for attackers to steal commercial models. Defense against DFME faces severa…

Knowledge DistillationModel extraction

Few-shot Model Extraction Attacks against Sequential Recommender Systems

2024-11-18 · HUI ZHANG, Fu Liu

Among adversarial attacks against sequential recommender systems, model extraction attacks represent a method to attack sequential recommendation models without prior knowledge. Existing research has primarily concentrat…

Model extractionRecommendation SystemsSequential Recommendation

Model Extraction and Defenses on Generative Adversarial Networks

2021-01-06 · Hailong Hu, Jun Pang

Model extraction attacks aim to duplicate a machine learning model through query access to a target model. Early studies mainly focus on discriminative models. Despite the success, model extraction attacks against genera…

modelModel extraction

PINCH: An Adversarial Extraction Attack Framework for Deep Learning Models

2022-09-13 · William Hackett, Stefan Trawicki, Zhengxin Yu, Neeraj Suri 외

Adversarial extraction attacks constitute an insidious threat against Deep Learning (DL) models in-which an adversary aims to steal the architecture, parameters, and hyper-parameters of a targeted DL model. Existing extr…

Adversarial AttackDeep Learning