# Processsing Simple Geometric Attributes with Autoencoders

**Authors:** Alasdair Newson, Andr\'es Almansa, Yann Gousseau, Sa\"id Ladjal

arXiv: 1904.07099 · 2019-04-16

## TL;DR

This paper analyzes how autoencoders encode simple geometric attributes like size and position, providing theoretical insights and practical methods to improve their understanding and generalization capabilities.

## Contribution

It offers a theoretical analysis of autoencoders encoding basic geometric attributes, including closed-form solutions and regularization strategies for better generalization.

## Key findings

- Autoencoders project size attributes onto a scalar in latent space.
- A hand-crafted filter can perfectly encode position information.
- Proper dataset sampling improves decoding of position attributes.

## Abstract

Image synthesis is a core problem in modern deep learning, and many recent architectures such as autoencoders and Generative Adversarial networks produce spectacular results on highly complex data, such as images of faces or landscapes. While these results open up a wide range of new, advanced synthesis applications, there is also a severe lack of theoretical understanding of how these networks work. This results in a wide range of practical problems, such as difficulties in training, the tendency to sample images with little or no variability, and generalisation problems. In this paper, we propose to analyse the ability of the simplest generative network, the autoencoder, to encode and decode two simple geometric attributes : size and position. We believe that, in order to understand more complicated tasks, it is necessary to first understand how these networks process simple attributes. For the first property, we analyse the case of images of centred disks with variable radii. We explain how the autoencoder projects these images to and from a latent space of smallest possible dimension, a scalar. In particular, we describe a closed-form solution to the decoding training problem in a network without biases, and show that during training, the network indeed finds this solution. We then investigate the best regularisation approaches which yield networks that generalise well. For the second property, position, we look at the encoding and decoding of Dirac delta functions, also known as `one-hot' vectors. We describe a hand-crafted filter that achieves encoding perfectly, and show that the network naturally finds this filter during training. We also show experimentally that the decoding can be achieved if the dataset is sampled in an appropriate manner.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.07099/full.md

## Figures

20 figures with captions in the complete paper: https://tomesphere.com/paper/1904.07099/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/1904.07099/full.md

---
Source: https://tomesphere.com/paper/1904.07099