Evolving Neural Architecture Using One Shot Model
Nilotpal Sinha, Kuan-Wen Chen

TL;DR
This paper introduces EvNAS, a fast evolutionary neural architecture search method using a one shot model, which reduces search time and achieves competitive results on CIFAR-10, CIFAR-100, and ImageNet.
Contribution
EvNAS applies a genetic algorithm with weight sharing and a novel decoding technique to significantly reduce NAS search time while improving performance.
Findings
Achieves 2.47% top-1 error on CIFAR-10
Reduces search time to 4.4 GPU days on a single GPU
Transfers architectures to CIFAR-100 and ImageNet with strong results
Abstract
Neural Architecture Search (NAS) is emerging as a new research direction which has the potential to replace the hand-crafted neural architectures designed for specific tasks. Previous evolution based architecture search requires high computational resources resulting in high search time. In this work, we propose a novel way of applying a simple genetic algorithm to the NAS problem called EvNAS (Evolving Neural Architecture using One Shot Model) which reduces the search time significantly while still achieving better result than previous evolution based methods. The architectures are represented by using the architecture parameter of the one shot model which results in the weight sharing among the architectures for a given population of architectures and also weight inheritance from one generation to the next generation of architectures. We propose a decoding technique for the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Neural Network Applications · Domain Adaptation and Few-Shot Learning · Machine Learning and Data Classification
