Skip to content

The aim of this project is to build on current works in lossy compressive Autoencoders.

Notifications You must be signed in to change notification settings

jackgrebenc/Autoencoder-based-Image-Compression

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

Autoencoder based Image Compression

The aim of this project is to build on current works in lossy Compressive Autoencoders (CAE).

The file 'Simple CAE MNIST.py' translates the work found from [1] into PyTorch and modifies the model, mainly a convolutional layer, to improve performance.

Results

The orginal code from [1] using a stored format of 16 neurons yielded the following results:

alt text

The modified model had the following results for 16 neurons:

alt text

References

[1] https://blog.paperspace.com/autoencoder-image-compression-keras/

About

The aim of this project is to build on current works in lossy compressive Autoencoders.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages