paper-with-me

홈 › Papers

SUMNAS: Supernet with Unbiased Meta-Features for Neural Architecture Search

2021-09-29 · ICLR 2022 4 · Hyeonmin Ha, Ji-Hoon Kim, Semin Park, Byung-Gon Chun

One-shot Neural Architecture Search (NAS) usually constructs an over-parameterized network, which we call a supernet, and typically adopts sharing parameters among the sub-models to improve computational efficiency. One-shot NAS often repeatedly samples sub-models from the supernet and trains them to optimize the shared parameters. However, this training strategy suffers from multi-model forgetting. Training a sampled sub-model overrides the previous knowledge learned by the other sub-models, resulting in an unfair performance evaluation between the sub-models. We propose Supernet with Unbiased Meta-Features for Neural Architecture Search (SUMNAS), a supernet learning strategy based on meta-learning to tackle the knowledge forgetting issue. During the training phase, we explicitly address the multi-model forgetting problem and help the supernet learn unbiased meta-features, independent from the sampled sub-models. Once training is over, sub-models can be instantly compared to get the overall ranking or the best sub-model. Our evaluation on the NAS-Bench-201 and MobileNet-based search space demonstrate that SUMNAS shows improved ranking ability and finds architectures whose performance is on par with existing state-of-the-art NAS algorithms.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyMeta-LearningNeural Architecture Search

Similar Papers 제목 키워드 기반

TRACE: Tensorizing and Generalizing Supernets from Neural Architecture Search

2021-01-01 · Hansi Yang, Quanming Yao

Recently, a special kind of graph, i.e., supernet, which allows two nodes connected by multi-choice edges, has exhibited its power in neural architecture search (NAS) by searching better architectures for computer vision…

Knowledge GraphsNeural Architecture Search

Across-Task Neural Architecture Search via Meta Learning

2021-10-12 · Jingtao Rong, Xinyi Yu, Mingyang Zhang, Linlin Ou

Adequate labeled data and expensive compute resources are the prerequisites for the success of neural architecture search(NAS). It is challenging to apply NAS in meta-learning scenarios with limited compute resources and…

Evolutionary AlgorithmsGPUMeta-LearningNeural Architecture Search

Boosting Order-Preserving and Transferability for Neural Architecture Search: a Joint Architecture Refined Search and Fine-tuning Approach

2024-03-18 · CVPR 2024 1 · Beichen Zhang, Xiaoxing Wang, Xiaohan Qin, Junchi Yan

Supernet is a core component in many recent Neural Architecture Search (NAS) methods. It not only helps embody the search space but also provides a (relative) estimation of the final performance of candidate architecture…

Neural Architecture Search

Improving Differentiable Architecture Search via Self-Distillation

2023-02-11 · Xunyu Zhu, Jian Li, Yong liu, Weiping Wang

Differentiable Architecture Search (DARTS) is a simple yet efficient Neural Architecture Search (NAS) method. During the search stage, DARTS trains a supernet by jointly optimizing architecture parameters and network par…

Neural Architecture Search

A Survey of Supernet Optimization and its Applications: Spatial and Temporal Optimization for Neural Architecture Search

2022-04-08 · Stephen Cha, Taehyeon Kim, Hayeon Lee, Se-Young Yun

This survey focuses on categorizing and evaluating the methods of supernet optimization in the field of Neural Architecture Search (NAS). Supernet optimization involves training a single, over-parameterized network that …

Domain GeneralizationImage ClassificationNeural Architecture Searchobject-detection+3