arXiv:2507.00724cs.CVcs.AI2025-07被引 2

为个性化大视觉模型设计安全防窃取验证方法

Holmes: Towards Effective and Harmless Model Ownership Verification to Personalized Large Vision Models via Decoupling Common Features

  • 通过分离共性特征与数据特异性特征实现无害验证
  • 在多个基准数据集上成功检测多种模型盗用行为
  • 适合关注模型版权保护的研究者与开发者

大视觉模型(LVMs)通过私有数据微调实现性能提升,其个性化模型成为重要知识产权。然而,现有针对传统DNN的防御方法大多不适用于微调模型,或引入新安全风险、易误判甚至无效。本文提出Holmes方法,通过解耦共性特征与数据特异性特征,实现对个性化LVM的安全所有权验证。首先构建影子模型,保留目标模型共性特征但破坏数据特异性特征;其次通过计算影子模型与目标模型输出差异,提取数据特异性特征;再训练元分类器判断可疑模型是否包含该特征;最后通过假设检验降低随机性,增强鲁棒性。大量实验表明,该方法能同时有效检测多种模型盗用攻击。代码已开源:https://github.com/zlh-thu/Holmes。

原文摘要 · Abstract (English)

Large vision models (LVMs) achieve remarkable performance in various downstream tasks, primarily by personalizing pre-trained models through fine-tuning with private and valuable local data, which makes the personalized model a valuable intellectual property. Similar to the era of traditional DNNs, model stealing attacks also pose significant risks to LVMs. However, this paper reveals that most existing defense methods (developed for traditional DNNs), typically designed for models trained from scratch, either introduce additional security risks, are prone to misjudgment, or are even ineffective for fine-tuned models. To alleviate these problems, this paper proposes a harmless model ownership verification method for personalized LVMs by decoupling similar common features. In general, our method consists of three main stages. In the first stage, we create shadow models that retain common features of the victim model while disrupting dataset-specific features. We represent the dataset-specific features of the victim model by computing the output differences between the shadow and victim models, without altering the victim model or its training process. After that, a meta-classifier is trained to identify stolen models by determining whether suspicious models contain the dataset-specific features of the victim. In the third stage, we conduct model ownership verification by hypothesis test to mitigate randomness and enhance robustness. Extensive experiments on benchmark datasets verify the effectiveness of the proposed method in detecting different types of model stealing simultaneously. Our codes are available at https://github.com/zlh-thu/Holmes.

模型版权视觉模型安全验证

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。