MMCVJul 23, 2018

Invisible Steganography via Generative Adversarial Networks

arXiv:1807.08571v3236 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of improving invisibility and security in image steganography for information hiding applications, representing an incremental advancement.

The paper tackled the problem of image steganography by proposing a CNN architecture called ISGAN to hide a secret gray image in a color cover image, achieving state-of-the-art performance on datasets like LFW, Pascal VOC2012, and ImageNet.

Nowadays, there are plenty of works introducing convolutional neural networks (CNNs) to the steganalysis and exceeding conventional steganalysis algorithms. These works have shown the improving potential of deep learning in information hiding domain. There are also several works based on deep learning to do image steganography, but these works still have problems in capacity, invisibility and security. In this paper, we propose a novel CNN architecture named as \isgan to conceal a secret gray image into a color cover image on the sender side and exactly extract the secret image out on the receiver side. There are three contributions in our work: (i) we improve the invisibility by hiding the secret image only in the Y channel of the cover image; (ii) We introduce the generative adversarial networks to strengthen the security by minimizing the divergence between the empirical probability distributions of stego images and natural images. (iii) In order to associate with the human visual system better, we construct a mixed loss function which is more appropriate for steganography to generate more realistic stego images and reveal out more better secret images. Experiment results show that ISGAN can achieve start-of-art performances on LFW, Pascal VOC2012 and ImageNet datasets.

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