Novelty Driven Evolutionary Neural Architecture Search
Nilotpal Sinha, Kuan-Wen Chen

TL;DR
This paper introduces NEvoNAS, a multi-objective evolutionary approach that balances architecture novelty and accuracy, effectively avoiding local optima and reducing computational costs in neural architecture search.
Contribution
It proposes a novel multi-objective NAS method combining novelty search with supernet-based fitness estimation, improving search diversity and efficiency.
Findings
NEvoNAS outperforms previous EA-based NAS methods on two search spaces.
The method achieves better architectures with less computational resources.
Maintaining diversity via novelty search helps avoid local optima.
Abstract
Evolutionary algorithms (EA) based neural architecture search (NAS) involves evaluating each architecture by training it from scratch, which is extremely time-consuming. This can be reduced by using a supernet for estimating the fitness of an architecture due to weight sharing among all architectures in the search space. However, the estimated fitness is very noisy due to the co-adaptation of the operations in the supernet which results in NAS methods getting trapped in local optimum. In this paper, we propose a method called NEvoNAS wherein the NAS problem is posed as a multi-objective problem with 2 objectives: (i) maximize architecture novelty, (ii) maximize architecture fitness/accuracy. The novelty search is used for maintaining a diverse set of solutions at each generation which helps avoiding local optimum traps while the architecture fitness is calculated using supernet. NSGA-II…
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
TopicsMetaheuristic Optimization Algorithms Research · Software Engineering Research · Neural Networks and Applications
