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

GhostNet: More Features from Cheap Operations

About

Deploying convolutional neural networks (CNNs) on embedded devices is difficult due to the limited memory and computation resources. The redundancy in feature maps is an important characteristic of those successful CNNs, but has rarely been investigated in neural architecture design. This paper proposes a novel Ghost module to generate more feature maps from cheap operations. Based on a set of intrinsic feature maps, we apply a series of linear transformations with cheap cost to generate many ghost feature maps that could fully reveal information underlying intrinsic features. The proposed Ghost module can be taken as a plug-and-play component to upgrade existing convolutional neural networks. Ghost bottlenecks are designed to stack Ghost modules, and then the lightweight GhostNet can be easily established. Experiments conducted on benchmarks demonstrate that the proposed Ghost module is an impressive alternative of convolution layers in baseline models, and our GhostNet can achieve higher recognition performance (e.g. $75.7\%$ top-1 accuracy) than MobileNetV3 with similar computational cost on the ImageNet ILSVRC-2012 classification dataset. Code is available at https://github.com/huawei-noah/ghostnet

Kai Han, Yunhe Wang, Qi Tian, Jianyuan Guo, Chunjing Xu, Chang Xu• 2019

Related benchmarks

TaskDatasetResultRank
Image ClassificationImageNet-1k (val)
Top-1 Accuracy76.4
1453
Image ClassificationCIFAR-10 (test)
Accuracy93.7
906
Image ClassificationImageNet-1k (val)
Top-1 Acc75.7
706
Image ClassificationImageNet 2012 (val)
Top-1 Accuracy73.9
202
Image ClassificationImageNet-1k 1.0 (test)
Top-1 Accuracy0.757
191
Image ClassificationImageNet-1k (val)
Top-1 Acc77.2
188
Object DetectionCOCO
mAP24.1
107
Domain AdaptationImage-CLEF DA (test)
Average Accuracy85.2
76
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Accuracy75.7
56
Image ClassificationImageNet-1K 1.0 (val)
Top-1 Acc75.7
55
Showing 10 of 13 rows

Other info

Code

Follow for update