Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ShuffleNet: An Extremely Efficient Convolutional Neural Network for Mobile Devices

About

We introduce an extremely computation-efficient CNN architecture named ShuffleNet, which is designed specially for mobile devices with very limited computing power (e.g., 10-150 MFLOPs). The new architecture utilizes two new operations, pointwise group convolution and channel shuffle, to greatly reduce computation cost while maintaining accuracy. Experiments on ImageNet classification and MS COCO object detection demonstrate the superior performance of ShuffleNet over other structures, e.g. lower top-1 error (absolute 7.8%) than recent MobileNet on ImageNet classification task, under the computation budget of 40 MFLOPs. On an ARM-based mobile device, ShuffleNet achieves ~13x actual speedup over AlexNet while maintaining comparable accuracy.

Xiangyu Zhang, Xinyu Zhou, Mengxiao Lin, Jian Sun• 2017

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet-1k (val)
Top-1 Accuracy73.7
1453
Image ClassificationImageNet (val)
Top-1 Acc81.5
1206
Object DetectionCOCO (test-dev)
mAP32.9
1195
Person Re-IdentificationDuke MTMC-reID (test)
Rank-169.34
1018
Image ClassificationImageNet 1k (test)
Top-1 Accuracy73.7
798
Image ClassificationImageNet-1k (val)
Top-1 Acc71.5
706
Person Re-IdentificationMSMT17 (test)
Rank-1 Acc41.5
499
Image ClassificationImageNet
Top-1 Accuracy29.1
429
Image ClassificationImageNet ILSVRC-2012 (val)
Top-1 Accuracy73.7
405
Person Re-IdentificationMarket-1501 (test)
Rank-179.78
384
Showing 10 of 34 rows

Other info

Follow for update