Ilmu Komputer & AI editorial
Forging Tree-Ring: Reproducing and Instrumenting Black-Box Semantic Watermark Forgery
The core problem
Innovation
The reproduction follows the released code of Müller et al. for the Reprompt forgery attack against Tree-Ring on SDXL. The experimental design comprises three arms: genuine images generated with the watermarking key, clean images generated without any watermark, and forged images produced by the attack without key access. Six trials are run across the three arms, yielding eighteen observations. The attack is executed on dual T4 GPUs with 14.6 GB of usable memory per device, requiring half-precision (FP16) execution. Because SDXL's pipeline makes direct autoencoder calls that are incompatible with half precision, the pipeline is patched to route those calls through a half-precision-safe path. A controlled probe verifies that the patched path leaves the detector statistic unchanged. The released detector computes a non-central chi-squared statistic but returns only its cumulative distribution function (CDF). The discarded statistic is recovered by inverting the CDF relationship. Formally, if the detector returns
Why it matters
Who should read this
Opening member content…