ICML 2026

Catch-22: On the Fundamental Tradeoff Between Detectability and Robustness in LLM Watermarking

Kuheli Pratihar and Debdeep Mukhopadhyay

LLM watermarks face a Catch-22: signals that survive editing tend to become easier for keyless observers to detect, while signals that remain stealthy are often easier to erase.

Prompt figure showing token symbols and the input prompt
Keyed sampling figure showing prompt tokens passing through the model and keyed probabilistic sampling
Watermarked output figure showing the generated sentence and selected token
Verifier figure showing keyed verification of the watermarked output
Updated Catch-22 diagram showing the watermark signal tradeoff flow

Watermarking tradeoff

A watermark hides a keyed signal in model output.

The verifier should still recover it after edits, while a keyless observer should not be able to see the shift.

Watermarked text compared with unwatermarked text to show stealth under normal reading
Stealth

The surface text should look ordinary to a keyless observer; the signal is meant to stay hidden unless the verifier has the key.

Edited watermarked output still preserving an extractable watermark signal
Robustness

After edits, the verifier should still recover enough of the watermark to identify the generated text as watermarked.

Catch-22 flow showing stronger watermark layers and their tradeoff with observability
Catch-22

Making the signal stronger improves robustness, but it often increases detectability; making it stealthier can make it easier to erase.