NESep 11, 2017

Evolution of Convolutional Highway Networks

arXiv:1709.03247v12 citations
Originality Incremental advance
AI Analysis

This work addresses the challenge of automated neural architecture search for deep learning practitioners, though it appears incremental as it applies an existing evolutionary method to a specific network type.

The authors tackled the problem of optimizing the structure and hyperparameters of convolutional highway networks using an evolutionary algorithm, achieving improvements in state-of-the-art network performance on the MNIST dataset.

Convolutional highways are deep networks based on multiple stacked convolutional layers for feature preprocessing. We introduce an evolutionary algorithm (EA) for optimization of the structure and hyperparameters of convolutional highways and demonstrate the potential of this optimization setting on the well-known MNIST data set. The (1+1)-EA employs Rechenberg's mutation rate control and a niching mechanism to overcome local optima adapts the optimization approach. An experimental study shows that the EA is capable of improving the state-of-the-art network contribution and of evolving highway networks from scratch.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes