paper-with-me

홈 › Papers

Multi-Objective Neural Architecture Search by Learning Search Space Partitions

2024-06-01 · Yiyang Zhao, Linnan Wang, Tian Guo

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 to contain a subset of the Pareto frontier. Using LaMOO, we observe an improvement of more than 200% sample efficiency compared to Bayesian optimization and evolutionary-based multi-objective optimizers on different NAS datasets. For example, when combined with LaMOO, qEHVI achieves a 225% improvement in sample efficiency compared to using qEHVI alone in NasBench201. For real-world tasks, LaMOO achieves 97.36% accuracy with only 1.62M #Params on CIFAR10 in only 600 search samples. On ImageNet, our large model reaches 80.4% top-1 accuracy with only 522M #FLOPs.

📄 PDF Abstract BibTeX arXiv:2406.00291

Code (0)

등록된 구현이 없습니다.

Tasks

Bayesian OptimizationGPUNeural Architecture Search

Similar Papers 제목 키워드 기반

Efficient Multi-Objective Neural Architecture Search via Pareto Dominance-based Novelty Search

2024-07-30 · An Vo, Ngoc Hoang Luong

Neural Architecture Search (NAS) aims to automate the discovery of high-performing deep neural network architectures. Traditional objective-based NAS approaches typically optimize a certain performance metric (e.g., pred…

DiversityNeural Architecture Search

TND-NAS: Towards Non-differentiable Objectives in Progressive Differentiable NAS Framework

2021-11-06 · Bo Lyu, Shiping Wen

Differentiable architecture search has gradually become the mainstream research topic in the field of Neural Architecture Search (NAS) for its high efficiency compared with the early NAS methods. Recent differentiable NA…

GPUNeural Architecture Search

LayerNAS: Neural Architecture Search in Polynomial Complexity

2023-04-23 · Yicheng Fan, Dana Alon, Jingyue Shen, Daiyi Peng 외

Neural Architecture Search (NAS) has become a popular method for discovering effective model architectures, especially for target hardware. As such, NAS methods that find optimal architectures under constraints are essen…

Combinatorial OptimizationNeural Architecture Search

Multi-objective Differentiable Neural Architecture Search

2024-02-28 · Rhea Sanjay Sukthanker, Arber Zela, Benedikt Staffler, Samuel Dooley 외

Pareto front profiling in multi-objective optimization (MOO), i.e. finding a diverse set of Pareto optimal solutions, is challenging, especially with expensive objectives like neural network training. Typically, in MOO n…

DecoderLanguage ModellingMachine TranslationNeural Architecture Search

Learning Where To Look -- Generative NAS is Surprisingly Efficient

2022-03-16 · Jovita Lukasik, Steffen Jung, Margret Keuper

The efficient, automated search for well-performing neural architectures (NAS) has drawn increasing attention in the recent past. Thereby, the predominant research objective is to reduce the necessity of costly evaluatio…

Neural Architecture Search