paper-with-me

홈 › Papers

Black-box Dataset Ownership Verification via Backdoor Watermarking

2022-08-04 · Yiming Li, Mingyan Zhu, Xue Yang, Yong Jiang, Tao Wei, Shu-Tao Xia

Deep learning, especially deep neural networks (DNNs), has been widely and successfully adopted in many critical applications for its high effectiveness and efficiency. The rapid development of DNNs has benefited from the existence of some high-quality datasets ($e.g.$, ImageNet), which allow researchers and developers to easily verify the performance of their methods. Currently, almost all existing released datasets require that they can only be adopted for academic or educational purposes rather than commercial purposes without permission. However, there is still no good way to ensure that. In this paper, we formulate the protection of released datasets as verifying whether they are adopted for training a (suspicious) third-party model, where defenders can only query the model while having no information about its parameters and training details. Based on this formulation, we propose to embed external patterns via backdoor watermarking for the ownership verification to protect them. Our method contains two main parts, including dataset watermarking and dataset verification. Specifically, we exploit poison-only backdoor attacks ($e.g.$, BadNets) for dataset watermarking and design a hypothesis-test-guided method for dataset verification. We also provide some theoretical analyses of our methods. Experiments on multiple benchmark datasets of different tasks are conducted, which verify the effectiveness of our method. The code for reproducing main experiments is available at \url{https://github.com/THUYimingLi/DVBW}.

📄 PDF Abstract BibTeX arXiv:2209.06015

Code (1)

thuyimingli/dvbw 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Knowledge-Free Black-Box Watermark and Ownership Proof for Image Classification Neural Networks

2022-04-09 · Fangqi Li, Shilin Wang

Watermarking has become a plausible candidate for ownership verification and intellectual property protection of deep neural networks. Regarding image classification neural networks, current watermarking schemes uniforml…

image-classificationImage Classification

WGLE:Backdoor-free and Multi-bit Black-box Watermarking for Graph Neural Networks

2025-06-10 · Tingzhi Li, Xuefeng Liu

Graph Neural Networks (GNNs) are increasingly deployed in graph-related applications, making ownership verification critical to protect their intellectual property against model theft. Fingerprinting and black-box waterm…

CBW: Towards Dataset Ownership Verification for Speaker Verification via Clustering-based Backdoor Watermarking

2025-03-02 · Yiming Li, Kaiying Yan, Shuo Shao, Tongqing Zhai 외

With the increasing adoption of deep learning in speaker verification, large-scale speech datasets have become valuable intellectual property. To audit and prevent the unauthorized usage of these valuable released datase…

Speaker Verification

SSCL-BW: Sample-Specific Clean-Label Backdoor Watermarking for Dataset Ownership Verification

2025-10-30 · Yingjia Wang, Ting Qiao, Xing Liu, Chongzuo Li 외 arxiv

The rapid advancement of deep neural networks (DNNs) heavily relies on large-scale, high-quality datasets. However, unauthorized commercial use of these datasets severely violates the intellectual property rights of data…

Data Taggants: Dataset Ownership Verification via Harmless Targeted Data Poisoning

2024-10-09 · Wassim Bouaziz, El-Mahdi El-Mhamdi, Nicolas Usunier

Dataset ownership verification, the process of determining if a dataset is used in a model's training data, is necessary for detecting unauthorized data usage and data contamination. Existing approaches, such as backdoor…

Data Poisoning