Re-Key-Free, Risky-Free: Adaptable Model Usage Control
Zihan Wang, Zhongkui Ma, Xinguo Feng, Chuan Yan, Dongge Liu, Ruoxi Sun, Derui Wang, Minhui Xue, Guangdong Bai
TL;DR
AdaLoc introduces adaptable usage control by locking a compact key composed of high-magnitude weights and restricting updates to this subset during continual model evolution. The approach unifies accessibility and adaptability through a formal framework, deriving layer-wise Lipschitz and sub-Gaussian bounds to guarantee that removing the key collapses outputs while updating only the key preserves near-full performance. Empirically, AdaLoc achieves accuracies matching full fine-tuning for authorized use across CNNs and transformers, while unauthorized use drops to near-random levels (e.g., 1.01% on CIFAR-100). Static usage control remains robust, with key removal yielding unusable models across datasets and architectures. The combination of theoretical guarantees and broad empirical validation demonstrates AdaLoc as a practical solution for secure, adaptable DNN deployments in dynamic real-world settings.
Abstract
Deep neural networks (DNNs) have become valuable intellectual property of model owners, due to the substantial resources required for their development. To protect these assets in the deployed environment, recent research has proposed model usage control mechanisms to ensure models cannot be used without proper authorization. These methods typically lock the utility of the model by embedding an access key into its parameters. However, they often assume static deployment, and largely fail to withstand continual post-deployment model updates, such as fine-tuning or task-specific adaptation. In this paper, we propose ADALOC, to endow key-based model usage control with adaptability during model evolution. It strategically selects a subset of weights as an intrinsic access key, which enables all model updates to be confined to this key throughout the evolution lifecycle. ADALOC enables using the access key to restore the keyed model to the latest authorized states without redistributing the entire network (i.e., adaptation), and frees the model owner from full re-keying after each model update (i.e., lock preservation). We establish a formal foundation to underpin ADALOC, providing crucial bounds such as the errors introduced by updates restricted to the access key. Experiments on standard benchmarks, such as CIFAR-100, Caltech-256, and Flowers-102, and modern architectures, including ResNet, DenseNet, and ConvNeXt, demonstrate that ADALOC achieves high accuracy under significant updates while retaining robust protections. Specifically, authorized usages consistently achieve strong task-specific performance, while unauthorized usage accuracy drops to near-random guessing levels (e.g., 1.01% on CIFAR-100), compared to up to 87.01% without ADALOC. This shows that ADALOC can offer a practical solution for adaptive and protected DNN deployment in evolving real-world scenarios.
