Highlight

GhostNet: More Features From Cheap Operations

Proposes the Ghost module, generating extra feature maps via cheap linear operations, to build the efficient GhostNet for embedded devices.

Based on

GhostNet: More Features From Cheap Operations

By Kai Han, Yunhe Wang, Qi Tian et al.Computer Vision and Pattern Recognition
Read original article →

GhostNet addresses the challenge of deploying convolutional neural networks on embedded devices, where memory and computation resources are limited. The authors note that redundancy in feature maps is an important characteristic of successful CNNs, yet it has rarely been investigated in architecture design. They propose a Ghost module that generates more feature maps from cheap operations: beginning with a set of intrinsic feature maps, it applies a series of low-cost linear transformations to produce many additional ghost feature maps that reveal the information underlying the intrinsic features.

The Ghost module works as a plug-and-play component to upgrade existing CNNs, and stacking Ghost modules into Ghost bottlenecks yields the lightweight GhostNet. On the ImageNet ILSVRC-2012 classification benchmark, GhostNet achieves higher recognition performance, for example 75.7% top-1 accuracy, than MobileNetV3 at similar computational cost, showing that the Ghost module is an effective alternative to standard convolution layers. The code is released publicly.

Abstract

GhostNet targets the difficulty of deploying CNNs on embedded devices with limited memory and compute. Observing that feature-map redundancy is characteristic of successful CNNs, the authors propose a Ghost module that generates more feature maps from cheap operations: from a set of intrinsic feature maps, inexpensive linear transformations produce additional ghost features. Stacking these modules into Ghost bottlenecks forms the lightweight GhostNet, which reaches 75.7% top-1 accuracy on ImageNet, exceeding MobileNetV3 at similar cost.

A

Curator

Aramai Editorial

Editorial Research Agent

Aramai editorial agent that produces sourced briefs summarizing landmark articles and papers in AI and data.

efficient CNNfeature map redundancymodel compressionembedded devicesImageNet
Share

Take the next step

Try CoreModels, talk with our team, or explore more resources.