Protecting Deep Learning Model Copyrights with Adversarial Example-Free Reuse Detection
Xiaokun Luan, Xiyue Zhang, Jingyi Wang, Meng Sun

TL;DR
This paper introduces NFARD, a novel method for detecting unauthorized reuse of deep neural networks without adversarial examples, using neuron functionality analysis to effectively identify reuse in both white-box and black-box scenarios.
Contribution
NFARD is the first adversarial example-free approach that leverages neuron functionality for DNN copyright protection, extending applicability to heterogeneous reuse cases.
Findings
Achieves F1 scores of 0.984 (black-box) and 1.0 (white-box) in reuse detection.
Operates 2 to 99 times faster than previous methods.
Constructed Reuse Zoo benchmark for comprehensive evaluation.
Abstract
Model reuse techniques can reduce the resource requirements for training high-performance deep neural networks (DNNs) by leveraging existing models. However, unauthorized reuse and replication of DNNs can lead to copyright infringement and economic loss to the model owner. This underscores the need to analyze the reuse relation between DNNs and develop copyright protection techniques to safeguard intellectual property rights. Existing white-box testing-based approaches cannot address the common heterogeneous reuse case where the model architecture is changed, and DNN fingerprinting approaches heavily rely on generating adversarial examples with good transferability, which is known to be challenging in the black-box setting. To bridge the gap, we propose NFARD, a Neuron Functionality Analysis-based Reuse Detector, which only requires normal test samples to detect reuse relations by…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdversarial Robustness in Machine Learning · Physical Unclonable Functions (PUFs) and Hardware Security · Advanced Neural Network Applications
MethodsSparse Evolutionary Training
