paper-with-me

홈 › Papers

BigNAS: Scaling Up Neural Architecture Search with Big Single-Stage Models

2020-03-24 · ECCV 2020 8 · Jiahui Yu, Pengchong Jin, Hanxiao Liu, Gabriel Bender, Pieter-Jan Kindermans, Mingxing Tan, Thomas Huang, Xiaodan Song, Ruoming Pang, Quoc Le

Neural architecture search (NAS) has shown promising results discovering models that are both accurate and fast. For NAS, training a one-shot model has become a popular strategy to rank the relative quality of different architectures (child models) using a single set of shared weights. However, while one-shot model weights can effectively rank different network architectures, the absolute accuracies from these shared weights are typically far below those obtained from stand-alone training. To compensate, existing methods assume that the weights must be retrained, finetuned, or otherwise post-processed after the search is completed. These steps significantly increase the compute requirements and complexity of the architecture search and model deployment. In this work, we propose BigNAS, an approach that challenges the conventional wisdom that post-processing of the weights is necessary to get good prediction accuracies. Without extra retraining or post-processing steps, we are able to train a single set of shared weights on ImageNet and use these weights to obtain child models whose sizes range from 200 to 1000 MFLOPs. Our discovered model family, BigNASModels, achieve top-1 accuracies ranging from 76.5% to 80.9%, surpassing state-of-the-art models in this range including EfficientNets and Once-for-All networks without extra retraining or post-processing. We present ablative study and analysis to further understand the proposed BigNASModels.

📄 PDF Abstract BibTeX arXiv:2003.11142

Code (1)

GAIA-vision/GAIA-cv pytorch

Tasks

Neural Architecture Search

Similar Papers 제목 키워드 기반

Scaling Up Neural Architecture Search with Big Single-Stage Models

2019-09-25 · Jiahui Yu, Pengchong Jin, Hanxiao Liu, Gabriel Bender 외

Neural architecture search (NAS) methods have shown promising results discovering models that are both accurate and fast. For NAS, training a one-shot model has became a popular strategy to approximate the quality of mul…

Neural Architecture Search

AttentiveNAS: Improving Neural Architecture Search via Attentive Sampling

2020-11-18 · CVPR 2021 1 · Dilin Wang, Meng Li, Chengyue Gong, Vikas Chandra

Neural architecture search (NAS) has shown great promise in designing state-of-the-art (SOTA) models that are both accurate and efficient. Recently, two-stage NAS, e.g. BigNAS, decouples the model training and searching …

Neural Architecture Search

Behavior Importance-Aware Graph Neural Architecture Search for Cross-Domain Recommendation

2025-03-11 · Chendi Ge, Xin Wang, Ziwei Zhang, Yijian Qin 외

Cross-domain recommendation (CDR) mitigates data sparsity and cold-start issues in recommendation systems. While recent CDR approaches using graph neural networks (GNNs) capture complex user-item interactions, they rely …

Auxiliary LearningNeural Architecture SearchRecommendation Systems

FP-NAS: Fast Probabilistic Neural Architecture Search

2020-11-22 · CVPR 2021 1 · Zhicheng Yan, Xiaoliang Dai, Peizhao Zhang, Yuandong Tian 외

Differential Neural Architecture Search (NAS) requires all layer choices to be held in memory simultaneously; this limits the size of both search space and final architecture. In contrast, Probabilistic NAS, such as PARS…

Neural Architecture Search

Wisdom of Committees: An Overlooked Approach To Faster and More Accurate Models

2020-12-03 · ICLR 2022 4 · Xiaofang Wang, Dan Kondratyuk, Eric Christiansen, Kris M. Kitani 외

Committee-based models (ensembles or cascades) construct models by combining existing pre-trained ones. While ensembles and cascades are well-known techniques that were proposed before deep learning, they are not conside…

General Classificationimage-classificationImage ClassificationNeural Architecture Search+2