Watermarking Discrete Diffusion Language Models
Avi Bagchi, Akhil Bhimaraju, Moulik Choraria, Daniel Alabi, Lav R. Varshney
TL;DR
This work addresses the need to watermark discrete diffusion language models to ensure authenticity and traceability. It introduces a distribution-preserving Gumbel-max embedding at every diffusion step with sequence-index seeding for reliable detection, and proves distortion-freeness along with an exponential decay in false-detection probability as the token sequence length grows. Empirically, the method demonstrated reliable detectability on state-of-the-art discrete diffusion models like LLaDA while preserving perplexity and benchmark performance, unlike prior green-list approaches. The results establish a practical, theoretically grounded approach to watermarking discrete diffusion language models and point to future work on broader model support and robustness enhancements.
Abstract
Watermarking has emerged as a promising technique to track AI-generated content and differentiate it from authentic human creations. While prior work extensively studies watermarking for autoregressive large language models (LLMs) and image diffusion models, none address discrete diffusion language models, which are becoming popular due to their high inference throughput. In this paper, we introduce the first watermarking method for discrete diffusion models by applying the distribution-preserving Gumbel-max trick at every diffusion step and seeding the randomness with the sequence index to enable reliable detection. We experimentally demonstrate that our scheme is reliably detectable on state-of-the-art diffusion language models and analytically prove that it is distortion-free with an exponentially decaying probability of false detection in the token sequence length.
