CRMLFeb 27, 2020

Entangled Watermarks as a Defense against Model Extraction

arXiv:2002.12200v2291 citations
AI Analysis

This addresses the issue of intellectual property leakage for model owners by providing a more robust defense against model extraction, though it is incremental as it builds on existing watermarking methods.

The paper tackles the problem of defending against model extraction attacks by introducing Entangled Watermarking Embeddings (EWE), which entangle watermarks with legitimate data to prevent easy removal, resulting in the defender being able to claim model ownership with 95% confidence using less than 100 queries while maintaining model performance with an average cost below 0.81 percentage points.

Machine learning involves expensive data collection and training procedures. Model owners may be concerned that valuable intellectual property can be leaked if adversaries mount model extraction attacks. As it is difficult to defend against model extraction without sacrificing significant prediction accuracy, watermarking instead leverages unused model capacity to have the model overfit to outlier input-output pairs. Such pairs are watermarks, which are not sampled from the task distribution and are only known to the defender. The defender then demonstrates knowledge of the input-output pairs to claim ownership of the model at inference. The effectiveness of watermarks remains limited because they are distinct from the task distribution and can thus be easily removed through compression or other forms of knowledge transfer. We introduce Entangled Watermarking Embeddings (EWE). Our approach encourages the model to learn features for classifying data that is sampled from the task distribution and data that encodes watermarks. An adversary attempting to remove watermarks that are entangled with legitimate data is also forced to sacrifice performance on legitimate data. Experiments on MNIST, Fashion-MNIST, CIFAR-10, and Speech Commands validate that the defender can claim model ownership with 95\% confidence with less than 100 queries to the stolen copy, at a modest cost below 0.81 percentage points on average in the defended model's performance.

Code Implementations3 repos
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes