Share your thoughts, 1 month free Claude Pro on usSee more
WorkDL logo mark

MBRS : Enhancing Robustness of DNN-based Watermarking by Mini-Batch of Real and Simulated JPEG Compression

About

Based on the powerful feature extraction ability of deep learning architecture, recently, deep-learning based watermarking algorithms have been widely studied. The basic framework of such algorithm is the auto-encoder like end-to-end architecture with an encoder, a noise layer and a decoder. The key to guarantee robustness is the adversarial training with the differential noise layer. However, we found that none of the existing framework can well ensure the robustness against JPEG compression, which is non-differential but is an essential and important image processing operation. To address such limitations, we proposed a novel end-to-end training architecture, which utilizes Mini-Batch of Real and Simulated JPEG compression (MBRS) to enhance the JPEG robustness. Precisely, for different mini-batches, we randomly choose one of real JPEG, simulated JPEG and noise-free layer as the noise layer. Besides, we suggest to utilize the Squeeze-and-Excitation blocks which can learn better feature in embedding and extracting stage, and propose a "message processor" to expand the message in a more appreciate way. Meanwhile, to improve the robustness against crop attack, we propose an additive diffusion block into the network. The extensive experimental results have demonstrated the superior performance of the proposed scheme compared with the state-of-the-art algorithms. Under the JPEG compression with quality factor Q=50, our models achieve a bit error rate less than 0.01% for extracted messages, with PSNR larger than 36 for the encoded images, which shows the well-enhanced robustness against JPEG attack. Besides, under many other distortions such as Gaussian filter, crop, cropout and dropout, the proposed framework also obtains strong robustness. The code implemented by PyTorch \cite{2011torch7} is avaiable in https://github.com/jzyustc/MBRS.

Zhaoyang Jia, Han Fang, Weiming Zhang• 2021

Related benchmarks

TaskDatasetResultRank
Digital WatermarkingIndicSideFace 33
PSNR44.08
48
Image WatermarkingMS-COCO
PSNR32.1
28
Watermark GenerationCOCO
PSNR39.2089
21
Image WatermarkingDiffusionDB
PSNR31.8
17
Watermarked Image Quality EvaluationCelebA-HQ
PSNR33.0456
14
Watermark ExtractionHost-watermarked images (clean)
Extraction Accuracy100
10
Watermark ExtractionHost-watermarked images (Channel distortions)
Extraction Accuracy100
10
Watermark ExtractionCOCO 5,000 images (test)
Extraction Accuracy (Clean)100
10
Watermark ExtractionCOCO (test)
Clean Success Rate93
10
Watermark RecoveryCelebA-HQ 128x128 resolution (test)
Jpeg Test BER0.2597
10
Showing 10 of 20 rows

Other info

Follow for update