paper-with-me

Papers

Deep Neural Network Fingerprinting by Conferrable Adversarial Examples

2019-12-02 · ICLR 2021 1 · Nils Lukas, Yuxuan Zhang, Florian Kerschbaum

In Machine Learning as a Service, a provider trains a deep neural network and gives many users access. The hosted (source) model is susceptible to model stealing attacks, where an adversary derives a surrogate model from API access to the source model. For post hoc detection of such attacks, the provider needs a robust method to determine whether a suspect model is a surrogate of their model. We propose a fingerprinting method for deep neural network classifiers that extracts a set of inputs from the source model so that only surrogates agree with the source model on the classification of such inputs. These inputs are a subclass of transferable adversarial examples which we call conferrable adversarial examples that exclusively transfer with a target label from a source model to its surrogates. We propose a new method to generate these conferrable adversarial examples. We present an extensive study on the irremovability of our fingerprint against fine-tuning, weight pruning, retraining, retraining with different architectures, three model extraction attacks from related work, transfer learning, adversarial training, and two new adaptive attacks. Our fingerprint is robust against distillation, related model extraction attacks, and even transfer learning when the attacker has no access to the model provider's dataset. Our fingerprint is the first method that reaches a ROC AUC of 1.0 in verifying surrogates, compared to a ROC AUC of 0.63 by previous fingerprints.

📄 PDF Abstract BibTeX arXiv:1912.00888

Code (1)

ayberkuckun/dnn-fingerprinting tf

Tasks

Model extractionTransfer Learning

Similar Papers 제목 키워드 기반

GanFinger: GAN-Based Fingerprint Generation for Deep Neural Network Ownership Verification

2023-12-25 · Huali Ren, Anli Yan, Xiaojun Ren, Pei-Gen Ye 외

Deep neural networks (DNNs) are extensively employed in a wide range of application scenarios. Generally, training a commercially viable neural network requires significant amounts of data and computing resources, and it…

Detecting Adversarial Examples via Neural Fingerprinting

2018-03-11 · Sumanth Dathathri, Stephan Zheng, Tianwei Yin, Richard M. Murray 외

Deep neural networks are vulnerable to adversarial examples, which dramatically alter model output using small input changes. We propose Neural Fingerprinting, a simple, yet effective method to detect adversarial example…

ARIA: Adversarially Robust Image Attribution for Content Provenance

2022-02-25 · Maksym Andriushchenko, Xiaoyang Rebecca Li, Geoffrey Oxholm, Thomas Gittings 외

Image attribution -- matching an image back to a trusted source -- is an emerging tool in the fight against online misinformation. Deep visual fingerprinting models have recently been explored for this purpose. However, …

Contrastive LearningImage AttributionMisinformationvalid

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 …

Adversarial DefenseTransfer Learning

Blind Adversarial Network Perturbations

2020-02-16 · Milad Nasr, Alireza Bahramali, Amir Houmansadr

Deep Neural Networks (DNNs) are commonly used for various traffic analysis problems, such as website fingerprinting and flow correlation, as they outperform traditional (e.g., statistical) techniques by large margins. Ho…