paper-with-me

홈 › Papers

GhostNetV2: Enhance Cheap Operation with Long-Range Attention

2022-11-23 · 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.

📄 PDF Abstract BibTeX arXiv:2211.12905

Code (12)

2023-MindSpore-1/ms-code-214/tree/main/Inception-v2 mindspore
2023-MindSpore-4/Code10/tree/main/ghostnetv2 mindspore
MindSpore-paper-code-3/code10/tree/main/ghostnet_quant mindspore
MindSpore-paper-code-3/code10/tree/main/ghostnetv2 mindspore
MindSpore-paper-code-3/code4/tree/main/ghostnet_quant mindspore
MindSpore-paper-code-3/code4/tree/main/ghostnetv2 mindspore
MindSpore-paper-code-3/code7/tree/main/ghostnet mindspore
james77777778/keras-image-models pytorch
leondgarse/keras_cv_attention_models tf
likyoo/GhostNetV2-PyTorch pytorch
rwightman/pytorch-image-models pytorch
https://gitlab.com/birder/birder pytorch

Methods 이 논문이 사용한 방법론

ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…
Sigmoid Activation 설명 없음
Depthwise Convolution Depthwise Convolution is a type of convolution where we apply a single convolutional filter for each input channel. In the regular 2D…
Average Pooling 설명 없음
Pointwise Convolution Pointwise Convolution is a type of convolution that uses a 1x1 kernel: a kernel that iterates through every single point. This…
Global Average Pooling Global Average Pooling is a pooling operation designed to replace fully connected layers in classical CNNs. The idea is to generate one feature map for each corresponding…
Depthwise Separable Convolution While standard convolution performs the channelwise and spatial-wise computation in one step, Depthwise Separable Convolution …
Squeeze-and-Excitation Block The Squeeze-and-Excitation Block is an architectural unit designed to improve the representational power of a network by enabling it to perform dynamic channel-wise feature…

Similar Papers 제목 키워드 기반

GhostFaceNets: Lightweight Face Recognition Model From Cheap Operations

2023-04-10 · IEEE Access 2023 4 · Mohamad Alansari, Oussama Abdul Hay, Sajid Javed, Abdulhadi Shoufan 외

The development of deep learning-based biometric models that can be deployed on devices with constrained memory and computational resources has proven to be a significant challenge. Previous approaches to this problem ha…

Face IdentificationFace RecognitionFace VerificationLightweight Face Recognition+1

GhostNetV3-Small: A Tailored Architecture and Comparative Study of Distillation Strategies for Tiny Images

2025-09-15 · Florian Zager, Hamza A. A. Gardi arxiv

Deep neural networks have achieved remarkable success across a range of tasks, however their computational demands often make them unsuitable for deployment on resource-constrained edge devices. This paper explores strat…

Knowledge DistillationImage Classification

GhostNetV3: Exploring the Training Strategies for Compact Models

2024-04-17 · Zhenhua Liu, Zhiwei Hao, Kai Han, Yehui Tang 외

Compact neural networks are specially designed for applications on edge devices with faster inference speed yet modest performance. However, training strategies of compact models are borrowed from that of conventional mo…

Image ClassificationKnowledge Distillationobject-detectionObject Detection

GhostRNN: Reducing State Redundancy in RNN with Cheap Operations

2024-11-20 · Hang Zhou, Xiaoxu Zheng, Yunhe Wang, Michael Bi Mi 외

Recurrent neural network (RNNs) that are capable of modeling long-distance dependencies are widely used in various speech tasks, eg., keyword spotting (KWS) and speech enhancement (SE). Due to the limitation of power and…

Keyword SpottingSpeech Enhancement

Better YOLO with Attention-Augmented Network and Enhanced Generalization Performance for Safety Helmet Detection

2024-05-04 · Shuqi Shen, Junjie Yang

Safety helmets play a crucial role in protecting workers from head injuries in construction sites, where potential hazards are prevalent. However, currently, there is no approach that can simultaneously achieve both mode…