paper-with-me

홈 › Papers

Multi-Objective Neural Architecture Search Based on Diverse Structures and Adaptive Recommendation

2020-07-06 · Chunnan Wang, Hongzhi Wang, Guosheng Feng, Fei Geng

The search space of neural architecture search (NAS) for convolutional neural network (CNN) is huge. To reduce searching cost, most NAS algorithms use fixed outer network level structure, and search the repeatable cell structure only. Such kind of fixed architecture performs well when enough cells and channels are used. However, when the architecture becomes more lightweight, the performance decreases significantly. To obtain better lightweight architectures, more flexible and diversified neural architectures are in demand, and more efficient methods should be designed for larger search space. Motivated by this, we propose MoARR algorithm, which utilizes the existing research results and historical information to quickly find architectures that are both lightweight and accurate. We use the discovered high-performance cells to construct network architectures. This method increases the network architecture diversity while also reduces the search space of cell structure design. In addition, we designs a novel multi-objective method to effectively analyze the historical evaluation information, so as to efficiently search for the Pareto optimal architectures with high accuracy and small parameter number. Experimental results show that our MoARR can achieve a powerful and lightweight model (with 1.9% error rate and 2.3M parameters) on CIFAR-10 in 6 GPU hours, which is better than the state-of-the-arts. The explored architecture is transferable to ImageNet and achieves 76.0% top-1 accuracy with 4.9M parameters.

📄 PDF Abstract BibTeX arXiv:2007.02749

Code (1)

wangcn0201/MoARR pytorch

Tasks

GPUNeural Architecture Search

Similar Papers 제목 키워드 기반

Learning Diverse-Structured Networks for Adversarial Robustness

2021-02-03 · Xuefeng Du, Jingfeng Zhang, Bo Han, Tongliang Liu 외

In adversarial training (AT), the main focus has been the objective and optimizer while the model has been less studied, so that the models being used are still those classic ones in standard training (ST). Classic netwo…

Adversarial Robustness

Multi-Objective Quality-Diversity for Crystal Structure Prediction

2024-03-25 · Hannah Janmohamed, Marta Wolinska, Shikha Surana, Thomas Pierrot 외

Crystal structures are indispensable across various domains, from batteries to solar cells, and extensive research has been dedicated to predicting their properties based on their atomic configurations. However, prevaili…

DiversityPrediction

A Transformer-based Neural Architecture Search Method

2025-05-02 · Shang Wang, Huanrong Tang, Jianquan Ouyang

This paper presents a neural architecture search method based on Transformer architecture, searching cross multihead attention computation ways for different number of encoder and decoder combinations. In order to search…

DecoderNeural Architecture Search

Tackling Neural Architecture Search With Quality Diversity Optimization

2022-07-30 · Lennart Schneider, Florian Pfisterer, Paul Kent, Juergen Branke 외

Neural architecture search (NAS) has been studied extensively and has grown to become a research field with substantial impact. While classical single-objective NAS searches for the architecture with the best performance…

DiversityNeural 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