Reinforced Evolutionary Neural Architecture Search
Yukang Chen, Gaofeng Meng, Qian Zhang, Shiming Xiang, Chang Huang,, Lisen Mu, Xinggang Wang

TL;DR
This paper introduces RE- NAS, a reinforcement-guided evolutionary method for neural architecture search that efficiently discovers high-performance models with limited computational resources, achieving state-of-the-art results on CIFAR-10, ImageNet, and PASCAL VOC.
Contribution
The paper presents a novel reinforced mutation controller integrated into evolutionary NAS, enabling efficient architecture exploration with minimal resource use.
Findings
RENASNet achieves 75.7% top-1 accuracy on ImageNet.
RENASNet outperforms MobileNet-v1, MobileNet-v2, and NASNet in semantic segmentation.
The method requires limited computational resources due to parameter inheritance.
Abstract
Neural Architecture Search (NAS) is an important yet challenging task in network design due to its high computational consumption. To address this issue, we propose the Reinforced Evolutionary Neural Architecture Search (RE- NAS), which is an evolutionary method with the reinforced mutation for NAS. Our method integrates reinforced mutation into an evolution algorithm for neural architecture exploration, in which a mutation controller is introduced to learn the effects of slight modifications and make mutation actions. The reinforced mutation controller guides the model population to evolve efficiently. Furthermore, as child models can inherit parameters from their parents during evolution, our method requires very limited computational resources. In experiments, we conduct the proposed search method on CIFAR-10 and obtain a powerful network architecture, RENASNet. This architecture…
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 · Advanced Image and Video Retrieval Techniques · Domain Adaptation and Few-Shot Learning
MethodsSigmoid Activation · Tanh Activation · Spatial Pyramid Pooling · Atrous Spatial Pyramid Pooling · Dilated Convolution · 1x1 Convolution · Batch Normalization · DeepLabv3 · Softmax · Long Short-Term Memory
