Hashed Watermark as a Filter: A Unified Defense Against Forging and Overwriting Attacks in Neural Network Watermarking
Yuan Yao, Jian Jin, Jin Song
aaai
Research metadataShow detailsHide details
- Affiliations
- Not available
- Published
- 2026-03-17
- Processed
- 7/25/2026, 12:58:01 PM
- Analysis model
- gemini-2.5-flash
- Analysis status
- analyzed
- Local PDF artifact
- papers/pdf/2026/hashed-watermark-as-a-filter-a-unified-defense-against-forgi.pdf
Summary
This paper introduces NeuralMark, a weight-based neural network watermarking method designed to protect model ownership against forging and overwriting attacks. The core idea is a hashed watermark filter, which uses an irreversible binary watermark generated from a secret key via a hash function to selectively embed watermarks into model parameters. This design intertwines embedding parameters with the hashed watermark, providing robust defense. Empirically, NeuralMark demonstrates effectiveness and robustness across 13 distinct Convolutional and Transformer architectures, five image classification tasks, and one text generation task, maintaining high watermark detection rates while minimally impacting model performance.
Problem
Existing neural network watermarking (NNW) methods, particularly weight-based approaches, face several challenges:
- Vulnerability to Forging Attacks: Current weight-based methods are susceptible to adversaries fabricating counterfeit watermarks and inferring the corresponding secret key through reverse engineering, leading to ownership ambiguity.