All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Reverse Engineering Google's SynthID Watermark: Detection and Removal Through Spectral Analysis

By

_tk_

1mo ago· 6 min readenCode

Summary

This article describes a GitHub project that reverse-engineers Google's SynthID watermarking system used in Gemini-generated images. The project uses signal processing and spectral analysis to discover the watermark's resolution-dependent carrier frequency structure, build a detector with 90% accuracy, and develop a multi-resolution spectral bypass that achieves 75% effectiveness in removing the watermark without access to Google's proprietary encoder/decoder.

Key quotes

· 5 pulled
This project reverse-engineers Google's SynthID watermarking system - the invisible watermark embedded into every image generated by Google Gemini
Using only signal processing and spectral analysis (no access to the proprietary encoder/decoder)
Discovered the watermark's resolution-dependent carrier frequency structure
Built a detector that identifies SynthID watermarks with 90% accuracy
Developed a multi-resolution spectral bypass (V3) that achieves 75% c
Snippet from the RSS feed
reverse engineering Gemini's SynthID detection. Contribute to aloshdenny/reverse-SynthID development by creating an account on GitHub.

You might also wanna read