Papers › GhostNetV2: Enhance Cheap Operation with Long-Range Attention

GhostNetV2: Enhance Cheap Operation with Long-Range Attention

23 Nov 2022arXiv:2211.12905archive 2025-07-28

Yehui Tang, Kai Han, Jianyuan Guo, Chang Xu, Chao Xu, Yunhe Wang

Light-weight convolutional neural networks (CNNs) are specially designed for applications on mobile devices with faster inference speed. The convolutional operation can only capture local information in a window region, which prevents performance from being further improved. Introducing self-attention into convolution can capture global information well, but it will largely encumber the actual speed. In this paper, we propose a hardware-friendly attention mechanism (dubbed DFC attention) and then present a new GhostNetV2 architecture for mobile applications. The proposed DFC attention is constructed based on fully-connected layers, which can not only execute fast on common hardware but also capture the dependence between long-range pixels. We further revisit the expressiveness bottleneck in previous GhostNet and propose to enhance expanded features produced by cheap operations with DFC attention, so that a GhostNetV2 block can aggregate local and long-range information simultaneously. Extensive experiments demonstrate the superiority of GhostNetV2 over existing architectures. For example, it achieves 75.3% top-1 accuracy on ImageNet with 167M FLOPs, significantly suppressing GhostNetV1 (74.5%) with a similar computational cost. The source code will be available at https://github.com/huawei-noah/Efficient-AI-Backbones/tree/master/ghostnetv2_pytorch and https://gitee.com/mindspore/models/tree/master/research/cv/ghostnetv2.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2211.12905")

Code

Syntology Ran 8 of 10 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 1 ran · honoured contract; 7 ran with no contract checked.

By repository: community (archive-listed): 10 samples from 1 repository, 8 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

james77777778/keras-image-models mentioned on GitHubpytorchApache-2.0 report
likyoo/GhostNetV2-PyTorch mentioned on GitHubpytorch report
rwightman/pytorch-image-models mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

10 samples harvested; 8 ran; 1 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
7ran
2unverified

Licence: 10 of the 10 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from likyoo/GhostNetV2-PyTorch. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Activation likyoo/GhostNetV2-PyTorch/ghostnetv2.py community (archive-listed) ran fingerprinted no licence file found · pointer only · f295958130866a4d · report
ConvUnit likyoo/GhostNetV2-PyTorch/ghostnetv2.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 5bc1a810d3aa4dfd · report
GhostModule likyoo/GhostNetV2-PyTorch/ghostnetv2.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 8e0938682f8c46bd · report
GhostModuleMul likyoo/GhostNetV2-PyTorch/ghostnetv2.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 0362c80e323d4270 · report
GlobalAvgPooling likyoo/GhostNetV2-PyTorch/ghostnetv2.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 5ba455372a5f8ea8 · report
MyHSigmoid likyoo/GhostNetV2-PyTorch/ghostnetv2.py community (archive-listed) ran fingerprinted no licence file found · pointer only · 218a488e241986f2 · report
SE likyoo/GhostNetV2-PyTorch/ghostnetv2.py community (archive-listed) ran no licence file found · pointer only · 3c1bd49a9cc3a99d · report
_make_divisible likyoo/GhostNetV2-PyTorch/ghostnetv2.py community (archive-listed) ran · honoured contract fingerprinted no licence file found · pointer only · 75495d6418418155 · report
GhostBottleneck likyoo/GhostNetV2-PyTorch/ghostnetv2.py community (archive-listed) unverified no licence file found · pointer only · 7394379d320c1eb9 · report
GhostNet likyoo/GhostNetV2-PyTorch/ghostnetv2.py community (archive-listed) unverified no licence file found · pointer only · ae3b3871629b22b2 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

1x1 ConvolutionAverage PoolingBatch NormalizationConvolutionDense ConnectionsDepthwise ConvolutionDepthwise Separable ConvolutionGhost BottleneckGhost ModuleGhostNetGlobal Average PoolingPointwise ConvolutionReLUResidual ConnectionSigmoid ActivationSoftmaxSqueeze-and-Excitation Block

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections