paper-with-me

홈 › Papers

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

2025-03-02 · Yiming Li, Kaiying Yan, Shuo Shao, Tongqing Zhai, Shu-Tao Xia, Zhan Qin, DaCheng Tao

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 datasets, especially in commercial or open-source scenarios, we propose a novel dataset ownership verification method. Our approach introduces a clustering-based backdoor watermark (CBW), enabling dataset owners to determine whether a suspicious third-party model has been trained on a protected dataset under a black-box setting. The CBW method consists of two key stages: dataset watermarking and ownership verification. During watermarking, we implant multiple trigger patterns in the dataset to make similar samples (measured by their feature similarities) close to the same trigger while dissimilar samples are near different triggers. This ensures that any model trained on the watermarked dataset exhibits specific misclassification behaviors when exposed to trigger-embedded inputs. To verify dataset ownership, we design a hypothesis-test-based framework that statistically evaluates whether a suspicious model exhibits the expected backdoor behavior. We conduct extensive experiments on benchmark datasets, verifying the effectiveness and robustness of our method against potential adaptive attacks. The code for reproducing main experiments is available at https://github.com/Radiant0726/CBW

📄 PDF Abstract BibTeX arXiv:2503.05794

Code (1)

radiant0726/cbw 공식 구현 pytorch

Tasks

Speaker Verification

Similar Papers 제목 키워드 기반

Clustering-based hard negative sampling for supervised contrastive speaker verification

2025-07-23 · Piotr Masztalski, Michał Romaniuk, Jakub Żak, Mateusz Matuszewski 외 arxiv

In speaker verification, contrastive learning is gaining popularity as an alternative to the traditionally used classification-based approaches. Contrastive methods can benefit from an effective use of hard negative pair…

Representation LearningSpeaker VerificationContrastive Learning

On the influence of language similarity in non-target speaker verification trials

2025-06-03 · Paul M. Reuter, Michael Jessen

In this paper, we investigate the influence of language similarity in cross-lingual non-target speaker verification trials using a state-of-the-art speaker verification system, ECAPA-TDNN, trained on multilingual and mon…

Speaker Verification

FedSOV: Federated Model Secure Ownership Verification with Unforgeable Signature

2023-05-10 · Wenyuan Yang, Gongxi Zhu, Yuguo Yin, Hanlin Gu 외

Federated learning allows multiple parties to collaborate in learning a global model without revealing private data. The high cost of training and the significant value of the global model necessitates the need for owner…

Federated Learning

Backdoor Attack against Speaker Verification

2020-10-22 · Tongqing Zhai, Yiming Li, Ziqi Zhang, Baoyuan Wu 외

Speaker verification has been widely and successfully adopted in many mission-critical areas for user identification. The training of speaker verification requires a large amount of data, therefore users usually need to …

Backdoor AttackClusteringSpeaker VerificationUser Identification

CertDW: Towards Certified Dataset Ownership Verification via Conformal Prediction

2025-06-16 · Ting Qiao, Yiming Li, Jianbin Li, Yingjia Wang 외

Deep neural networks (DNNs) rely heavily on high-quality open-source datasets (e.g., ImageNet) for their success, making dataset ownership verification (DOV) crucial for protecting public dataset copyrights. In this pape…

Conformal Prediction