Search papers, labs, and topics across Lattice.
This paper introduces an innovative attribute-based watermarking technique for generative AI models, addressing the critical challenge of safely delegating detection capabilities without compromising undetectability. By associating generated outputs with specific attributes and constraining detection keys through policy controls, the method ensures that only outputs matching the policy can be detected, while others remain indistinguishable from unwatermarked content. The authors provide a formal security analysis and empirical evaluation, demonstrating the effectiveness and practicality of their approach in real-world scenarios.
Attribute-based watermarking allows for fine-grained control over detection, preventing malicious use of detection keys while maintaining undetectability of outputs.
Generative AI systems increasingly produce content whose provenance is difficult to verify, motivating watermarking techniques for identifying model-generated outputs. Existing cryptographic watermarking methods provide strong undetectability guarantees: without a detection key, watermarked outputs are computationally indistinguishable from unwatermarked ones. However, these approaches do not address the crucial deployment challenge of how to safely delegate detection capabilities. With an unrestricted detection key, a malicious detector may use the detection key beyond its intended scope, enabling watermark sanitization, scope abuse, and user profiling. To mitigate this safety concern, we introduce, to the best of our knowledge, the first \emph{attribute-based watermarking} for generative AI models, providing fine-grained, policy-controlled watermark detection. In our approach, each generated output is associated with attributes, and each detection key is \emph{constrained by a policy} on potential attributes. A detection key can only be used to detect watermarked outputs whose attributes satisfy the corresponding policy, while watermarked outputs that fall outside the policy remain computationally indistinguishable from unwatermarked ones. We construct such an attribute-based watermarking scheme and formalize its security properties, including consistency, adaptive robustness to bounded corruptions, undetectability, and soundness, along with a security proof under standard cryptographic assumptions. Our construction integrates constrained pseudorandom functions, pseudorandom error-correcting codes, and randomness recovery procedures with generative AI models. Finally, we implement a prototype and an empirical evaluation, demonstrating that attribute-based watermarking is both effective and practical.