Detect whether an image was generated by Gemini using the SynthID watermark detector with 90% accuracy.
Test the Round 06 bypass pipeline to reduce watermark signals in Gemini-generated images while preserving visual quality.
Analyze frequency-domain patterns in AI-generated images to understand how carrier-frequency watermarks are embedded.
Study the difference between SynthID V3 and V4 model variant watermark profiles using cross-color phase consensus.
Research code requiring understanding of spectral analysis and signal processing, complex Python dependencies.
reverse-SynthID is a research project that reverse-engineers the invisible watermark Google embeds into images generated by Gemini, called SynthID. The goal is to understand how that watermark works and whether it can be detected or removed using only signal processing, no access to Google's proprietary encoder or decoder. The watermark is embedded as an imperceptible pattern in pixel values, specifically as a carrier frequency structure in the image's high-frequency range. The project discovered this structure through spectral analysis (examining an image's frequency content, similar to how audio engineers analyze sound) and used that knowledge to build three things: a detector that identifies SynthID-watermarked images with 90% accuracy, a V3 bypass that reduces carrier energy by 75% and phase coherence by 91% while maintaining 43+ dB PSNR (a measure of image quality, higher means closer to the original), and a V4 generalization with separate profiles for two Gemini model variants, built from cross-color phase consensus to isolate watermark signals from image content. The culmination is a Round 06 all-in-one attack pipeline with seven stages, VAE re-generation, elastic deformation, squeeze, color adjustment, and JPEG compression, that defeats the SynthID detector on both tested Gemini models while producing visually lossless output. The project is Python-based and described as research. The full README is longer than what was provided.
← aloshdenny on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.