近年、進化アルゴリズムによって設計された CNN アーキテクチャは、専門家によって設計された手作りのアーキテクチャと競合することが証明されています。ただし、これらのアルゴリズムには多くの計算能力が必要であり、ほとんどの研究者やエンジニアの能力を超えています。この問題を克服するために、長さの制約の下で進化アーキテクチャを提案します。これは、最適空間を見つける長さ探索戦略と、最適空間で最良の個体を見つける遺伝的アルゴリズムに基づく探索アーキテクチャ戦略の 2 つのアルゴリズムで構成されます。私たちのアルゴリズムは、リソースのコストを大幅に削減し、優れたパフォーマンスを維持します。 Cifar-10 データセットでは、私たちのフレームワークは 5.12% のエラー率で優れたパフォーマンスを発揮し、1 日あたりわずか 4.6 GPU で最適な個体に収束し、ピア競合で最もコストが低い自動進化アルゴリズムよりも 1 日あたり 22 GPU 少なくなります。
In recent years, the CNN architectures designed by evolution algorithms have proven to be competitive with handcrafted architectures designed by experts. However, these algorithms need a lot of computational power, which is beyond the capabilities of most researchers and engineers. To overcome this problem, we propose an evolution architecture under length constraints. It consists of two algorithms: a search length strategy to find an optimal space and a search architecture strategy based on genetic algorithm to find the best individual in the optimal space. Our algorithms reduce drastically resource cost and also keep good performance. On the Cifar-10 dataset, our framework presents outstanding performance with an error rate of 5.12% and only 4.6 GPU a day to converge to the optimal individual -22 GPU a day less than the lowest cost automatic evolutionary algorithm in the peer competition.