paper-with-me

홈 › Papers

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 and computational resources than those of the target model. Existing works have dealt with only simple deep neural networks (DNNs), e.g., only three layers, as targets of model extraction attacks, and hence are not aware of the effectiveness of recurrent neural networks (RNNs) in dealing with time-series data. In this work, we shed light on the threats of model extraction attacks against RNNs. We discuss whether a model with a higher accuracy can be extracted with a simple RNN from a long short-term memory (LSTM), which is a more complicated and powerful RNN. Specifically, we tackle the following problems. First, in a case of a classification problem, such as image recognition, extraction of an RNN model without final outputs from an LSTM model is presented by utilizing outputs halfway through the sequence. Next, in a case of a regression problem. such as in weather forecasting, a new attack by newly configuring a loss function is presented. We conduct experiments on our model extraction attacks against an RNN and an LSTM trained with publicly available academic datasets. We then show that a model with a higher accuracy can be extracted efficiently, especially through configuring a loss function and a more complex architecture different from the target model.

📄 PDF Abstract BibTeX arXiv:2002.00123

Code (0)

등록된 구현이 없습니다.

Tasks

modelModel extractionTime Series AnalysisWeather Forecasting

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

On the Robustness of Self-Attentive Models

2019-07-01 · ACL 2019 7 · Yu-Lun Hsieh, Minhao Cheng, Da-Cheng Juan, Wei Wei 외

This work examines the robustness of self-attentive neural networks against adversarial input perturbations. Specifically, we investigate the attention and feature extraction mechanisms of state-of-the-art recurrent neur…

Machine TranslationSentiment AnalysisTranslation

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

RNN-Guard: Certified Robustness Against Multi-frame Attacks for Recurrent Neural Networks

2023-04-17 · Yunruo Zhang, Tianyu Du, Shouling Ji, Peng Tang 외

It is well-known that recurrent neural networks (RNNs), although widely used, are vulnerable to adversarial attacks including one-frame attacks and multi-frame attacks. Though a few certified defenses exist to provide gu…

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

DivQAT: Enhancing Robustness of Quantized Convolutional Neural Networks against Model Extraction Attacks

2025-12-30 · Kacem Khaled, Felipe Gohring de Magalhães, Gabriela Nicolescu arxiv

Convolutional Neural Networks (CNNs) and their quantized counterparts are vulnerable to extraction attacks, posing a significant threat of IP theft. Yet, the robustness of quantized models against these attacks is little…

Model extraction