paper-with-me

홈 › Papers

Are You Stealing My Model? Sample Correlation for Fingerprinting Deep Neural Networks

2022-10-21 · Jiyang Guan, Jian Liang, Ran He

An off-the-shelf model as a commercial service could be stolen by model stealing attacks, posing great threats to the rights of the model owner. Model fingerprinting aims to verify whether a suspect model is stolen from the victim model, which gains more and more attention nowadays. Previous methods always leverage the transferable adversarial examples as the model fingerprint, which is sensitive to adversarial defense or transfer learning scenarios. To address this issue, we consider the pairwise relationship between samples instead and propose a novel yet simple model stealing detection method based on SAmple Correlation (SAC). Specifically, we present SAC-w that selects wrongly classified normal samples as model inputs and calculates the mean correlation among their model outputs. To reduce the training time, we further develop SAC-m that selects CutMix Augmented samples as model inputs, without the need for training the surrogate models or generating adversarial examples. Extensive results validate that SAC successfully defends against various model stealing attacks, even including adversarial training or transfer learning, and detects the stolen models with the best performance in terms of AUC across different datasets and model architectures. The codes are available at https://github.com/guanjiyang/SAC.

📄 PDF Abstract BibTeX arXiv:2210.15427

Code (1)

guanjiyang/sac 공식 구현 pytorch

Tasks

Adversarial DefenseTransfer Learning

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Dilated Convolution 설명 없음
Convolution A convolution is a type of matrix operation, consisting of a kernel, a small matrix of weights, that slides over input data performing element-wise multiplication with the…
1x1 Convolution A 1 x 1 Convolution is a convolution with some special properties in that it can be used for dimensionality reduction,…
Average Pooling 설명 없음
SAC 설명 없음
CutMix CutMix is an image data augmentation strategy. Instead of simply removing pixels as in Cutout, we replace the removed regions with…

Similar Papers 제목 키워드 기반

Sample Correlation for Fingerprinting Deep Face Recognition

2024-12-30 · Jiyang Guan, Jian Liang, Yanbo Wang, Ran He

Face recognition has witnessed remarkable advancements in recent years, thanks to the development of deep learning techniques.However, an off-the-shelf face recognition model as a commercial service could be stolen by mo…

Adversarial DefenseEmotion RecognitionFace RecognitionFace Verification+2

Queries, Representation & Detection: The Next 100 Model Fingerprinting Schemes

2024-12-17 · Augustin Godinot, Erwan Le Merrer, Camilla Penzo, François Taïani 외

The deployment of machine learning models in operational contexts represents a significant investment for any organisation. Consequently, the risk of these models being misappropriated by competitors needs to be addresse…

Teacher Model Fingerprinting Attacks Against Transfer Learning

2021-06-23 · Yufei Chen, Chao Shen, Cong Wang, Yang Zhang

Transfer learning has become a common solution to address training data scarcity in practice. It trains a specified student model by reusing or fine-tuning early layers of a well-trained teacher model that is usually pub…

modelTransfer Learning

DuFFin: A Dual-Level Fingerprinting Framework for LLMs IP Protection

2025-05-22 · Yuliang Yan, Haochun Tang, Shuo Yan, Enyan Dai

Large language models (LLMs) are considered valuable Intellectual Properties (IP) for legitimate owners due to the enormous computational cost of training. It is crucial to protect the IP of LLMs from malicious stealing …

QuantizationSafety AlignmentText Generation

Deep Intellectual Property Protection: A Survey

2023-04-28 · Yuchen Sun, Tianpeng Liu, Panhe Hu, Qing Liao 외

Deep Neural Networks (DNNs), from AlexNet to ResNet to ChatGPT, have made revolutionary progress in recent years, and are widely used in various fields. The high performance of DNNs requires a huge amount of high-quality…

Survey