ニューラルアーキテクチャ検索(NAS)は、ニューラルネットワークの設計の自動化に大きな成功を収めていますが、現在のNASメソッドの背後にある膨大な量の計算では、サンプルの効率とネットワーク評価コストを改善するためのさらなる調査が必要です。このペーパーでは、これらの2つの側面に取り組むために、AlphaXという名前の新規のスケーラブルなモンテカルロツリー検索(MCTS)ベースのNASエージェントを紹介します。 AlphaXは、状態レベルで探索と活用のバランスを調整し、有望な地域に向けて検索をバイアスするためのネットワーク精度を予測するMeta-Deep Neural Network(DNN)により、検索効率を向上させます。ネットワーク評価コストを償却するために、AlphaXは分散設計によりMCTSの展開を加速し、MCTSのツリー構造をガイドとする転送学習によりネットワーク評価のエポック数を削減します。 12 GPU日と1000サンプルで、AlphaXはCIFAR-10で97.84 \%のトップ1精度、ImageNetで75.5 \%のトップ1精度に達するアーキテクチャを発見し、精度とサンプリング効率の両方でSOTA NASメソッドを超えました。特に、大規模なNASデータセットであるNASBench-101でAlphaXを評価します。 AlphaXは、グローバル最適を見つける際に、ランダム検索および正規化進化よりも3倍および2.8倍のサンプル効率です。最後に、検索されたアーキテクチャにより、ニューラルスタイル転送から画像キャプションおよびオブジェクト検出まで、さまざまな視覚アプリケーションが改善されることを示します。
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. In 12 GPU days and 1000 samples, AlphaX found an architecture that reaches 97.84\% top-1 accuracy on CIFAR-10, and 75.5\% top-1 accuracy on ImageNet, exceeding SOTA NAS methods in both the accuracy and sampling efficiency. Particularly, we also evaluate AlphaX on NASBench-101, a large scale NAS dataset; AlphaX is 3x and 2.8x more sample efficient than Random Search and Regularized Evolution in finding the global optimum. Finally, we show the searched architecture improves a variety of vision applications from Neural Style Transfer, to Image Captioning and Object Detection.