High-capacity multi-image hiding in HDR images using invertible neural networks
摘要
Deep learning has revolutionized data hiding by automating the determination of hidden positions and intensity settings through network training under specific loss functions. The large capacity of image hiding has garnered considerable attention from researchers. To address the common issues of shadow and contour distortions in multi-image hiding, we propose a novel reversible neural network framework for embedding multiple low dynamic range (LDR) images into a single high dynamic range (HDR) image. This framework, termed IMMIH, leverages the properties of invertible neural networks (INNs) to achieve fully coupled and reversible information hiding and extraction through a single end-to-end training process. By focusing on the RGB channels of HDR images, IMMIH minimizes distortion while incorporating attention mapping and edge mapping modules to improve adaptability. Furthermore, the use of discrete wavelet transform and low-frequency wavelet loss concentrates data hiding in high-frequency regions, ensuring robustness. Experimental results demonstrate that IMMIH achieves a high embedding capacity of 48 bits per pixel (bpp) while maintaining minimal distortion. Specifically, the peak signal-to-noise ratio (PSNR) ranges from 34.7 to 38.12 dB, and the structural similarity (SSIM) metric ranges from 0.9487 to 0.9643. Here, we show that IMMIH performs exceptionally well in terms of capacity, image quality, and steganalysis resistance, indicating its potential for practical applications. Detailed implementation and code can be viewed at the following link: https://github.com/ydourblne/IMMIH-framework.