# Evolutionary Construction of Convolutional Neural Networks

**Authors:** Marijn van Knippenberg, Vlado Menkovski, Sergio Consoli

arXiv: 1903.01895 · 2020-10-05

## TL;DR

This paper presents a neuro-evolutionary framework for constructing convolutional neural networks by evolving autoencoders and classifiers, optimizing data compression and classification performance on CIFAR-10.

## Contribution

It introduces a two-step evolutionary approach combining autoencoder compression with CNN classification, including a method to balance compression and information loss.

## Key findings

- Evolved autoencoders effectively compress data with minimal information loss.
- Evolved CNN classifiers achieve competitive accuracy on CIFAR-10.
- The framework demonstrates potential for automated neural network design.

## Abstract

Neuro-Evolution is a field of study that has recently gained significantly increased traction in the deep learning community. It combines deep neural networks and evolutionary algorithms to improve and/or automate the construction of neural networks. Recent Neuro-Evolution approaches have shown promising results, rivaling hand-crafted neural networks in terms of accuracy. A two-step approach is introduced where a convolutional autoencoder is created that efficiently compresses the input data in the first step, and a convolutional neural network is created to classify the compressed data in the second step. The creation of networks in both steps is guided by by an evolutionary process, where new networks are constantly being generated by mutating members of a collection of existing networks. Additionally, a method is introduced that considers the trade-off between compression and information loss of different convolutional autoencoders. This is used to select the optimal convolutional autoencoder from among those evolved to compress the data for the second step. The complete framework is implemented, tested on the popular CIFAR-10 data set, and the results are discussed. Finally, a number of possible directions for future work with this particular framework in mind are considered, including opportunities to improve its efficiency and its application in particular areas.

## Full text

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

## Figures

5 figures with captions in the complete paper: https://tomesphere.com/paper/1903.01895/full.md

## References

16 references — full list in the complete paper: https://tomesphere.com/paper/1903.01895/full.md

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