Efficient Architecture Search by Network Transformation
arXiv:1707.04873
Abstract
Techniques for automatically designing deep neural network architectures such as reinforcement learning based approaches have recently shown promising results. However, their success is based on vast computational resources (e.g. hundreds of GPUs), making them difficult to be widely used. A noticeable limitation is that they still design and train each network from scratch during the exploration of the architecture space, which is highly inefficient. In this paper, we propose a new framework toward efficient architecture search by exploring the architecture space based on the current network and reusing its weights. We employ a reinforcement learning agent as the meta-controller, whose action is to grow the network depth or layer width with function-preserving transformations. As such, the previously validated networks can be reused for further exploration, thus saves a large amount of computational cost. We apply our method to explore the architecture space of the plain convolutional neural networks (no skip-connections, branching etc.) on image benchmark datasets (CIFAR-10, SVHN) with restricted computational resources (5 GPUs). Our method can design highly competitive networks that outperform existing networks using the same design scheme. On CIFAR-10, our model without skip-connections achieves 4.23\% test error rate, exceeding a vast majority of modern architectures and approaching DenseNet. Furthermore, by applying our method to explore the DenseNet architecture space, we are able to achieve more accurate networks with fewer parameters.
The Thirty-Second AAAI Conference on Artificial Intelligence (AAAI-18). We change the title from "Reinforcement Learning for Architecture Search by Network Transformation" to "Efficient Architecture Search by Network Transformation"
Cited by in corpus (10)
- A Survey on Neural Architecture Search
- Automated Machine Learning: State-of-The-Art and Open Challenges
- AGAN: Towards Automated Design of Generative Adversarial Networks
- Evolving Rewards to Automate Reinforcement Learning
- Regularize, Expand and Compress: Multi-task based Lifelong Learning via NonExpansive AutoML
- StyleNAS: An Empirical Study of Neural Architecture Search to Uncover Surprisingly Fast End-to-End Universal Style Transfer Networks
- EPNAS: Efficient Progressive Neural Architecture Search
- Genetic Network Architecture Search
- Mise en abyme with artificial intelligence: how to predict the accuracy of NN, applied to hyper-parameter tuning
- Nucleus Neural Network: A Data-driven Self-organized Architecture