CVIVDec 14, 2020

WDNet: Watermark-Decomposition Network for Visible Watermark Removal

arXiv:2012.07616v279 citationsHas Code
AI Analysis

This work provides an improved method for visible watermark removal, which is beneficial for copyright protection and anti-attack techniques in digital image processing.

This paper addresses the challenge of removing visible watermarks from images, which is complicated by the variability of watermark characteristics. The authors propose WDNet, a two-stage network that decomposes watermarks from images rather than simply removing them, achieving superior accuracy and efficiency on both grayscale and colored watermark datasets.

Visible watermarks are widely-used in images to protect copyright ownership. Analyzing watermark removal helps to reinforce the anti-attack techniques in an adversarial way. Current removal methods normally leverage image-to-image translation techniques. Nevertheless, the uncertainty of the size, shape, color and transparency of the watermarks set a huge barrier for these methods. To combat this, we combine traditional watermarked image decomposition into a two-stage generator, called Watermark-Decomposition Network (WDNet), where the first stage predicts a rough decomposition from the whole watermarked image and the second stage specifically centers on the watermarked area to refine the removal results. The decomposition formulation enables WDNet to separate watermarks from the images rather than simply removing them. We further show that these separated watermarks can serve as extra nutrients for building a larger training dataset and further improving removal performance. Besides, we construct a large-scale dataset named CLWD, which mainly contains colored watermarks, to fill the vacuum of colored watermark removal dataset. Extensive experiments on the public gray-scale dataset LVW and CLWD consistently show that the proposed WDNet outperforms the state-of-the-art approaches both in accuracy and efficiency. The code and CLWD dataset are publicly available at https://github.com/MRUIL/WDNet.

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