TATTOOED: A Robust Deep Neural Network Watermarking Scheme based on Spread-Spectrum Channel Coding
Giulio Pagnotta, Dorjan Hitaj, Briland Hitaj, Fernando Perez-Cruz, Luigi V. Mancini
TL;DR
TATTOOED introduces a CDMA spread-spectrum watermarking scheme for deep neural networks that embeds a multi-bit watermark directly into model weights post-training. It combines an LDPC encoder with CDMA spreading to encode the watermark into a subset of parameters, producing $W_{wtm} = W + \gamma \mathbf{C}\mathbf{m}$, and retrieves it via CDMA/CDMA decoding followed by LDPC decoding. Across image, text, and audio domains and multiple architectures, it achieves near-zero degradation in task performance and remains BER=0 under strong attacks like RTAL, FTAL, and REFIT, while resisting pruning, shuffling, and overwriting due to the spread-spectrum encoding. The results indicate that TATTOOED offers a robust, general, and secure approach for DNN IP protection with practical post-training deployment and broad applicability to modern models including large-scale ones.
Abstract
Watermarking of deep neural networks (DNNs) has gained significant traction in recent years, with numerous (watermarking) strategies being proposed as mechanisms that can help verify the ownership of a DNN in scenarios where these models are obtained without the permission of the owner. However, a growing body of work has demonstrated that existing watermarking mechanisms are highly susceptible to removal techniques, such as fine-tuning, parameter pruning, or shuffling. In this paper, we build upon extensive prior work on covert (military) communication and propose TATTOOED, a novel DNN watermarking technique that is robust to existing threats. We demonstrate that using TATTOOED as their watermarking mechanisms, the DNN owner can successfully obtain the watermark and verify model ownership even in scenarios where 99% of model parameters are altered. Furthermore, we show that TATTOOED is easy to employ in training pipelines, and has negligible impact on model performance.
