FBNetV3: Joint Architecture-Recipe Search using Predictor Pretraining

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 CVPR 2021 PDF CVPR 2021 Abstract
Task Dataset Model Metric Name Metric Value Global Rank Result Benchmark
Neural Architecture Search ImageNet FBNetV3-G Top-1 Error Rate 17.7 # 5
Accuracy 82.3 # 3
MACs 2.0G # 5
Neural Architecture Search ImageNet FBNetV3-A Top-1 Error Rate 22.0 # 53
Accuracy 78.0 # 42
MACs 343M # 103
Neural Architecture Search ImageNet FBNetV3-E Top-1 Error Rate 19.6 # 17
Accuracy 80.4 # 13
MACs 752M # 134
Neural Architecture Search ImageNet FBNetV3-C Top-1 Error Rate 20.4 # 29
Accuracy 79.6 # 22
MACs 544M # 119

Methods


No methods listed for this paper. Add relevant methods here