AlphaX: eXploring Neural Architectures with Deep Neural Networks and Monte Carlo Tree Search
Linnan Wang, Yiyang Zhao, Yuu Jinnai, Yuandong Tian, Rodrigo Fonseca

TL;DR
AlphaX introduces a scalable Monte Carlo Tree Search based neural architecture search method that significantly improves search efficiency and reduces evaluation costs, achieving state-of-the-art results on CIFAR-10, ImageNet, and NASBench-101.
Contribution
The paper presents AlphaX, a novel NAS approach combining MCTS with a Meta-DNN and transfer learning, enhancing sample efficiency and evaluation speed over prior methods.
Findings
Achieved 97.84% top-1 accuracy on CIFAR-10
Reached 75.5% top-1 accuracy on ImageNet
Outperformed random search and regularized evolution in NASBench-101
Abstract
Neural Architecture Search (NAS) has shown great success in automating the design of neural networks, but the prohibitive amount of computations behind current NAS methods requires further investigations in improving the sample efficiency and the network evaluation cost to get better results in a shorter time. In this paper, we present a novel scalable Monte Carlo Tree Search (MCTS) based NAS agent, named AlphaX, to tackle these two aspects. AlphaX improves the search efficiency by adaptively balancing the exploration and exploitation at the state level, and by a Meta-Deep Neural Network (DNN) to predict network accuracies for biasing the search toward a promising region. To amortize the network evaluation cost, AlphaX accelerates MCTS rollouts with a distributed design and reduces the number of epochs in evaluating a network by transfer learning guided with the tree structure in MCTS.…
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 · Multimodal Machine Learning Applications · Domain Adaptation and Few-Shot Learning
MethodsRandom Search
