← Latest papers
🤖 machine learning

Watermark Forensics for Generative Models: An Information-Theoretic Perspective

This paper establishes a fundamental information-theoretic framework for generative model watermarks, proving that statistically distortion-free multi-user attribution and payload extraction require sample lengths proportional to the secret's entropy divided by the source's entropy rate, while revealing inherent trade-offs between detection, attribution, and localization.

Original authors: Xiaoyu Li, Zheng Gao, Xiaoyan Feng, Jiaojiao Jiang, Yulei Sui, Jiankun Hu

Published 2026-07-15
📖 6 min read🧠 Deep dive

Original authors: Xiaoyu Li, Zheng Gao, Xiaoyan Feng, Jiaojiao Jiang, Yulei Sui, Jiankun Hu

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you have a magical fountain that spits out stories, pictures, or songs. Now, imagine the owner of the fountain wants to know: "Did a human write this, or did the machine?" Even better, they want to know: "Which specific human asked the machine to write it?" and "Can we find the hidden secret message the human hid inside?"

This paper treats these questions like a forensic ladder. You can climb the ladder rung by rung, but here's the twist: every step up costs more "tokens" (the little building blocks of text or images). The higher you want to climb, the longer the story needs to be.

The Magic Ledger: The "Information Profile"

The authors discovered that all these forensic questions are actually just different ways of reading a single, invisible map called the Information Profile.

Think of the secret (like a user's name or a hidden message) as a heavy backpack. The "Information Profile" is a map showing exactly where that backpack is placed inside the story.

  • The Mass: How much of the backpack is there? (This pays for Attribution and Extraction).
  • The Shape: Where is the backpack sitting? Is it spread out over the whole story, or hidden in just a few spots? (This pays for Localization).

The paper argues that you can't cheat the math. The amount of information the machine actually puts into the story at the moment of creation is the only currency you have. You can't spend more than you deposited.

The Ladder of Questions

Rung 0: Detection (Is it AI?)

  • The Question: "Is this story machine-made?"
  • The Cost: This is the cheapest rung. It only costs a tiny bit of "distortion" (making the story slightly different from a natural one).
  • The Catch: Just because you can detect it's AI doesn't mean you know who made it. The paper proves there is a "blind spot" window: a story can be loud enough to scream "I am AI!" but still be too short to whisper "I was made by User #42."

Rung 1: Attribution (Who made it?)

  • The Question: "Which of the NN users generated this?"
  • The Cost: This gets expensive fast. To identify one user out of a crowd of NN, the story needs to be roughly logN\log N tokens long.
  • The Surprise: The paper found a "trap" in how people usually count. If you just look for keys that match the text perfectly, you might need 1.6 times more tokens than necessary (specifically, the ratio of the source's entropy rate hh to its Rényi-2 rate r2r_2). The authors show a smarter way to count that saves you that extra 60% cost.

Rung 2: Extraction (What's the secret?)

  • The Question: "What is the hidden message?"
  • The Cost: Similar to attribution. If you want to hide a message of \ell bits, you need a story long enough to carry that weight.

Rung 3: Localization (Where is the mark?)

  • The Question: "Which specific part of the story holds the secret?"
  • The Cost: This is the hardest part. The paper proves a strict rule: You cannot have a tiny, hidden mark that survives cropping.
  • The Analogy: Imagine trying to hide a secret in a single grain of sand on a beach. If someone cuts out a chunk of the beach (cropping), they might take your grain and leave the rest. To survive any cut, your secret has to be spread out over the entire beach. If you want to pinpoint exactly where the mark is, the mark must be everywhere. You can't have a small footprint and fine resolution at the same time.

The Two Types of Watermarks

The paper sorts watermarks into two camps, which act like two different ways of carrying that backpack:

  1. The "Biasing" Watermark (The Thin Spread):

    • How it works: It whispers a tiny secret into every single token of the story. It's subtle everywhere.
    • The Cost: Because the secret is so thin, you need a very long story to hear it clearly enough to identify the user. The cost is tied to how much you are allowed to distort the text.
    • Real-world examples: Most current text watermarks (like the "green-list" method) are like this. They are everywhere, but they need long texts to work for attribution.
  2. The "Embedding" Watermark (The Loud Stamp):

    • How it works: It shouts the secret loudly, but only in a few specific spots (like the first few words).
    • The Cost: This is cheap! You can identify the user with a very short text because the secret is loud and clear.
    • The Catch: It's fragile. If someone edits the text or crops the image, the secret is gone.
    • Real-world examples: The paper found that almost no real-world watermark actually uses this "small footprint" trick effectively. Most "embedding" watermarks (like those for images) actually spread the secret over the whole image to survive editing, which makes them "biasing" in disguise.

What the Paper Rules Out

  • The "Magic Bullet": The paper explicitly says you cannot have a watermark that is tiny (small footprint), invisible (distortion-free), and survives editing (crop-robust) all at once. The math forbids it. If you want to survive editing, the mark must be big.
  • The "Free Lunch": You cannot get attribution (identifying the user) for free. It always costs more tokens than simple detection. There is a guaranteed gap where a text is detectable as AI but unattributable to a specific person.

How Sure Are They?

The authors are very confident about the math. They have proved the "ladder" costs using strict information theory (like proving a law of physics).

  • Proven: The costs for detection, attribution, and the "uncertainty principle" between footprint and localization are mathematically proven.
  • Simulated: They tested these theories on real AI models (GPT-2, Pythia, Qwen2.5) and found the numbers matched perfectly. For example, they confirmed the "1.6x overcharge" trap in real language models.
  • Open Question: They admit that while they proved the math for "perfectly aligned" text, they haven't fully solved how this works if the text is edited (like someone deleting a sentence). That part is still a mystery they are working on.

The Bottom Line

Watermarks aren't magic stickers you can stick anywhere. They are a trade-off.

  • Want to know if it's AI? Easy, short text.
  • Want to know who made it? You need a longer text.
  • Want to know where the mark is? You need the mark to be everywhere, or it will vanish if the text is cut.

The paper gives us the exact price list for these secrets, showing that in the world of AI, you can't have it all without paying the token tax.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →