Neural Architecture Search using Progressive Evolution
Nilotpal Sinha, Kuan-Wen Chen

TL;DR
pEvoNAS introduces a progressive evolutionary approach for neural architecture search that reduces search space iteratively, leveraging supernets and weight inheritance to efficiently find high-performing architectures with less computational cost.
Contribution
The paper proposes a novel progressive search method combining supernets, genetic algorithms, and weight inheritance to improve efficiency and accuracy in neural architecture search.
Findings
Achieves better accuracy on CIFAR-10 and CIFAR-100
Uses significantly less computational resources than previous methods
Effectively reduces search space while maintaining performance
Abstract
Vanilla neural architecture search using evolutionary algorithms (EA) involves evaluating each architecture by training it from scratch, which is extremely time-consuming. This can be reduced by using a supernet to estimate the fitness of every architecture in the search space due to its weight sharing nature. However, the estimated fitness is very noisy due to the co-adaptation of the operations in the supernet. In this work, we propose a method called pEvoNAS wherein the whole neural architecture search space is progressively reduced to smaller search space regions with good architectures. This is achieved by using a trained supernet for architecture evaluation during the architecture search using genetic algorithm to find search space regions with good architectures. Upon reaching the final reduced search space, the supernet is then used to search for the best architecture in that…
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
TopicsNeural Networks and Applications · Evolutionary Algorithms and Applications · Industrial Vision Systems and Defect Detection
