paper-with-me

Papers

Towards Robust Data Hiding Against (JPEG) Compression: A Pseudo-Differentiable Deep Learning Approach

2020-12-30 · Chaoning Zhang, Adil Karjauv, Philipp Benz, In So Kweon

Data hiding is one widely used approach for protecting authentication and ownership. Most multimedia content like images and videos are transmitted or saved in the compressed form. This kind of lossy compression, such as JPEG, can destroy the hidden data, which raises the need of robust data hiding. It is still an open challenge to achieve the goal of data hiding that can be against these compressions. Recently, deep learning has shown large success in data hiding, while non-differentiability of JPEG makes it challenging to train a deep pipeline for improving robustness against lossy compression. The existing SOTA approaches replace the non-differentiable parts with differentiable modules that perform similar operations. Multiple limitations exist: (a) large engineering effort; (b) requiring a white-box knowledge of compression attacks; (c) only works for simple compression like JPEG. In this work, we propose a simple yet effective approach to address all the above limitations at once. Beyond JPEG, our approach has been shown to improve robustness against various image and video lossy compression algorithms.

📄 PDF Abstract BibTeX arXiv:2101.00973

Code (1)

ChaoningZhang/Pseudo-Differentiable-JPEG 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Exploiting Fine-Grained DCT Representations for Hiding Image-Level Messages within JPEG Images

2023-05-11 · Junxue Yang, Xin Liao

Unlike hiding bit-level messages, hiding image-level messages is more challenging, which requires large capacity, high imperceptibility, and high security. Although recent advances in hiding image-level messages have bee…

HiDDeN: Hiding Data With Deep Networks

2018-07-26 · ECCV 2018 9 · Jiren Zhu, Russell Kaplan, Justin Johnson, Li Fei-Fei

Recent work has shown that deep neural networks are highly sensitive to tiny perturbations of input images, giving rise to adversarial examples. Though this property is usually considered a weakness of learned models, we…

Decoder

Hiding Images into Images with Real-world Robustness

2021-10-12 · Qichao Ying, Hang Zhou, Xianhan Zeng, Haisheng Xu 외

The existing image embedding networks are basically vulnerable to malicious attacks such as JPEG compression and noise adding, not applicable for real-world copyright protection tasks. To solve this problem, we introduce…

Light Field Compression by Residual CNN Assisted JPEG

2020-09-30 · Eisa Hedayati, Timothy C. Havens, Jeremy P. Bos

Light field (LF) imaging has gained significant attention due to its recent success in 3-dimensional (3D) displaying and rendering as well as augmented and virtual reality usage. Nonetheless, because of the two extra dim…

Depth EstimationSSIMVideo Compression

JPEG-resistant Adversarial Images

2017-12-08 · NIPS 2017 Workshop on Machine Learning and Computer Security 2017 12 · Richard Shin, Dawn Song

Several papers have explored the use of JPEG compression as a defense against adversarial images. In this work, we show that we can generate adversarial images which survive JPEG compression, by including a differentiabl…