Large-capacity and Flexible Video Steganography via Invertible Neural Network

Chong Mou,Youmin Xu,Jiechong Song,Chen Zhao,Bernard Ghanem,Jian Zhang
2023-04-25
Abstract: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 of them are limited to low-capacity and fixed steganography. To rectify these weaknesses, we propose a Large-capacity and Flexible Video Steganography Network (LF-VSN) in this paper. For large-capacity, we present a reversible pipeline to perform multiple videos hiding and recovering through a single invertible neural network (INN). Our method can hide/recover 7 secret videos in/from 1 cover video with promising performance. For flexibility, we propose a key-controllable scheme, enabling different receivers to recover particular secret videos from the same cover video through specific keys. Moreover, we further improve the flexibility by proposing a scalable strategy in multiple videos hiding, which can hide variable numbers of secret videos in a cover video with a single model and a single training session. Extensive experiments demonstrate that with the significant improvement of the video steganography performance, our proposed LF-VSN has high security, large hiding capacity, and flexibility. The source code is available at <a class="link-external link-https" href="https://github.com/MC-E/LF-VSN" rel="external noopener nofollow">this https URL</a>.
Computer Vision and Pattern Recognition,Cryptography and Security
What problem does this paper attempt to address?
The problems that this paper attempts to solve are two major challenges in video steganography technology: **high capacity** and **flexibility**. 1. **High capacity**: Traditional video steganography methods can usually only hide a small amount of data, and this data is easily detected. The paper proposes a high - capacity video steganography method (LF - VSN) based on Invertible Neural Network (INN), which can hide up to 7 secret videos in a single cover video while maintaining high - quality recovery performance. 2. **Flexibility**: - **Key controllability**: The paper proposes a key - controllable scheme, enabling different receivers to recover specific secret videos from the same cover video through specific keys. - **Scalability**: The paper also proposes an extensible strategy that can hide different numbers of secret videos in a single model and a single training, thereby meeting different steganography requirements. Through these innovations, the paper aims to improve the security, hiding capacity, and flexibility of video steganography, making it more practical and effective in practical applications.