Convolutional autoencoders
Researchers have found that Convolutional Neural Networks (CNN) work best with images because they can extract the spatial information hidden in the image. It is thus natural to assume that if encoder and decoder network consists of CNN, it will work better than the rest of the autoencoders, and so we have Convolutional Autoencoders (CAE). In Chapter 4, Convolutional Neural Networks, the process of convolution and max-pooling was explained, which we will use as a base to understand how convolutional autoencoders work.
A CAE is one where both the encoder and decoder are CNN networks. The convolutional network of the encoder learns to encode the input as a set of signals and then the decoder CNN tries to reconstruct ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access