Leo's Home page -- Github Page -- License: CC BY-SA 4.0

Experiments with Image Convolutional Autoencoders

Leonardo M. Rocha

Contact Me

Introduction

This notebook presents some experimentation I did in 2018 with Convolutional Autoencoders.

All the source code of the experiments (working and broken) is available in the Github project

There is no much more text in this notebook except for some words at the end, as the source code and comments should be enough to explain how and why things work.

Bibliography:

Examples:

Other resources

Input and Output for the first epoch

input output

Input and Output for the 90th epoch

input output

Preliminary Results

Experiments with the following configurations:

2 layers with 4 conv stages each does not give the same results as 2 layers with 2 conv stages

It not only converges MUCH faster and the models are smaller, but the actually the convergence is much better

For batch normalization happens the same, without batchnorm2d converges faster and model is smaller