paper-with-me

Papers

Split then Refine: Stacked Attention-guided ResUNets for Blind Single Image Visible Watermark Removal

2020-12-13 · Xiaodong Cun, Chi-Man Pun

Digital watermark is a commonly used technique to protect the copyright of medias. Simultaneously, to increase the robustness of watermark, attacking technique, such as watermark removal, also gets the attention from the community. Previous watermark removal methods require to gain the watermark location from users or train a multi-task network to recover the background indiscriminately. However, when jointly learning, the network performs better on watermark detection than recovering the texture. Inspired by this observation and to erase the visible watermarks blindly, we propose a novel two-stage framework with a stacked attention-guided ResUNets to simulate the process of detection, removal and refinement. In the first stage, we design a multi-task network called SplitNet. It learns the basis features for three sub-tasks altogether while the task-specific features separately use multiple channel attentions. Then, with the predicted mask and coarser restored image, we design RefineNet to smooth the watermarked region with a mask-guided spatial attention. Besides network structure, the proposed algorithm also combines multiple perceptual losses for better quality both visually and numerically. We extensively evaluate our algorithm over four different datasets under various settings and the experiments show that our approach outperforms other state-of-the-art methods by a large margin. The code is available at http://github.com/vinthony/deep-blind-watermark-removal.

📄 PDF Abstract BibTeX arXiv:2012.07007

Code (1)

vinthony/deep-blind-watermark-removal 공식 구현 pytorch

Similar Papers 제목 키워드 기반

FMA-Net: Flow-Guided Dynamic Filtering and Iterative Feature Refinement with Multi-Attention for Joint Video Super-Resolution and Deblurring

2024-01-08 · CVPR 2024 1 · Geunhyuk Youk, Jihyong Oh, Munchurl Kim

We present a joint learning scheme of video super-resolution and deblurring, called VSRDB, to restore clean high-resolution (HR) videos from blurry low-resolution (LR) ones. This joint restoration problem has drawn much …

DeblurringRepresentation LearningSuper-ResolutionVideo Super-Resolution

Progressively Guided Alternate Refinement Network for RGB-D Salient Object Detection

2020-08-17 · ECCV 2020 8 · Shuhan Chen, Yun Fu

In this paper, we aim to develop an efficient and compact deep network for RGB-D salient object detection, where the depth image provides complementary information to boost performance in complex scenarios. Starting from…

object-detectionObject DetectionRGB-D Salient Object DetectionRGB Salient Object Detection+1

Co-Stack Residual Affinity Networks with Multi-level Attention Refinement for Matching Text Sequences

2018-10-06 · EMNLP 2018 10 · Yi Tay, Luu Anh Tuan, Siu Cheung Hui

Learning a matching function between two text sequences is a long standing problem in NLP research. This task enables many potential applications such as question answering and paraphrase identification. This paper propo…

Paraphrase IdentificationQuestion Answering

Adaptive Mask-based Pyramid Network for Realistic Bokeh Rendering

2022-10-28 · Konstantinos Georgiadis, Albert Saà-Garriga, Mehmet Kerim Yucel, Anastasios Drosou 외

Bokeh effect highlights an object (or any part of the image) while blurring the rest of the image, and creates a visually pleasant artistic effect. Due to the sensor-based limitations on mobile devices, machine learning …

Bokeh Effect Rendering

Stacked Hybrid-Attention and Group Collaborative Learning for Unbiased Scene Graph Generation

2022-03-18 · CVPR 2022 1 · Xingning Dong, Tian Gan, Xuemeng Song, Jianlong Wu 외

Scene Graph Generation, which generally follows a regular encoder-decoder pipeline, aims to first encode the visual contents within the given image and then parse them into a compact summary graph. Existing SGG approache…

DecoderGraph GenerationScene Graph GenerationUnbiased Scene Graph Generation