Steganography methods mainly based on deep learning.
Method | Paper/Webpage | Usage | Reference |
---|---|---|---|
DeepMIH_2pnginpng_TPAMI2022 | DeepMIH: Deep Invertible Network for Multiple Image Hiding | 1.Get model1/2/3.pt in this link with extraction code rt7x. 2.Put model.pt into ./model. 3.See how to use at "For test" in deepmih_2pnginpng.py. |
link |
HiNet_pnginpng_Iccv2021 | HiNet: Deep Image Hiding by Invertible | 1.Get model.pt in this link with extraction code a9ga. 2.Put model.pt into ./model. 3.See how to use at "For test" in hinet_pnginpng.py. |
link |
MutilNet_3pnginpng_arXiv2021 | Multi-Image Steganography Using Deep Neural Networks | 1.Get model_1000.pkl in this link with extraction code aggp. 2.Put model_1000.pkl into ./ckpt. 3.See how to use at "For test" in multinet_3pnginpng.py. |
link |
Udh_Nips2020 | UDH: Universal Deep Hiding for Steganography, Watermarking, and Light Field Messaging | 1.Get color/gray_watermarking.pth.tar in this link with extraction code phbd. 2.Put color/gray_watermarking.pth.tar into ./ckpt. 3.See how to use at "For test" in color/gray_watermarking.py. |
link |
Hide_jpeginjpeg_Nips2017 | Hiding images in plain sight: Deep steganography | 1.Get netH.pth and netR.pth in this link with extraction code utd8. 2.Put netH.pth and netR.pth into ./checkPoint. 3.See how to use at "For test" in hide_jpeginjpeg.py. |
link |
Method | Paper/Webpage | Usage | Reference |
---|---|---|---|
Hide_jpeginjpeg_LSB | Hiding an image inside another | See how to use at "For test" in hide_jpeginjpeg_lsb.py. | link |