Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 954 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 954 Bytes

Fixed Neural Network Steganography (FNNS)

This is the official code for "Fixed Neural Network Steganography: Train the images, not the network" (ICLR 2022).

Running the code

This code requires Python 3.

For FNNS-D and FNNS-DE some pretrained models can be downloaded from here: https://drive.google.com/drive/folders/1-U2NDKUfqqI-Xd5IqT1nkymRQszAlubu?usp=sharing.

Citing SteganoGAN

@inproceedings{kishore2021fixed,
  title={Fixed Neural Network Steganography: Train the images, not the network},
  author={Kishore, Varsha and Chen, Xiangyu and Wang, Yan and Li, Boyi and Weinberger, Kilian Q},
  booktitle={International Conference on Learning Representations},
  year={2021}
}

Acknowledgements

SteganoGAN models are used to implement FNNS-D and FNNS-DE.