Skip to content

jhayes14/advsteg

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

Generating Steganographic Images via Adversarial Training

This is a toy example (on CelebA) of how to run experiments presented in https://arxiv.org/abs/1703.00371

To run

  1. Download CelebA dataset and save to ./data
  2. Run python main.py

Results

Example of real images.

Example of Alice generated images at Epoch 0.

Example of Alice generated images at Epoch 500.

Loss plots.

Bob decoding success.

Notes

Hyperparameter optimization is needed for optimal results (and other tweaks like using high capacity networks).

About

Steganography via adversarial training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages