paper-with-me

홈 › Papers

Verifying Integrity of Deep Ensemble Models by Lossless Black-box Watermarking with Sensitive Samples

2022-05-09 · Lina Lin, Hanzhou Wu

With the widespread use of deep neural networks (DNNs) in many areas, more and more studies focus on protecting DNN models from intellectual property (IP) infringement. Many existing methods apply digital watermarking to protect the DNN models. The majority of them either embed a watermark directly into the internal network structure/parameters or insert a zero-bit watermark by fine-tuning a model to be protected with a set of so-called trigger samples. Though these methods work very well, they were designed for individual DNN models, which cannot be directly applied to deep ensemble models (DEMs) that combine multiple DNN models to make the final decision. It motivates us to propose a novel black-box watermarking method in this paper for DEMs, which can be used for verifying the integrity of DEMs. In the proposed method, a certain number of sensitive samples are carefully selected through mimicking real-world DEM attacks and analyzing the prediction results of the sub-models of the non-attacked DEM and the attacked DEM on the carefully crafted dataset. By analyzing the prediction results of the target DEM on these carefully crafted sensitive samples, we are able to verify the integrity of the target DEM. Different from many previous methods, the proposed method does not modify the original DEM to be protected, which indicates that the proposed method is lossless. Experimental results have shown that the DEM integrity can be reliably verified even if only one sub-model was attacked, which has good potential in practice.

📄 PDF Abstract BibTeX arXiv:2205.04145

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Generative Models are Self-Watermarked: Declaring Model Authentication through Re-Generation

2024-02-23 · Aditya Desu, Xuanli He, Qiongkai Xu, Wei Lu

As machine- and AI-generated content proliferates, protecting the intellectual property of generative models has become imperative, yet verifying data ownership poses formidable challenges, particularly in cases of unaut…

Misinformation

Integrity Shield A System for Ethical AI Use & Authorship Transparency in Assessments

2026-01-16 · Ashish Raj Shekhar, Shiven Agarwal, Priyanuj Bordoloi, Yash Shah 외 arxiv

Large Language Models (LLMs) can now solve entire exams directly from uploaded PDF assessments, raising urgent concerns about academic integrity and the reliability of grades and credentials. Existing watermarking techni…

Reversible Watermarking in Deep Convolutional Neural Networks for Integrity Authentication

2021-04-09 · Xiquan Guan, Huamin Feng, Weiming Zhang, Hang Zhou 외

Deep convolutional neural networks have made outstanding contributions in many fields such as computer vision in the past few years and many researchers published well-trained network for downloading. But recent studies …

Model Compression

LexiMark: Robust Watermarking via Lexical Substitutions to Enhance Membership Verification of an LLM's Textual Training Data

2025-06-17 · Eyal German, Sagiv Antebi, Edan Habler, Asaf Shabtai 외

Large language models (LLMs) can be trained or fine-tuned on data obtained without the owner's consent. Verifying whether a specific LLM was trained on particular data instances or an entire dataset is extremely challeng…

Memorization

LineageMark: Multi-user White-box Watermarking for Contribution Tracing in Model Derivation Chains

2026-06-15 · Bingxue Zhang, Xiaofeng Xu, Feida Zhu arxiv

In open large language model (LLM) ecosystems, models are frequently adapted across multiple domains and applications, forming multi-stage derivation chains. Consequently, tracking and verifying historical contributions …