paper-with-me

Papers

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 explore whether it can be beneficial. We find that neural networks can learn to use invisible perturbations to encode a rich amount of useful information. In fact, one can exploit this capability for the task of data hiding. We jointly train encoder and decoder networks, where given an input message and cover image, the encoder produces a visually indistinguishable encoded image, from which the decoder can recover the original message. We show that these encodings are competitive with existing data hiding algorithms, and further that they can be made robust to noise: our models learn to reconstruct hidden information in an encoded image despite the presence of Gaussian blurring, pixel-wise dropout, cropping, and JPEG compression. Even though JPEG is non-differentiable, we show that a robust model can be trained using differentiable approximations. Finally, we demonstrate that adversarial training improves the visual quality of encoded images.

📄 PDF Abstract BibTeX arXiv:1807.09937

Code (7)

ando-khachatryan/HiDDeN pytorch
antigonerandy/siren pytorch
cuteyyt/ImageSteganography pytorch
dungpham98/Hidden_Blocking_Artifact_Reduction pytorch
dungpham98/Hidden_Mismatch pytorch
jirenz/HiDDeN pytorch
zhaow32/HiDDeN pytorch

Tasks

Decoder

Similar Papers 제목 키워드 기반

DeepMIH: Deep Invertible Network for MultipleImage Hiding

2022-01-10 · IEEE TPAMI 2022 1 · Zhenyu Guan; Junpeng Jing; Xin Deng; Mai Xu; Lai Jiang; Zhou Zhang; Yipeng Li

Multiple image hiding aims to hide multiple secret images into a single cover image, and then recover all secret images perfectly. Such high-capacity hiding may easily lead to contour shadows or color distortion, which m…

Learning Invisible Markers for Hidden Codes in Offline-to-Online Photography

2022-01-01 · CVPR 2022 1 · Jun Jia, Zhongpai Gao, Dandan Zhu, Xiongkuo Min 외

QR (quick response) codes are widely used as an offline-to-online channel to convey information (e.g., links) from publicity materials (e.g., display and print) to mobile devices. However, QR Codes are not favorable …

Detection of Information Hiding at Anti-Copying 2D Barcodes

2020-03-20 · Ning Xie, Ji Hu, Junjie Chen, Qiqi Zhang 외

This paper concerns the problem of detecting the use of information hiding at anti-copying 2D barcodes. Prior hidden information detection schemes are either heuristicbased or Machine Learning (ML) based. The key limitat…

HiNet: Deep Image Hiding by Invertible Network

2021-01-01 · ICCV 2021 10 · Junpeng Jing, Xin Deng, Mai Xu, Jianyi Wang 외

Image hiding aims to hide a secret image into a cover image in an imperceptible way, and then recover the secret image perfectly at the receiver end. Capacity, invisibility and security are three primary challenges i…

Image Steganography

UDH: Universal Deep Hiding for Steganography, Watermarking, and Light Field Messaging

2020-12-01 · NeurIPS 2020 12 · Chaoning Zhang, Philipp Benz, Adil Karjauv, Geng Sun 외

Neural networks have been shown effective in deep steganography for hiding a full image in another. However, the reason for its success remains not fully clear. Under the existing cover ($C$) dependent deep hiding (DDH) …