# Evolutionary Neural Architecture Search for Image Restoration

**Authors:** Gerard Jacques van Wyk, Anna Sergeevna Bosman

arXiv: 1812.05866 · 2019-04-02

## TL;DR

This paper introduces an evolutionary neural architecture search method for image restoration that efficiently finds competitive CNN architectures within a limited computational budget, outperforming human-designed models.

## Contribution

It presents a novel evolutionary NAS approach tailored for image-to-image tasks, demonstrating rapid discovery of effective architectures with minimal computational resources.

## Key findings

- Discovered architectures perform comparably to human-designed models.
- Achieved state-of-the-art results with only 2 GPU-hours of search.
- Validated on diverse image restoration tasks using ImageNet64x64.

## Abstract

Convolutional neural network (CNN) architectures have traditionally been explored by human experts in a manual search process that is time-consuming and ineffectively explores the massive space of potential solutions. Neural architecture search (NAS) methods automatically search the space of neural network hyperparameters in order to find optimal task-specific architectures. NAS methods have discovered CNN architectures that achieve state-of-the-art performance in image classification among other tasks, however the application of NAS to image-to-image regression problems such as image restoration is sparse. This paper proposes a NAS method that performs computationally efficient evolutionary search of a minimally constrained network architecture search space. The performance of architectures discovered by the proposed method is evaluated on a variety of image restoration tasks applied to the ImageNet64x64 dataset, and compared with human-engineered CNN architectures. The best neural architectures discovered using only 2 GPU-hours of evolutionary search exhibit comparable performance to the human-engineered baseline architecture.

## Full text

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

## Figures

14 figures with captions in the complete paper: https://tomesphere.com/paper/1812.05866/full.md

## References

28 references — full list in the complete paper: https://tomesphere.com/paper/1812.05866/full.md

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