TL;DR
The paper introduces Safe Distillation Box (SDB), a framework that protects pre-trained models from unauthorized knowledge distillation while allowing inference for all users and enhancing KD for authorized users.
Contribution
SDB provides a plug-and-play solution for intellectual property protection of pre-trained models without constraining architecture.
Findings
Unauthorized KD performance drops significantly with SDB.
Authorized KD performance is improved by SDB.
SDB is effective across various datasets and architectures.
Abstract
Knowledge distillation (KD) has recently emerged as a powerful strategy to transfer knowledge from a pre-trained teacher model to a lightweight student, and has demonstrated its unprecedented success over a wide spectrum of applications. In spite of the encouraging results, the KD process per se poses a potential threat to network ownership protection, since the knowledge contained in network can be effortlessly distilled and hence exposed to a malicious user. In this paper, we propose a novel framework, termed as Safe Distillation Box (SDB), that allows us to wrap a pre-trained model in a virtual box for intellectual property protection. Specifically, SDB preserves the inference capability of the wrapped model to all users, but precludes KD from unauthorized users. For authorized users, on the other hand, SDB carries out a knowledge augmentation scheme to strengthen the KD performances…
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.
Code & Models
Videos
