Concepedia

TLDR

The growing effort to hand‑craft neural‑network image classifiers has spurred automatic architecture search, yet evolutionary approaches have historically produced models that lag behind human‑designed ones. The study aims to evolve an image classifier, AmoebaNet‑A, that surpasses hand‑crafted designs for the first time. The authors modify tournament‑selection evolution by adding an age property that biases selection toward younger genotypes. AmoebaNet‑A matches state‑of‑the‑art ImageNet accuracy at comparable size, reaches 83.9 % top‑1 / 96.6 % top‑5 on larger scale, outperforms a reinforcement‑learning baseline in speed especially early in search, and shows that evolution can quickly discover high‑quality architectures with limited compute.

Abstract

The effort devoted to hand-crafting neural network image classifiers has motivated the use of architecture search to discover them automatically. Although evolutionary algorithms have been repeatedly applied to neural network topologies, the image classifiers thus discovered have remained inferior to human-crafted ones. Here, we evolve an image classifier— AmoebaNet-A—that surpasses hand-designs for the first time. To do this, we modify the tournament selection evolutionary algorithm by introducing an age property to favor the younger genotypes. Matching size, AmoebaNet-A has comparable accuracy to current state-of-the-art ImageNet models discovered with more complex architecture-search methods. Scaled to larger size, AmoebaNet-A sets a new state-of-theart 83.9% top-1 / 96.6% top-5 ImageNet accuracy. In a controlled comparison against a well known reinforcement learning algorithm, we give evidence that evolution can obtain results faster with the same hardware, especially at the earlier stages of the search. This is relevant when fewer compute resources are available. Evolution is, thus, a simple method to effectively discover high-quality architectures.

References

YearCitations

Page 1