CVCRNov 11, 2024

Watermark Anything with Localized Messages

Meta AI
arXiv:2411.07231v255 citationsh-index: 48Has CodeICLR
Originality Incremental advance
AI Analysis

This addresses a limitation in real-world image editing and sourcing applications, offering incremental improvements in localized watermarking capabilities.

The authors tackled the problem of image watermarking for small areas, introducing the Watermark Anything Model (WAM) that embeds and extracts localized watermarks, achieving less than 1 bit error for 32-bit messages in regions as small as 10% of the image surface.

Image watermarking methods are not tailored to handle small watermarked areas. This restricts applications in real-world scenarios where parts of the image may come from different sources or have been edited. We introduce a deep-learning model for localized image watermarking, dubbed the Watermark Anything Model (WAM). The WAM embedder imperceptibly modifies the input image, while the extractor segments the received image into watermarked and non-watermarked areas and recovers one or several hidden messages from the areas found to be watermarked. The models are jointly trained at low resolution and without perceptual constraints, then post-trained for imperceptibility and multiple watermarks. Experiments show that WAM is competitive with state-of-the art methods in terms of imperceptibility and robustness, especially against inpainting and splicing, even on high-resolution images. Moreover, it offers new capabilities: WAM can locate watermarked areas in spliced images and extract distinct 32-bit messages with less than 1 bit error from multiple small regions -- no larger than 10% of the image surface -- even for small 256x256 images. Training and inference code and model weights are available at https://github.com/facebookresearch/watermark-anything.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes