Papers for

digital content platforms

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

Region aware method speeds semantic watermark extraction from diffusion images

RAIN: Region-Aware Inversion Network for Semantic Watermark Extraction

Abstract: Semantic watermarks for diffusion models embed ownership information into the generative process while preserving perceptual quality, but Gaussian-Shading extraction conventionally requires multi-step diffusion inversion to recover the initial noise. Recent one-step methods show that this cost can be reduced substantially. We study this problem through extended flow matching and conditional regression. The key observation is that, near the high-SNR image endpoint, recovering a useful noise statistic given by the first-step output of the extended flow matching in the high-SNR regime is much simpler than reconstructing the full inverse trajectory, and Gaussian Shading only requires the recovered latent to remain in the correct watermark decision region. Based on this observation, we propose a lightweight, prompt-free extractor that decomposes endpoint recovery into an image-like anchor and a noise-oriented residual, which increases the capability of the model to utilize GPU parallel computation. The resulting method avoids iterative inversion and repeated evaluation of a diffusion-scale U-Net, providing an efficient one-step extraction pipeline with a concise theoretical interpretation. The computational cost of extracting noise is lower than that of both OSI and FARI. The github repo is there: https://github.com/TheLovesOfLadyPurple/RAIN-lightweight-NN-for-one-step-semantic-watermark-extraction

Mon 14 SeptComputer Vision and Pattern RecognitionArtificial Intelligence
The gist
Extracting hidden ownership marks in AI-generated images usually takes several slow steps. The authors show it’s simpler to focus on just the important parts near the final picture, making the process faster and less complex. They build a new tool that breaks down the recovery into easier pieces, so it runs quickly on modern GPUs without extra prompts. This method avoids repeated, costly computation, making watermark reading more efficient.
Open 2609.14856v1