paper-with-me

홈 › Papers

MEA-Defender: A Robust Watermark against Model Extraction Attack

2024-01-26 · Peizhuo Lv, Hualong Ma, Kai Chen, Jiachen Zhou, Shengzhi Zhang, Ruigang Liang, Shenchen Zhu, Pan Li, Yingjun Zhang

Recently, numerous highly-valuable Deep Neural Networks (DNNs) have been trained using deep learning algorithms. To protect the Intellectual Property (IP) of the original owners over such DNN models, backdoor-based watermarks have been extensively studied. However, most of such watermarks fail upon model extraction attack, which utilizes input samples to query the target model and obtains the corresponding outputs, thus training a substitute model using such input-output pairs. In this paper, we propose a novel watermark to protect IP of DNN models against model extraction, named MEA-Defender. In particular, we obtain the watermark by combining two samples from two source classes in the input domain and design a watermark loss function that makes the output domain of the watermark within that of the main task samples. Since both the input domain and the output domain of our watermark are indispensable parts of those of the main task samples, the watermark will be extracted into the stolen model along with the main task during model extraction. We conduct extensive experiments on four model extraction attacks, using five datasets and six models trained based on supervised learning and self-supervised learning algorithms. The experimental results demonstrate that MEA-Defender is highly robust against different model extraction attacks, and various watermark removal/detection approaches.

📄 PDF Abstract BibTeX arXiv:2401.15239

Code (1)

lvpeizhuo/mea-defender 공식 구현 pytorch

Tasks

Model extractionSelf-Supervised Learning

Similar Papers 제목 키워드 기반

Was my Model Stolen? Feature Sharing for Robust and Transferable Watermarks

2021-09-29 · Ruixiang Tang, Hongye Jin, Curtis Wigington, Mengnan Du 외

Deep Neural Networks (DNNs) are increasingly being deployed in cloud-based services via various APIs, e.g., prediction APIs. Recent studies show that these public APIs are vulnerable to the model extraction attack, where…

Model extraction

Entangled Watermarks as a Defense against Model Extraction

2020-02-27 · Hengrui Jia, Christopher A. Choquette-Choo, Varun Chandrasekaran, Nicolas Papernot

Machine learning involves expensive data collection and training procedures. Model owners may be concerned that valuable intellectual property can be leaked if adversaries mount model extraction attacks. As it is difficu…

modelModel extractionTransfer Learning

Bounding-box Watermarking: Defense against Model Extraction Attacks on Object Detectors

2024-11-20 · Satoru Koda, Ikuya Morikawa

Deep neural networks (DNNs) deployed in a cloud often allow users to query models via the APIs. However, these APIs expose the models to model extraction attacks (MEAs). In this attack, the attacker attempts to duplicate…

Model extractionobject-detectionObject Detection

T2S: A Rehearsal-Based Approach for Extraction-Resistant Model Watermarking

2026-06-10 · Jian-Ping Mei, Weibin Zhang, Ao Yao, Tiantian Zhu 외 arxiv

Model watermarking safeguards AI model intellectual property by embedding distinctive knowledge that induces unique behavioral signatures. The primary technical challenge lies in ensuring watermark robustness against var…

Model extraction

Towards Robust Model Watermark via Reducing Parametric Vulnerability

2023-09-09 · ICCV 2023 1 · Guanhao Gan, Yiming Li, Dongxian Wu, Shu-Tao Xia

Deep neural networks are valuable assets considering their commercial benefits and huge demands for costly annotation and computation resources. To protect the copyright of DNNs, backdoor-based ownership verification bec…

model