让深度模型在更新时仍能受控使用,无需重新设密。
Re-Key-Free, Risky-Free: Adaptable Model Usage Control
- 选出部分权重作为内在密钥,所有更新都限制在此区域。
- 授权使用保持高精度,未授权使用准确率跌至接近随机(如CIFAR-100仅1.02%)。
- 适合需要持续更新但又需严格控制使用的实际部署场景。
深度神经网络因训练资源巨大而成为重要知识产权。为保护已部署模型,现有方法常通过嵌入访问密钥锁定模型功能,但多假设静态部署,难以应对后续微调或任务适配等更新。本文提出AdaLoc,使基于密钥的模型控制具备演化适应性:它选择一组权重作为内在密钥,确保所有更新均局限于该密钥范围。这使得模型可仅用密钥恢复至最新授权状态,无需重新分发整个网络(即支持适应),且模型主人无需每次更新后重新设密(即锁持久)。我们建立了理论基础,给出更新引入误差的关键边界。在六个视觉与语言基准及六种现代架构(含CNN与Transformer)上验证,即使经历大幅更新,授权使用仍保持高精度,而未授权使用准确率降至近随机水平(如CIFAR-100仅1.02%),相较之前最高达87.01%的防御性能显著下降。表明AdaLoc为真实世界中动态演化的模型部署提供了可行的可控方案。
原文摘要 · Abstract (English)
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 across six vision and language benchmarks and six modern architectures spanning CNNs and Transformers 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.02% on CIFAR-100), compared to up to 87.01% under prior key-based defenses. This shows that AdaLoc can offer a practical solution for adaptive and protected DNN deployment in evolving real-world scenarios.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。