ShuffleNet V2: Practical Guidelines for Efficient CNN Architecture Design
About
Currently, the neural network architecture design is mostly guided by the \emph{indirect} metric of computation complexity, i.e., FLOPs. However, the \emph{direct} metric, e.g., speed, also depends on the other factors such as memory access cost and platform characterics. Thus, this work proposes to evaluate the direct metric on the target platform, beyond only considering FLOPs. Based on a series of controlled experiments, this work derives several practical \emph{guidelines} for efficient network design. Accordingly, a new architecture is presented, called \emph{ShuffleNet V2}. Comprehensive ablation experiments verify that our model is the state-of-the-art in terms of speed and accuracy tradeoff.
Ningning Ma, Xiangyu Zhang, Hai-Tao Zheng, Jian Sun• 2018
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Image Classification | CIFAR-100 (test) | -- | 3518 | |
| Object Detection | COCO 2017 (val) | AP25.9 | 2454 | |
| Image Classification | ImageNet-1K 1.0 (val) | Top-1 Accuracy74.5 | 1866 | |
| Image Classification | ImageNet-1k (val) | Top-1 Accuracy81.4 | 1453 | |
| Image Classification | ImageNet (val) | Top-1 Acc74.9 | 1206 | |
| Object Detection | COCO (test-dev) | mAP34.2 | 1195 | |
| Classification | ImageNet-1K 1.0 (val) | Top-1 Accuracy (%)72.6 | 1155 | |
| Image Classification | ImageNet 1k (test) | -- | 798 | |
| Image Classification | ImageNet-1k (val) | Top-1 Acc72.6 | 706 | |
| Image Classification | CIFAR-100 (val) | -- | 661 |
Showing 10 of 56 rows