paper-with-me

홈 › Papers

PRIS: Practical robust invertible network for image steganography

2023-09-24 · Hang Yang, Yitian Xu, Xuhua Liu, Xiaodong Ma

Image steganography is a technique of hiding secret information inside another image, so that the secret is not visible to human eyes and can be recovered when needed. Most of the existing image steganography methods have low hiding robustness when the container images affected by distortion. Such as Gaussian noise and lossy compression. This paper proposed PRIS to improve the robustness of image steganography, it based on invertible neural networks, and put two enhance modules before and after the extraction process with a 3-step training strategy. Moreover, rounding error is considered which is always ignored by existing methods, but actually it is unavoidable in practical. A gradient approximation function (GAF) is also proposed to overcome the undifferentiable issue of rounding distortion. Experimental results show that our PRIS outperforms the state-of-the-art robust image steganography method in both robustness and practicability. Codes are available at https://github.com/yanghangAI/PRIS, demonstration of our model in practical at http://yanghang.site/hide/.

📄 PDF Abstract BibTeX arXiv:2309.13620

Code (1)

yanghangai/pris 공식 구현 pytorch

Tasks

Image Steganography

Similar Papers 제목 키워드 기반

DKiS: Decay weight invertible image steganography with private key

2023-11-30 · Hang Yang, Yitian Xu, Xuhua Liu

Image steganography, defined as the practice of concealing information within another image, traditionally encounters security challenges when its methods become publicly known or are under attack. To address this, a nov…

Image Steganography

Large-Capacity Image Steganography Based on Invertible Neural Networks

2021-06-19 · CVPR 2021 1 · Shao-Ping Lu, Rong Wang, Tao Zhong, Paul L. Rosin

Many attempts have been made to hide information in images, where the main challenge is how to increase the payload capacity without the container image being detected as containing a message. In this paper, we propo…

Image Steganography

Hiding Data in Colors: Secure and Lossless Deep Image Steganography via Conditional Invertible Neural Networks

2022-01-19 · Yanzhen Ren, Ting Liu, Liming Zhai, Lina Wang

Deep image steganography is a data hiding technology that conceal data in digital images via deep neural networks. However, existing deep image steganography methods only consider the visual similarity of container image…

ColorizationImage ColorizationImage SteganographySteganalysis

Robust Invertible Image Steganography

2022-01-01 · CVPR 2022 1 · Youmin Xu, Chong Mou, Yujie Hu, Jingfen Xie 외

Image steganography aims to hide secret images into a container image, where the secret is hidden from human vision and can be restored when necessary. Previous image steganography methods are limited in hiding capac…

Image Steganography

Large-capacity and Flexible Video Steganography via Invertible Neural Network

2023-04-24 · CVPR 2023 1 · Chong Mou, Youmin Xu, Jiechong Song, Chen Zhao 외

Video steganography is the art of unobtrusively concealing secret data in a cover video and then recovering the secret data through a decoding protocol at the receiver end. Although several attempts have been made, most …