Multi-Objective Neural Architecture Search by Learning Search Space Partitions
Yiyang Zhao, Linnan Wang, Tian Guo

TL;DR
This paper introduces a novel multi-objective neural architecture search method using LaMOO, significantly improving search efficiency and achieving competitive accuracy with fewer samples and lower computational costs.
Contribution
The work applies LaMOO to NAS, enabling efficient multi-objective optimization by learning search space partitions, resulting in over 200% sample efficiency gains.
Findings
Over 200% improvement in sample efficiency compared to Bayesian and evolutionary methods.
Achieved 97.36% accuracy on CIFAR10 with only 1.62M parameters.
Reaches 80.4% top-1 accuracy on ImageNet with 522M FLOPs.
Abstract
Deploying deep learning models requires taking into consideration neural network metrics such as model size, inference latency, and #FLOPs, aside from inference accuracy. This results in deep learning model designers leveraging multi-objective optimization to design effective deep neural networks in multiple criteria. However, applying multi-objective optimizations to neural architecture search (NAS) is nontrivial because NAS tasks usually have a huge search space, along with a non-negligible searching cost. This requires effective multi-objective search algorithms to alleviate the GPU costs. In this work, we implement a novel multi-objectives optimizer based on a recently proposed meta-algorithm called LaMOO on NAS tasks. In a nutshell, LaMOO speedups the search process by learning a model from observed samples to partition the search space and then focusing on promising regions likely…
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.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNeural Networks and Applications · Image Processing and 3D Reconstruction · Machine Learning and Data Classification
