paper-with-me

홈 › Papers

Marich: A Query-efficient Distributionally Equivalent Model Extraction Attack

2023-09-21 · NeurIPS 2023 11

We study design of black-box model extraction attacks that can *send minimal number of queries from* a *publicly available dataset* to a target ML model through a predictive API with an aim *to create an informative and distributionally equivalent replica* of the target. First, we define *distributionally equivalent* and *Max-Information model extraction* attacks, and reduce them into a variational optimisation problem. The attacker sequentially solves this optimisation problem to select the most informative queries that simultaneously maximise the entropy and reduce the mismatch between the target and the stolen models. This leads to *an active sampling-based query selection algorithm*, Marich, which is *model-oblivious*. Then, we evaluate Marich on different text and image data sets, and different models, including CNNs and BERT. Marich extracts models that achieve $\sim 60-95\%$ of true model's accuracy and uses $\sim 1,000 - 8,500$ queries from the publicly available datasets, which are different from the private training datasets. Models extracted by Marich yield prediction distributions, which are $\sim2-4\times$ closer to the target's distribution in comparison to the existing active sampling-based attacks. The extracted models also lead to 84-96$\%$ accuracy under membership inference attacks. Experimental results validate that Marich is *query-efficient*, and capable of performing task-accurate, high-fidelity, and informative model extraction.

📄 PDF Abstract BibTeX

Code (1)

debabrota-basu/marich 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Adam 설명 없음

Similar Papers 제목 키워드 기반

Marich: A Query-efficient Distributionally Equivalent Model Extraction Attack using Public Data

2023-02-16 · Pratik Karmakar, Debabrota Basu

We study design of black-box model extraction attacks that can send minimal number of queries from a publicly available dataset to a target ML model through a predictive API with an aim to create an informative and distr…

Model extraction

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

Model Extraction Attacks against Recurrent Neural Networks

2020-02-01 · Tatsuya Takemura, Naoto Yanai, Toru Fujiwara

Model extraction attacks are a kind of attacks in which an adversary obtains a new model, whose performance is equivalent to that of a target model, via query access to the target model efficiently, i.e., fewer datasets …

modelModel extractionTime Series AnalysisWeather Forecasting

MEAOD: Model Extraction Attack against Object Detectors

2023-12-22 · Zeyu Li, Chenghui Shi, Yuwen Pu, Xuhong Zhang 외

The widespread use of deep learning technology across various industries has made deep neural network models highly valuable and, as a result, attractive targets for potential attackers. Model extraction attacks, particu…

Active LearningmodelModel extractionObject+2