Skip to content
cd ../twil
1 min readTWIL #024

TWIL #024 - Google's Billion-Dollar AI Watermark Was Defeated in Weeks

Google's SynthID AI watermark - built to be undetectable and unremovable - was bypassed by an open-source tool that dropped detection confidence from 91% to 2%.

  • #ai
  • #tech
  • #security

SynthID is Google's invisible watermarking system for AI-generated images. It works by embedding a hidden mathematical pattern directly into the pixel data of an image - imperceptible to the human eye, but detectable by Google's verification tool. Google positioned it as a robust way to identify AI-generated content at scale.

The reality proved more complicated.

An open-source tool called reverse-SynthID demonstrated a bypass using a 7-stage attack pipeline:

  1. Identify the frequency signature of the watermark
  2. Apply targeted Fourier-domain filtering to isolate it
  3. Subtract the pattern without visibly degrading the image
  4. Repeat across multiple passes to handle residual traces
  5. Final quality-preserving post-processing

The result: detection confidence dropped from 91% to 2%, while the image remained visually indistinguishable from the original. A watermark designed to be unremovable was removed.

This fits a broader pattern in digital rights management. Any system that embeds detectable information into a file - visible or invisible - eventually faces adversarial analysis. Once a signal's general structure is known, it becomes a target for signal processing techniques. The gap between "works against a naive attacker" and "works against a motivated developer with signal processing tools" is often smaller than expected.

The more interesting question is what this means for AI content verification at scale. Watermarks that survive casual copying may not survive determined removal - which means watermarking works as a disclosure tool, not an enforcement mechanism.