paper-with-me

홈 › Papers

FBNetV3: Joint Architecture-Recipe Search using Predictor Pretraining

2020-06-03 · CVPR 2021 1 · Xiaoliang Dai, Alvin Wan, Peizhao Zhang, Bichen Wu, Zijian He, Zhen Wei, Kan Chen, Yuandong Tian, Matthew Yu, Peter Vajda, Joseph E. Gonzalez

Neural Architecture Search (NAS) yields state-of-the-art neural networks that outperform their best manually-designed counterparts. However, previous NAS methods search for architectures under one set of training hyper-parameters (i.e., a training recipe), overlooking superior architecture-recipe combinations. To address this, we present Neural Architecture-Recipe Search (NARS) to search both (a) architectures and (b) their corresponding training recipes, simultaneously. NARS utilizes an accuracy predictor that scores architecture and training recipes jointly, guiding both sample selection and ranking. Furthermore, to compensate for the enlarged search space, we leverage "free" architecture statistics (e.g., FLOP count) to pretrain the predictor, significantly improving its sample efficiency and prediction reliability. After training the predictor via constrained iterative optimization, we run fast evolutionary searches in just CPU minutes to generate architecture-recipe pairs for a variety of resource constraints, called FBNetV3. FBNetV3 makes up a family of state-of-the-art compact neural networks that outperform both automatically and manually-designed competitors. For example, FBNetV3 matches both EfficientNet and ResNeSt accuracy on ImageNet with up to 2.0x and 7.1x fewer FLOPs, respectively. Furthermore, FBNetV3 yields significant performance gains for downstream object detection tasks, improving mAP despite 18% fewer FLOPs and 34% fewer parameters than EfficientNet-based equivalents.

📄 PDF Abstract BibTeX arXiv:2006.02049

Code (2)

leondgarse/keras_cv_attention_models/tree/main/keras_cv_attention_models/mobilenetv3_family tf
rwightman/pytorch-image-models pytorch

Tasks

CPUNeural Architecture Searchobject-detectionObject Detection

Similar Papers 제목 키워드 기반

FBNetV5: Neural Architecture Search for Multiple Tasks in One Run

2021-11-19 · Bichen Wu, Chaojian Li, Hang Zhang, Xiaoliang Dai 외

Neural Architecture Search (NAS) has been widely adopted to design accurate and efficient image classification models. However, applying NAS to a new computer vision task still requires a huge amount of effort. This is b…

Classificationimage-classificationImage ClassificationNeural Architecture Search+3

FBNetV2: Differentiable Neural Architecture Search for Spatial and Channel Dimensions

2020-04-12 · CVPR 2020 6 · Alvin Wan, Xiaoliang Dai, Peizhao Zhang, Zijian He 외

Differentiable Neural Architecture Search (DNAS) has demonstrated great success in designing state-of-the-art, efficient neural networks. However, DARTS-based DNAS's search space is small when compared to other search me…

Neural Architecture Search

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

Pruning Compact ConvNets for Efficient Inference

2023-01-11 · Sayan Ghosh, Karthik Prasad, Xiaoliang Dai, Peizhao Zhang 외

Neural network pruning is frequently used to compress over-parameterized networks by large amounts, while incurring only marginal drops in generalization performance. However, the impact of pruning on networks that have …

GPUNetwork PruningNeural Architecture Search

Searching the Deployable Convolution Neural Networks for GPUs

2022-01-01 · CVPR 2022 1 · Linnan Wang, Chenhan Yu, Satish Salian, Slawomir Kierat 외

Customizing Convolution Neural Networks (CNN) for production use has been a challenging task for DL practitioners. This paper intends to expedite the model customization with a model hub that contains the optimized m…

GPUNeural Architecture Search