paper-with-me

홈 › Papers

Efficient Defense Against Model Stealing Attacks on Convolutional Neural Networks

2023-09-04 · Kacem Khaled, Mouna Dhaouadi, Felipe Gohring de Magalhães, Gabriela Nicolescu

Model stealing attacks have become a serious concern for deep learning models, where an attacker can steal a trained model by querying its black-box API. This can lead to intellectual property theft and other security and privacy risks. The current state-of-the-art defenses against model stealing attacks suggest adding perturbations to the prediction probabilities. However, they suffer from heavy computations and make impracticable assumptions about the adversary. They often require the training of auxiliary models. This can be time-consuming and resource-intensive which hinders the deployment of these defenses in real-world applications. In this paper, we propose a simple yet effective and efficient defense alternative. We introduce a heuristic approach to perturb the output probabilities. The proposed defense can be easily integrated into models without additional training. We show that our defense is effective in defending against three state-of-the-art stealing attacks. We evaluate our approach on large and quantized (i.e., compressed) Convolutional Neural Networks (CNNs) trained on several vision datasets. Our technique outperforms the state-of-the-art defenses with a $\times37$ faster inference latency without requiring any additional model and with a low impact on the model's performance. We validate that our defense is also effective for quantized CNNs targeting edge devices.

📄 PDF Abstract BibTeX arXiv:2309.01838

Code (1)

kacemkhaled/defending-extraction 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Prediction Poisoning: Towards Defenses Against DNN Model Stealing Attacks

2019-06-26 · ICLR 2020 1 · Tribhuvanesh Orekondy, Bernt Schiele, Mario Fritz

High-performance Deep Neural Networks (DNNs) are increasingly deployed in many real-world applications e.g., cloud prediction APIs. Recent advances in model functionality stealing attacks via black-box access (i.e., inpu…

Autonomous VehiclesPrediction

Defending Against Model Stealing Attacks with Adaptive Misinformation

2019-11-16 · CVPR 2020 6 · Sanjay Kariyappa, Moinuddin K. Qureshi

Deep Neural Networks (DNNs) are susceptible to model stealing attacks, which allows a data-limited adversary with no knowledge of the training dataset to clone the functionality of a target model, just by using black-box…

Misinformationmodel

Model-Guardian: Protecting against Data-Free Model Stealing Using Gradient Representations and Deceptive Predictions

2025-03-23 · Yunfei Yang, Xiaojun Chen, Yuexin Xuan, Zhendong Zhao

Model stealing attack is increasingly threatening the confidentiality of machine learning models deployed in the cloud. Recent studies reveal that adversaries can exploit data synthesis techniques to steal machine learni…

model

Isolation and Induction: Training Robust Deep Neural Networks against Model Stealing Attacks

2023-08-02 · Jun Guo, Aishan Liu, Xingyu Zheng, Siyuan Liang 외

Despite the broad application of Machine Learning models as a Service (MLaaS), they are vulnerable to model stealing attacks. These attacks can replicate the model functionality by using the black-box query process witho…

ADAGE: Active Defenses Against GNN Extraction

2025-02-27 · Jing Xu, Franziska Boenisch, Adam Dziedzic

Graph Neural Networks (GNNs) achieve high performance in various real-world applications, such as drug discovery, traffic states prediction, and recommendation systems. The fact that building powerful GNNs requires a lar…

DiversityDrug DiscoveryRecommendation Systems